Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.06 KB

SamlConnection.md

File metadata and controls

23 lines (16 loc) · 1.06 KB

SamlConnection

A SAML 2.0 connection.

Properties

Name Type Description Notes
assertionConsumerServiceURL String The location where the SAML assertion is sent with a HTTP POST.
accountId Integer The ID of the account that owns this entity.
name String ID of the SAML service.
enabled Boolean 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 Integer Internal ID of this entity.
created OffsetDateTime The time this entity was created.