Read External Authentication Initialization
GET {{authPath}}/{{envID}}/rp/authenticate?providerId={{idpID}}&flowId={{flowID}}
The GET /{{envID}}/rp/authenticate?providerId={{idpID}}&flowId={{flowID}}
endpoint creates a new external authentication with an identity provider. It redirects users to the authentication initialization endpoint at the external authentication service.
Parameter | Description |
---|---|
acrValues | The authentication context references values that will be sent to the IDPs that support this. This has the same semantics as the acr_values parameter from OpenID Connect. |
flowId | A string that specifies the ID of the flow resource. |
loginHint | A string that specifies the login hint provided by the user. This parameter has the same semantics as the login_hint parameter from OpenID Connect. |
providerId | A string that specifies the ID of the identity provider. |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
providerId | string | ||
flowId | string |