POST /api/interaction/single-sign-on/{connectorId}/authentication

POST /api/interaction/single-sign-on/{connectorId}/authentication

Path parameters

  • connectorId string Required

    The unique identifier of the connector.

application/json

Body Required

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
  • Bad Request

  • Not Found

  • Unprocessable Content

  • Internal Server Error

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" \
 -d '{"key":null}'
Request examples
{
  "key": null
}
Response examples (200)
{
  "redirectTo": "string"
}