
docs.Saml11ApplicationSettingsSignOn.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of okta-sdk-api Show documentation
Show all versions of okta-sdk-api Show documentation
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.
# Saml11ApplicationSettingsSignOn
SAML 1.1 sign-on mode attributes
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**audienceOverride** | **String** | The intended audience of the SAML assertion. This is usually the Entity ID of your application. | [optional] |
|**defaultRelayState** | **String** | The URL of the resource to direct users after they successfully sign in to the SP using SAML. See the SP documentation to check if you need to specify a RelayState. In most instances, you can leave this field blank. | [optional] |
|**recipientOverride** | **String** | The location where the application can present the SAML assertion. This is usually the Single Sign-On (SSO) URL. | [optional] |
|**ssoAcsUrlOverride** | **String** | Assertion Consumer Services (ACS) URL value for the Service Provider (SP). This URL is always used for Identity Provider (IdP) initiated sign-on requests. | [optional] |
## Implemented Interfaces
* Serializable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy