Step 8: Send the authorize request
GET {{authPath}}/{{envID}}/as/authorize?response_type=code&client_id={{passwordlessAppID}}&redirect_uri=http://localhost:3000/callback&scope=openid
src/solutions/pingone-solutions/passwordless-sign-on-mfa/step-4-send-the-authorize-request/index.mdx
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
response_type | string | Required | |
client_id | string | ||
redirect_uri | string | ||
scope | string |