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

docs.IdentityProviderPolicy.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: 23.0.1
Show newest version


# IdentityProviderPolicy

Policy settings for the IdP.  The following provisioning and account linking actions are supported by each IdP provider: | IdP type                                                          | User provisioning actions | Group provisioning actions            | Account link actions | Account link filters | | ----------------------------------------------------------------- | ------------------------- | ------------------------------------- | -------------------- | -------------------- | | `SAML2`                                                           | `AUTO` or `DISABLED`      | `NONE`, `ASSIGN`, `APPEND`, or `SYNC` | `AUTO`, `DISABLED`   | `groups`             | | `X509`                                                            | `DISABLED`                | No support for JIT provisioning       |                      |                      | | All social IdP types (any IdP type that isn't `SAML2` or `X509`)  | `AUTO`, `DISABLED`        | `NONE` or `ASSIGN`                    | `AUTO`, `DISABLED`   | `groups`             |

## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**accountLink** | [**PolicyAccountLink**](PolicyAccountLink.md) |  |  [optional] |
|**maxClockSkew** | **Integer** | Maximum allowable clock skew when processing messages from the IdP |  [optional] |
|**provisioning** | [**Provisioning**](Provisioning.md) |  |  [optional] |
|**subject** | [**PolicySubject**](PolicySubject.md) |  |  [optional] |


## Implemented Interfaces

* Serializable






© 2015 - 2025 Weber Informatics LLC | Privacy Policy