Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #138 from yvovandoorn/yvovandoorn/addSAMLmappings/1
Browse files Browse the repository at this point in the history
add missing SAML Connection Options
  • Loading branch information
alexkappa authored Sep 21, 2020
2 parents af4c93b + 3365c6e commit ff08785
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
4 changes: 4 additions & 0 deletions management/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -609,9 +609,13 @@ type ConnectionOptionsSAML struct {
FieldsMap map[string]interface{} `json:"fieldsMap,omitempty"`
Subject map[string]interface{} `json:"subject,omitempty"`
SignSAMLRequest *bool `json:"signSAMLRequest,omitempty"`
RequestTemplate *string `json:"requestTemplate,omitempty"`
UserIDAttribute *string `json:"user_id_attribute,omitempty"`
LogoURL *string `json:"icon_url,omitempty"`
}

type ConnectionOptionsSAMLIdpInitiated struct {
Enabled *bool `json:"enabled,omitempty"`
ClientID *string `json:"client_id,omitempty"`
ClientProtocol *string `json:"client_protocol,omitempty"`
ClientAuthorizeQuery *string `json:"client_authorizequery,omitempty"`
Expand Down
32 changes: 32 additions & 0 deletions management/management.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ff08785

Please sign in to comment.