Test IDP Integration
POST/api/v1/idp/integration/test
Tests whether or not an integration with Okta is valid.
Request
Query Parameters
id string
Unique ID of your choice to identify the test. Will override the request parameter id.
- application/json
Body
required
Model for Integration DTO
id string
Unique ID of your choice to identify the test
integrationConfig objectrequired
Model for Integration Config
apiToken stringrequired
Your Okta API token
domain stringrequired
your Okta domain
integrationType stringrequired
Possible values: [OKTA_IDP
]
Integration type
name stringrequired
Integration name
Responses
- 200
- 201
- 401
- 403
- 404
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
errorMessages object[]
i18nKey string
severity string
Possible values: [error
, info
, warning
]
subject string
statusCode int32
success boolean
{
"errorMessages": [
{
"i18nKey": "string",
"severity": "error",
"subject": "string"
}
],
"statusCode": 0,
"success": true
}
Created
Unauthorized
Forbidden
Not Found
Loading...