POST
/v1/auth/oauth/authorize/signin
Create an OAuth Redirect URI for user Sign-In Request
This endpoint allows you to create an OAuth Redirect URI for user Sign-Up Request.
See Also
- See The User Object for further details on how to identify users and their contact information such as email addresses and phone number.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<Project ID\>
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
stepupboolean
Default: falsecustomClaimsobject
mfaboolean
Default: falsessoAppIdstring
templateOptionsobject
localestring
pkceChallengestring
relevant only for enchanted links in the point in time - other methods will ignore this field
Format:"bytes"Query Parameters
providerstring
redirectUrlstring
promptarray<string>
testboolean
| Status code | Description |
|---|---|
200 | OK |
Was this helpful?