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

    allowedRedirectURLHostsstring[]
    clientIDstring
    clientScopesstring[]
    clientSecretstring
    providerstring

    providerParameters

    object

    property name*string
    requiredIDPGroupsstring[]
    serverURLstring
    userClaimsstring[]

Responses

Validation report about the IDP configuration

Schema

    messagesstring[]
    successbooleanrequired
    testURLstring