Redirect the user to VIDconnect
The client redirects the user to VIDconnect. Please check how to generate the values provided as query parameters below in the integration guide. Take into account that if you try the request in this page you will get Failed to fetch
response since the redirection can not be successfully performed. Therefore, if you want to test it, you can fill up the query parameters and copy the url provided in cURL example and paste it into your browser. You will see the redirected page there. If you present the credentials required you will see the code response in the searcher of your browser. Save this code for /oauth/token request.
Query Parameters |
---|
response_type — REQUIREDExample: code |
state string — REQUIREDExample: 08bd09b6-8544-4f8b-9aef-bdd6f17db6f7 |
redirect_uri string — REQUIREDExample: http://localhost:3000/callback |
client_id string — REQUIREDExample: internalTesting |
scope string — REQUIREDExample: openid EmailCredential |
nonce string — REQUIREDExample: a8d84bc5-1c09-484b-9638-81baf028dfb2 |
Responses | ||||||
---|---|---|---|---|---|---|
200 Successful redirected to VIDconnect portal | ||||||
400 Bad Request
| ||||||
500 Internal Server Error
|