Redirect the user's browser to the SSO interface for an IdP.
GET {{baseUrl}}/login/sso/redirect/:idpId?redirectUrl=aliqua qui consectetur sed
This endpoint is the same as /login/sso/redirect
, though with an
IdP ID from the original identity_providers
array to inform the
server of which IdP the client/user would like to continue with.
The server MUST respond with an HTTP redirect to the SSO interface for that IdP.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
redirectUrl | string | (Required) URI to which the user will be redirected after the homeserver has | |
authenticated the user with SSO. |