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

POST 

/api/v2/idpconfig/verify

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

Request

Query Parameters

    redirect_url stringrequired

    URL to redirect to if the IDP configuration is valid

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 booleanrequired
    testURL string
Loading...