POST /api/interaction/single-sign-on/{connectorId}/authentication
Path parameters
-
The unique identifier of the connector.
POST
/api/interaction/single-sign-on/{connectorId}/authentication
curl \
--request POST https://[tenant_id].logto.app/api/interaction/single-sign-on/{connectorId}/authentication \
--header "Content-Type: application/json"
Request examples
{}
Response examples (200)
{
"redirectTo": "string"
}