Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 981 Bytes

BaseSamlConnection.md

File metadata and controls

18 lines (13 loc) · 981 Bytes

# BaseSamlConnection

Properties

Name Type Description Notes
accountId int The ID of the account that owns this entity.
name string ID of the SAML service.
enabled bool Determines if this SAML connection active.
issuer string Identity Provider Entity ID.
signOnURL string Single Sign-On URL.
signOutURL string Single Sign-Out URL. [optional]
metadataURL string Metadata URL. [optional]
audienceURI string The application-defined unique identifier that is the intended audience of the SAML assertion. This is most often the SP Entity ID of your application. When not specified, the ACS URL will be used. [optional]

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