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

Commit 03dc374

Browse files
author
Yvo
authored
Merge pull request #209 from twistedstream/add-ConnectionOptionsSAML-EntityID-field
Add support for Auth0 SAML connection entityId option
2 parents f9ed663 + 4075f59 commit 03dc374

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)