Start OIDC sign-in
Begins an OpenID Connect sign-in with the given provider and returns the provider authorize URL to redirect the user to. On consent, the provider redirects to the callback, which signs the user in.
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.