Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 998 Bytes

File metadata and controls

18 lines (10 loc) · 998 Bytes

SAMLAccessRules

Properties

Name Type Description Notes
allowedRedirectURIs List<String> Allowed redirect URIs after the authentication [optional]
boundAttributes List<SAMLAttribute> The attributes that login is restricted to. [optional]
idpMetadataUrl String IDP metadata url [optional]
idpMetadataXml String IDP metadata XML [optional]
uniqueIdentifier String A unique identifier to distinguish different users [optional]
useDedicatedSamlUrls Boolean When true, the login AuthnRequest is signed with this access method's dedicated SP identity (Entity ID https://<sp>/saml/sp/{access_id} and ACS https://<sp>/saml/acs/{access_id}) instead of the shared global identity. Default false keeps the legacy global identity for backward compatibility. [optional]