
docs.IdentityProviderProperties.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.
# IdentityProviderProperties
The properties in the Identity Provider Properties object vary depending on the IdP type
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**aalValue** | **String** | The [authentication assurance level](https://developers.login.gov/oidc/#aal-values) (AAL) value for the Login.gov IdP. See [Add a Login.gov IdP](https://developer.okta.com/docs/guides/add-logingov-idp/). Applies to `LOGINGOV` and `LOGINGOV_SANDBOX` IdP types. | [optional] |
|**additionalAmr** | [**List<AdditionalAmrEnum>**](#List<AdditionalAmrEnum>) | The additional Assurance Methods References (AMR) values for Smart Card IdPs. Applies to `X509` IdP type. | [optional] |
|**ialValue** | **String** | The [type of identity verification](https://developers.login.gov/oidc/#ial-values) (IAL) value for the Login.gov IdP. See [Add a Login.gov IdP](https://developer.okta.com/docs/guides/add-logingov-idp/). Applies to `LOGINGOV` and `LOGINGOV_SANDBOX` IdP types. | [optional] |
## Enum: List<AdditionalAmrEnum>
| Name | Value |
|---- | -----|
| SC | "sc" |
| HWK | "hwk" |
| PIN | "pin" |
| MFA | "mfa" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |
## Implemented Interfaces
* Serializable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy