Authorization request
1. Create an Authorization URL to request access
| Parameter | Contents |
|---|---|
| host | https://sandbox.orcid.org/oauth/authorize |
| client_id | Your client ID |
| response_type | code |
| scope | Your selected scopes |
| redirect_uri | Your 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
| Key | Datatype | Required | Description |
|---|---|---|---|
client_id | string | ||
response_type | string | ||
scope | string | ||
redirect_uri | string |