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

object object

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • redirectTo string Required
  • 400

    Bad Request

  • 404

    Not Found

  • 422

    Unprocessable Content

  • 500

    Internal Server Error

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"
}