Okta.Sdk.Model.OINSaml20ApplicationSettingsSignOn
December 12, 2025 ยท View on GitHub
Contains SAML 2.0 sign-on mode attributes. > Note: Set destinationOverride to configure any other SAML 2.0 attributes in this section.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AttributeStatements | List<SamlAttributeStatement> | A list of custom attribute statements for the app's SAML assertion. See SAML 2.0 Technical Overview. There are two types of attribute statements: | Type |
| AudienceOverride | string | Audience override for CASB configuration. See CASB config guide. | [optional] |
| DefaultRelayState | string | Identifies a specific application resource in an IdP-initiated SSO scenario | [optional] |
| DestinationOverride | string | Destination override for CASB configuration. See CASB config guide. | [optional] |
| RecipientOverride | string | Recipient override for CASB configuration. See CASB config guide. | [optional] |
| SamlAssertionLifetimeSeconds | int? | Determines the SAML app session lifetimes with Okta | [optional] |
| SsoAcsUrlOverride | string | Assertion Consumer Service (ACS) URL override for CASB configuration. See CASB config guide. | [optional] |