Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 984 Bytes

BaseSamlConnection.md

File metadata and controls

16 lines (13 loc) · 984 Bytes

TalonOne.Model.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]