docs.Org2OrgApplication.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.
The newest version!
# Org2OrgApplication
Schema for the Okta Org2Org app (key name: `okta_org2org`) To create an Org2Org app, use the [Create an Application](/openapi/okta-management/management/tag/Application/#tag/Application/operation/createApplication) request with the following parameters in the request body. > **Notes:** > * The Okta Org2Org (`okta_org2org`) app isn't available in Okta Developer Edition orgs. If you need to test this feature in your Developer Edition org, contact your Okta account team. > * The Okta Org2Org app supports `SAML_2_0` and `AUTO_LOGIN` sign-on modes.
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**accessibility** | [**ApplicationAccessibility**](ApplicationAccessibility.md) | | [optional] |
|**credentials** | [**SchemeApplicationCredentials**](SchemeApplicationCredentials.md) | | [optional] |
|**label** | **String** | User-defined display name for app | |
|**licensing** | [**ApplicationLicensing**](ApplicationLicensing.md) | | [optional] |
|**name** | [**NameEnum**](#NameEnum) | | |
|**profile** | **Map<String, Object>** | Contains any valid JSON schema for specifying properties that can be referenced from a request (only available to OAuth 2.0 client apps) | [optional] |
|**signOnMode** | [**SignOnModeEnum**](#SignOnModeEnum) | | [optional] |
|**status** | **ApplicationLifecycleStatus** | | [optional] |
|**visibility** | [**ApplicationVisibility**](ApplicationVisibility.md) | | [optional] |
|**settings** | [**Org2OrgApplicationSettings**](Org2OrgApplicationSettings.md) | | |
## Enum: NameEnum
| Name | Value |
|---- | -----|
| OKTA_ORG2ORG | "okta_org2org" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |
## Enum: SignOnModeEnum
| Name | Value |
|---- | -----|
| SAML_2_0 | "SAML_2_0" |
| AUTO_LOGIN | "AUTO_LOGIN" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |
## Implemented Interfaces
* Serializable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy