POST
/v1/auth/oauth/authorize/signup
Create an OAuth Redirect URI for user Sign-In Request
This endpoint allows you to create an OAuth Redirect URI for user Sign-In 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
Authorization
RequiredBearer <token>
In: header
Request Body
stepup
boolean
Default: false
customClaims
object
mfa
boolean
Default: false
ssoAppId
string
templateOptions
object
locale
string
pkceChallenge
string
relevant only for enchanted links in the point in time - other methods will ignore this field
Format:"bytes"
revokeOtherSessions
boolean
Query Parameters
provider
string
redirectUrl
string
prompt
array<string>
test
boolean
Status code | Description |
---|---|
200 | OK |
Was this helpful?