
docs.TestInfoOidcTestConfiguration.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.
# TestInfoOidcTestConfiguration
OIDC test details
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**idp** | **Boolean** | Read only.<br>Indicates if your integration supports IdP-initiated sign-in flows. If [`sso.oidc.initiateLoginUri`](/openapi/okta-management/management/tag/YourOinIntegrations/#tag/YourOinIntegrations/operation/createSubmission!path=sso/oidc/initiateLoginUri&t=request) is specified, this property is set to `true`. If [`sso.oidc.initiateLoginUri`](/openapi/okta-management/management/tag/YourOinIntegrations/#tag/YourOinIntegrations/operation/createSubmission!path=sso/oidc/initiateLoginUri&t=request) isn't set for the integration submission, this property is set to `false` | [optional] [readonly] |
|**sp** | **Boolean** | Read only.<br>Indicates if your integration supports SP-initiated sign-in flows and is always set to `true` for OIDC SSO | [optional] [readonly] |
|**jit** | **Boolean** | Indicates if your integration supports Just-In-Time (JIT) provisioning | [optional] |
|**spInitiateUrl** | **URI** | URL for SP-initiated sign-in flows (required if `sp = true`) | |
## Implemented Interfaces
* Serializable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy