Users can change their display language on their own at any point. The following language settings are available: Language Code عربى (Arabic) ar čeština (Czeck) cs English en Español (Spanish) […]
Authentication and OAuth
What information can I pre-fill on the authentication screen?
Any or all of the parameters can be used: Parameter Field Notes given_names First name The first name field will be filled in on the registration form if a specified email address or ORCID […]
When is authorization skipped?
If an active access token already exists with the same scopes that your OAuth authorization URL requests, and the user is signed into their ORCID record, they will not be […]
How does implicit OAuth work?
Implicit OAuth is a lighter weight version of OAuth designed to be used by systems that do not have, or do not want to use server side components. Implicit OAuth […]
How do redirect URIs work?
What are redirect URIs and how are they used?Redirect URIs are used by our OAuth authentication service as a security measure. ORCID will only send authenticating users to URIs registered […]