Skip to main content

Start flow with an identity provider

Start a flow with an identity provider, for external login, registration or linking

Path Parameters
  • idpId string required

    ID for existing identity provider

Request Body required
  • successUrl string

    Possible values: non-empty and <= 200 characters

    URL on which the user will be redirected after a successful login

  • failureUrl string

    Possible values: non-empty and <= 200 characters

    URL on which the user will be redirected after a failed login

Responses

OK


Schema
  • details object
  • sequence uint64

    on read: the sequence of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

  • changeDate date-time

    on read: the timestamp of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

  • resourceOwner resource_owner is the organization or instance_id an object belongs to
  • authUrl string

    URL to which the client should redirect

Loading...