Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.07 KB

Saml.md

File metadata and controls

13 lines (9 loc) · 1.07 KB

Okta.Sdk.Model.Saml

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`
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.

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