Okta.Sdk.Model.Saml11ApplicationSettingsSignOn

October 3, 2024 ยท View on GitHub

SAML 1.1 sign-on mode attributes

Properties

NameTypeDescriptionNotes
AudienceOverridestringThe intended audience of the SAML assertion. This is usually the Entity ID of your application.[optional]
DefaultRelayStatestringThe URL of the resource to direct users after they successfully sign in to the SP using SAML. See the SP documentation to check if you need to specify a RelayState. In most instances, you can leave this field blank.[optional]
RecipientOverridestringThe location where the application can present the SAML assertion. This is usually the Single Sign-On (SSO) URL.[optional]
SsoAcsUrlOverridestringAssertion Consumer Services (ACS) URL value for the Service Provider (SP). This URL is always used for Identity Provider (IdP) initiated sign-on requests.[optional]

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