Skip to main content

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.

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

OK

Schema
    errorMessages object[]
  • Array [
  • i18nKey string
    severity string

    Possible values: [error, info, warning]

    subject string
  • ]
  • statusCode int32
    success boolean
Loading...