Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 959 Bytes

File metadata and controls

14 lines (10 loc) · 959 Bytes

akeyless.SAMLAccessRules

Properties

Name Type Description Notes
allowedRedirectURIs [String] Allowed redirect URIs after the authentication [optional]
boundAttributes [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]