All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docs.Saml.md Maven / Gradle / Ivy

Go to download

The Okta Java SDK API .jar provides a Java API that your code can use to make calls to the Okta API. This .jar is the only compile-time dependency within the Okta SDK project that your code should depend on. Implementations of this API (implementation .jars) should be runtime dependencies only.

There is a newer version: 21.0.0
Show newest version


# Saml

SAML configuration details

## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**acs** | [**List<SamlAcsInner>**](SamlAcsInner.md) | 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>**](SamlClaimsInner.md) | Attribute statements to appear in the Okta SAML assertion |  [optional] |
|**doc** | **URI** | The URL to your customer-facing instructions for configuring your SAML integration. See [Customer configuration document guidelines](https://developer.okta.com/docs/guides/submit-app-prereq/main/#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] |


## Implemented Interfaces

* Serializable






© 2015 - 2025 Weber Informatics LLC | Privacy Policy