Link a provider
Begins linking the given OpenID Connect provider to the authenticated account and returns the provider authorize URL. Requires a step-up re-authentication proof (reauthProof, from the reauth endpoint). On consent, the callback attaches the verified provider identity to the caller’s account.
Path Parameters
The identity provider to act on.
"password"Query Parameters
A step-up re-authentication proof. Required to start a link (adding a provider is a credential-adding action, so a live session alone is not enough); ignored for sign-in and reauth.
Frontend URL to return to once done. Carried through the flow and used to build the callback's redirect.
Response
The response to a successful sign-in start: where to send the user.
The response to a successful sign-in start: where to send the user.
The provider authorize URL the client should redirect the user to.