Okta.Sdk.Model.SamlSettings
October 22, 2025 ยท View on GitHub
Advanced settings for the SAML 2.0 protocol
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| HonorPersistentNameId | bool | Determines if the IdP should persist account linking when the incoming assertion NameID format is `urn:oasis:names:tc:SAML:2.0:nameid-format:persistent` | [optional] [default to true] |
| NameFormat | SamlNameIdFormat | [optional] | |
| ParticipateSlo | bool | Set to `true` to have Okta send a logout request to the upstream IdP when a user signs out of Okta or a downstream app. | [optional] |
| SendApplicationContext | bool | Determines if the IdP should send the application context as `<OktaAppInstanceId>` and `<OktaAppName>` in the `<saml2p:Extensions>` element of the `<AuthnRequest>` message | [optional] [default to false] |