Authorization request

GET https://sandbox.orcid.org/oauth/authorize?client_id={{APP-XXXXXXXXXXXXXXXXX}}&response_type=code&scope=/authenticate&redirect_uri=https://developers.google.com/oauthplayground

1. Create an Authorization URL to request access

ParameterContents
hosthttps://sandbox.orcid.org/oauth/authorize
client_idYour client ID
response_typecode
scopeYour selected scopes
redirect_uriYour landing page

For more information on customizing sign in screen go to Customizing the Oauth Sign-in screen

2. Visit the URL and grant access

You will need to log into your ORCID record using the Registry Interface. After granting access you will be taken to the redirect URI with a six-digit authorization code appended to the URL.

The URL must be open in a browser

Request Params

KeyDatatypeRequiredDescription
client_idstring
response_typestring
scopestring
redirect_uristring