Skip to content

Commit d02c920

Browse files
committed
updating links to info site
1 parent 468d6a8 commit d02c920

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

docs/Other_methods_for_getting_authenticated_iDs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ You have just followed a method a custom integration would use to get ORCIDs fro
55

66
##Servive Provider systems
77

8-
Some publishing, research information and repository software systems support collecting authenticated iDs and permissions right out of the box. See our list of [ORCID-enabled systems](https://members.orcid.org/api/orcid-enabled-systems) for more details.
8+
Some publishing, research information and repository software systems support collecting authenticated iDs and permissions right out of the box. See our list of [ORCID-enabled systems](https://info.orcid.org/documentation/integration-guide/vendor-systems/) for more details.
99

1010
Configuration steps and customization options vary widely between systems - check your system's documentation for complete information.
1111

docs/display.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Researchers want to know that using their iD in your system has had some effect.
66

77
For authenticated iD's show the iD icon followed by the full iD URI, linked to the iD URI:
88

9-
<a href="https://orcid.org/0000-0002-1825-0097"><img alt="ORCID iD" class="icon" src="http://orcid.org/sites/default/files/images/orcid_16x16(1).gif" style="width:16px; height:16px; margin-right:4px; margin-left:4px">https://orcid.org/0000-0002-1825-0097</a>
9+
<a href="https://orcid.org/0000-0002-1825-0097"> <img alt="ORCID iD" class="icon" src="../images/orcid_16x16.gif" style="width:16px; height:16px; margin-right:4px; margin-left:4px">https://orcid.org/0000-0002-1825-0097</a>
1010

11-
For more details, see our [Trademark and iD Display Guidelines](https://orcid.org/trademark-and-id-display-guidelines)
11+
For more details, see our [Trademark and iD Display Guidelines](https://info.orcid.org/brand-guidelines/)
1212

1313
<img src="../images/07_1_kaken_profile_system.png" width="600" alt="ORCID iD displayed on Kaken Profile System for SUENAGA Kiyotake" />
1414

@@ -18,17 +18,17 @@ You can also just show the iD icon next to the researcher's name as seen in the
1818

1919
##Presenting the ORCID OAuth screen & redirect pages
2020

21-
In order to provide a consistent experience for users, we recommend following the guidelines below for presenting ORCID OAuth in your system. For more details, see our help doc on [Presenting OAuth](http://members.orcid.org/api/oauth/presenting-oauth).
21+
In order to provide a consistent experience for users, we recommend following the guidelines below for presenting ORCID OAuth in your system. For more details, see our help doc on [Presenting OAuth](https://info.orcid.org/documentation/integration-guide/customizing-the-sign-in-register-screen/).
2222

2323
###1. Use a button or link to connect users to ORCID via OAuth
2424

25-
See [example buttons and links](http://members.orcid.org/api/oauth/presenting-oauth#use-button)
25+
See [example buttons and links](https://info.orcid.org/documentation/integration-guide/customizing-the-sign-in-register-screen/#use-button)
2626

2727
<img src="../images/07-2_link-id-button.png" width="400" alt="Example manuscript submission form with 'Create or Connect your iD' button" />
2828

2929
###2. Include text describing ORCID and a link to the ORCID website
3030

31-
See [sample text](http://members.orcid.org/api/oauth/presenting-oauth#include-text)
31+
See [sample text](https://info.orcid.org/documentation/integration-guide/customizing-the-sign-in-register-screen/#include-text)
3232

3333
<img src="../images/07-2_orcid-text.png" width="400" alt="Example manuscript submission form with info about ORCID" />
3434

docs/get.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ In a real world situation, you'll need to gather up iDs for researchers whose O
22

33
**Authenticated iDs**
44

5-
ORCID is about disambiguation, it's important that you get the correct iD for each researcher. The best way to do this is to collect **Authenticated ORCID iDs**, which means that each researcher signs into their ORCID account and authorizes your system to obtain their iD. [Learn more about Authenticated iDs](https://orcid.org/blog/2017/02/20/whats-so-special-about-signing)
5+
ORCID is about disambiguation, it's important that you get the correct iD for each researcher. The best way to do this is to collect **Authenticated ORCID iDs**, which means that each researcher signs into their ORCID account and authorizes your system to obtain their iD. [Learn more about Authenticated iDs](https://info.orcid.org/whats-so-special-about-signing-in/)
66

77
**Record access permission**
88

9-
Control over access to data in your ORCID record is one of [ORCID's core princples](https://orcid.org/about/what-is-orcid/principles). While you can read public ORCID data without the record owner's involvement, some API actions require permission:
9+
Control over access to data in your ORCID record is one of [ORCID's core principles](https://info.orcid.org/what-is-orcid/). While you can read public ORCID data without the record owner's involvement, some API actions require permission:
1010

1111
* Get an Authenticated ORCID iD
1212
* Read non-public data (items with privacy set to 'Trusted parties')
@@ -35,7 +35,7 @@ To get Authenticated iDs, you can use Public or Member API credentials. To get p
3535

3636
For this tutorial, please use your own sandbox API credentials.
3737

38-
To request API credentials, see [Request API credentials](https://orcid.org/content/register-client-application-sandbox)
38+
To request API credentials, see [Request API credentials](https://info.orcid.org/register-a-client-application-sandbox-member-api/)
3939

4040
## Three Step OAuth journey
4141

@@ -51,9 +51,9 @@ To kick off the OAuth process, we'll need to create a special authorization URL
5151

5252
| Parameter | Description | Example |
5353
| ----------| ----------- | ------- |
54-
|**client_id**| Your Member or Public API client ID (issued by ORCID)<br>To request API credentials, see [Request API credentials](https://orcid.org/content/register-client-application) | ```[APP-*****************]``` |
54+
|**client_id**| Your Member or Public API client ID (issued by ORCID)<br>To request API credentials, see [Request API credentials](https://info.orcid.org/register-a-client-application-production-member-api/) | ```[APP-*****************]``` |
5555
|**response_type**| | ```code``` |
56-
|**scope**| API action(s) you want to request permission for, from the list of [ORCID Scopes](https://members.orcid.org/api/oauth/orcid-scopes) | ```/person/update``` <br> ```/activities/update```
56+
|**scope**| API action(s) you want to request permission for, from the list of [ORCID Scopes](https://info.orcid.org/documentation/integration-guide/getting-started-with-your-orcid-integration/#easy-faq-2569) | ```/person/update``` <br> ```/activities/update```
5757
|**redirect_uri**| Page on your site that users will see after they complete the authorization process (must be on the list of allowed redirect URIs you specified when requesting your API credentials) | ```https://developers.google.com/oauthplayground``` |
5858

5959
To request permission to add/update activities (affiliations, funding, works, peer review items), and to add/update personal items (other-names, keywords, countries, researcher-urls, websites, and personal external identifiers) our authorization URL will be:

docs/images/orcid_16x16.gif

169 Bytes
Loading

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In this tutorial you will learn:
4545
ORCID's web interface gives researchers a way to interact with their record, but the real power of ORCID lies in the underlying data, which can be accessed by people and systems via Application Programming Interfaces (APIs).
4646

4747
* **Public API:** Free to anyone with an ORCID iD
48-
* **Member API:** Available to ORCID [member organizations](https://orcid.org/about/membership) (Sandbox Member API freely available for testing)
48+
* **Member API:** Available to ORCID [member organizations](https://info.orcid.org/about-membership/) (Sandbox Member API freely available for testing)
4949
* **Premium Member API** Available to ORCID premium member organizations (Sandbox Member API freely available for testing)
5050

5151
| Features | Public API | Member API |Premium Member API |
@@ -65,4 +65,4 @@ All of the ORCID APIs are based on the same set of technologies:
6565
* **OAuth:** ORCID APIs use the [OAuth 2.0 authentication protocol](https://oauth.net/2/) to grant client applications access to users' ORCID records.
6666
* **XML/JSON:** ORCID APIs support data exchange in either XML or JSON format.
6767

68-
[Learn more about the ORCID APIs](https://members.orcid.org/api/about-orcid-apis)
68+
[Learn more about the ORCID APIs](https://info.orcid.org/documentation/)

0 commit comments

Comments
 (0)