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.

ParameterDescription
acrValuesThe 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.
flowIdA string that specifies the ID of the flow resource.
loginHintA string that specifies the login hint provided by the user. This parameter has the same semantics as the login_hint parameter from OpenID Connect.
providerIdA string that specifies the ID of the identity provider.

Request Params

KeyDatatypeRequiredDescription
providerIdstring
flowIdstring