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 \
-X POST https://[tenant_id].logto.app/api/interaction/single-sign-on/{connectorId}/authentication \
-H "Content-Type: application/json"
Request examples
{}
Response examples (200)
{
"redirectTo": "string"
}