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

Commit 4075f59

Browse files
committed
Add support for Auth0 entityId option
for SAML connections
1 parent f9ed663 commit 4075f59

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

management/connection.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,7 @@ type ConnectionOptionsSAML struct {
688688
RequestTemplate *string `json:"requestTemplate,omitempty"`
689689
UserIDAttribute *string `json:"user_id_attribute,omitempty"`
690690
LogoURL *string `json:"icon_url,omitempty"`
691+
EntityID *string `json:"entityId,omitempty"`
691692

692693
SetUserAttributes *string `json:"set_user_root_attributes,omitempty"`
693694
NonPersistentAttrs *[]string `json:"non_persistent_attrs,omitempty"`

management/management.gen.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)