Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.09 KB

File metadata and controls

15 lines (11 loc) · 1.09 KB

SAMLAccessRules

Properties

Name Type Description Notes
allowed_redirect_ur_is list[str] Allowed redirect URIs after the authentication [optional]
bound_attributes list[SAMLAttribute] The attributes that login is restricted to. [optional]
idp_metadata_url str IDP metadata url [optional]
idp_metadata_xml str IDP metadata XML [optional]
unique_identifier str A unique identifier to distinguish different users [optional]
use_dedicated_saml_urls bool 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]

[Back to Model list] [Back to API list] [Back to README]