Skip to main content

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 — REQUIRED
Example: code
state string — REQUIRED
Example: 08bd09b6-8544-4f8b-9aef-bdd6f17db6f7
redirect_uri string — REQUIRED
Example: http://localhost:3000/callback
client_id string — REQUIRED
Example: internalTesting
scope string — REQUIRED
Example: openid EmailCredential
nonce string — REQUIRED
Example: a8d84bc5-1c09-484b-9638-81baf028dfb2
Responses
200

Successful redirected to VIDconnect portal

400

Bad Request

Schema
type uri

An absolute URI that identifies the problem type. When dereferenced, it SHOULD provide human-readable documentation for the problem type.

title string

A short summary of the problem type.

status int32

Possible values: 400 ≤ value < 600

The HTTP status code generated by the origin server for this occurrence of the problem.

detail string

A human readable explanation specific to this occurrence of the problem.

instance uri

An absolute URI that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.

500

Internal Server Error

Schema
type uri

An absolute URI that identifies the problem type. When dereferenced, it SHOULD provide human-readable documentation for the problem type.

title string

A short summary of the problem type.

status int32

Possible values: 400 ≤ value < 600

The HTTP status code generated by the origin server for this occurrence of the problem.

detail string

A human readable explanation specific to this occurrence of the problem.

instance uri

An absolute URI that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.