Skip to main content

Validates that the provided values will work (as best Wayfinder can tell) to integrate with the specified IDP, without reconfiguring the system

Validates that the provided values will work (as best Wayfinder can tell) to integrate with the specified IDP, without reconfiguring the system

Query Parameters
    redirect_url stringrequired

    URL to redirect to if the IDP configuration is valid

Request Body required

IDP configuration to test

    allowedRedirectURLHosts string[]
    clientID string
    clientScopes string[]
    clientSecret string
    provider string
    providerParameters object
  • property name* string
  • requiredIDPGroups string[]
    serverURL string
    userClaims string[]

Responses

Validation report about the IDP configuration

Schema
    messages string[]
    success boolean
    testURL string
Loading...