Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.01 KB

NewSamlConnection.md

File metadata and controls

19 lines (14 loc) · 1.01 KB

# NewSamlConnection

Properties

Name Type Description Notes
x509certificate string X.509 Certificate.
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]