Okta.Sdk.Model.Saml
October 22, 2025 ยท View on GitHub
SAML configuration details
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Acs | List<SamlAcsInner> | List of Assertion Consumer Service (ACS) URLs. The default ACS URL is required and is indicated by a null `index` value. You can use the org-level variables you defined in the `config` array in the URL. For example: `https://${org.subdomain}.example.com/saml/login` | |
| Claims | List<SamlClaimsInner> | Attribute statements to appear in the Okta SAML assertion | [optional] |
| Doc | string | The URL to your customer-facing instructions for configuring your SAML integration. See Customer configuration document guidelines. | |
| EntityId | string | Globally unique name for your SAML entity. For instance, your Identity Provider (IdP) or Service Provider (SP) URL. | |
| Groups | List<string> | Defines the group attribute names for the SAML assertion statement. Okta inserts the list of Okta user groups into the attribute names in the statement. | [optional] |