client_id
- ID of the 3rd party appclient_secret
- optionalredirect_uris
- the redirect url after the process completeowner
- owner of the 3rd party appcontacts
- email of the ownerclient_name
- name of the 3rd party app. This information is required for white labellogo_uri
- logo of the 3rd party app. This information is required for white labelclient_uri
- home page URL of 3rd party app. This information is required for white labelpolicy_uri
- policy page. This information is required for white labeltos_uri
- term & condition page. This information is required for white labelpost_logout_redirect_uri
- Hyperlink when click on 3rd party app logo imagefrontchannel_logout_uri
- Logout URL for frontentbackchannel_logout_uri
- Logout URL for backendmetadata
- json format data which contain additional data such as:code_verifier
and code_challenge
(from code_verifier
).authorization_code
and code_challenge
to /auth endpoint
GET
https://oauth-qc.vinid.dev/oauth2/auth?client_id={client_id}&redirect_uri={callback_url}&response_type=code&scope={scope}&state={state}&code_challenge={code_challenge}&code_challenge_method=S256
authorization_code
to 3rd appauthorization_code
and code_verifiercode_verifier
access_token
, id_token
& access_token