Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.18 KB

SamlConnection.md

File metadata and controls

21 lines (16 loc) · 1.18 KB

# SamlConnection

Properties

Name Type Description Notes
assertionConsumerServiceURL string The location where the SAML assertion is sent with a HTTP POST.
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.
id int Internal ID of this entity.
created \DateTime The time this entity was created.

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