Skip to content

Commit

Permalink
Add Support For Global Token Revocation To SAML Connections in
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Jan 29, 2025
1 parent 00708a3 commit 5d532b8
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
4 changes: 3 additions & 1 deletion management/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,9 @@ type ConnectionOptionsSAML struct {
SetUserAttributes *string `json:"set_user_root_attributes,omitempty"`
NonPersistentAttrs *[]string `json:"non_persistent_attrs,omitempty"`

UpstreamParams map[string]interface{} `json:"upstream_params,omitempty"`
UpstreamParams map[string]interface{} `json:"upstream_params,omitempty"`
GlobalTokenRevocationJWTIss *string `json:"global_token_revocation_jwt_iss,omitempty"`
GlobalTokenRevocationJWTSub *string `json:"global_token_revocation_jwt_sub,omitempty"`
}

// ConnectionOptionsSAMLIdpInitiated is used to configure the
Expand Down
16 changes: 16 additions & 0 deletions management/management.gen.go

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

20 changes: 20 additions & 0 deletions management/management.gen_test.go

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

0 comments on commit 5d532b8

Please sign in to comment.