v1

latestOpenAPI 3.0.12026-08-0435481.5 MB
Experience

Create enterprise SSO verification

Create a new EnterpriseSSO verification record and return the provider's authorization URI for the given connector.

post/api/experience/verification/sso/{connectorId}/authorization-uri

Path parameters

connectorIdstring required

The unique identifier of the connector.

Request body

statestring required

The state parameter to pass to the SSO connector.

redirectUristring required

The URI to redirect the user after the SSO authorization is completed.

Response

The SSO authorization URI has been successfully generated.

authorizationUristring required

The SSO authorization URI.

verificationIdstring required

The unique verification ID of the newly created EnterpriseSSO verification record. The verificationId is required when verifying the SSO authorization response.