You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3id="get-api-credentials">Get API credentials</h3>
455
455
<p>API credentials consisting of a <strong>client ID</strong> and a <strong>client secret</strong> are needed in order to get Authenticated iDs and/or user permissions.</p>
456
-
<p>To get Authenticated iDs, you can use Public or Member API credentials. To get permission to read non-public information or add/update researchers' ORCID records, you'll need Member API credentials. To request API credentials, see <ahref="https://orcid.org/content/register-client-application">Request API credentials</a></p>
457
-
<p>For this tutorial, we'll use a set of demo credentials:</p>
<p>To get Authenticated iDs, you can use Public or Member API credentials. To get permission to read non-public information or add/update researchers' ORCID records, you'll need Member API credentials.</p>
457
+
<p>For this tutorial, please use your own sandbox API credentials:</p>
458
+
<p>To request API credentials, see <ahref="https://orcid.org/content/register-client-application">Request API credentials</a></p>
462
459
<p>(Demo client secret created for this tutorial - do not share API client secrets!)</p>
463
460
<h3id="create-an-authorization-url">Create an authorization URL</h3>
464
461
<p>To kick off the OAuth process, we'll need to create a special authorization URL that sends users to an ORCID sign-in screen. This URL consists of <strong>Authorization endpoint</strong>, plus <strong>Parameters</strong> that identify your organization and the permissions you want to request.</p>
@@ -477,7 +474,7 @@ <h3 id="create-an-authorization-url">Create an authorization URL</h3>
477
474
<tr>
478
475
<td><strong>client_id</strong></td>
479
476
<td>Your Member or Public API client ID (issued by ORCID)<br>To request API credentials, see <ahref="https://orcid.org/content/register-client-application">Request API credentials</a></td>
480
-
<td><code>APP-XA6KUTFCVQL0622C</code></td>
477
+
<td><code>[APP-*****************]</code></td>
481
478
</tr>
482
479
<tr>
483
480
<td><strong>response_type</strong></td>
@@ -496,15 +493,16 @@ <h3 id="create-an-authorization-url">Create an authorization URL</h3>
496
493
</tr>
497
494
</tbody>
498
495
</table>
499
-
<p>To request permission to add/update activities (affiliations, funding, works, peer review items) using a demo client ID created for this tutorial, our authorization URL will be:</p>
0 commit comments