Okta.Sdk.Model.Saml

October 22, 2025 ยท View on GitHub

SAML configuration details

Properties

NameTypeDescriptionNotes
AcsList<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`
ClaimsList<SamlClaimsInner>Attribute statements to appear in the Okta SAML assertion[optional]
DocstringThe URL to your customer-facing instructions for configuring your SAML integration. See Customer configuration document guidelines.
EntityIdstringGlobally unique name for your SAML entity. For instance, your Identity Provider (IdP) or Service Provider (SP) URL.
GroupsList<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]

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