Skip to content

Commit aa1c598

Browse files
BryceDFishercrewjam
authored andcommitted
Enable persistent name id format (#107)
* Enable persistent name id format
1 parent 9477cf4 commit aa1c598

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

service_provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const (
3636
UnspecifiedNameIDFormat NameIDFormat = "urn:oasis:names:tc:SAML:2.0:nameid-format:unspecified"
3737
TransientNameIDFormat NameIDFormat = "urn:oasis:names:tc:SAML:2.0:nameid-format:transient"
3838
EmailAddressNameIDFormat NameIDFormat = "urn:oasis:names:tc:SAML:2.0:nameid-format:emailAddress"
39+
PersistentNameIDFormat NameIDFormat = "urn:oasis:names:tc:SAML:2.0:nameid-format:persistent"
3940
)
4041

4142
// ServiceProvider implements SAML Service provider.

0 commit comments

Comments
 (0)