Hans Karlsen (talk | contribs) (Created page with "The https://orcid.org/ is an OpenId Authentication provider popular in the scientific community. It holds information on users, university affiliations, research grants etc....") |
(Automatically adding template at the end of the page.) |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[https://orcid.org/ ORCID] is an OpenId Authentication provider popular in the scientific community. It holds information on users, university affiliations, research grants, etc. | |||
The primary use for us is | The primary use for us is to offer existing Orcid users the use of their Orcid credentials to authenticate in a Turnkey system they build. | ||
Since we do not think | Since we do not think this feature will be widely used, we will not initially waste space in the Portal to maintain its settings. Instead, you can enter the settings in the [[TurnkeySettings]]Extra file. | ||
These are the available Orcid settings that can go into the settings file: | These are the available Orcid settings that can go into the settings file: | ||
<root> | <root> | ||
<OrcidAuthentication_ClientId>your Orcid clientid<OrcidAuthentication_ClientId> | <OrcidAuthentication_ClientId>your Orcid clientid</OrcidAuthentication_ClientId> | ||
<OrcidAuthentication_ClientSecret>your Orcid secret<OrcidAuthentication_ClientSecret> | <OrcidAuthentication_ClientSecret>your Orcid secret</OrcidAuthentication_ClientSecret> | ||
<OrcidAuthenticationRedirectUrl>yoursystem/ | <OrcidAuthenticationRedirectUrl>yoursystem/Account/orcid</OrcidAuthenticationRedirectUrl> /Account/orcid | ||
<OrcidSandbox>true/false<OrcidSandbox> | <OrcidSandbox>true/false</OrcidSandbox> | ||
</root> | </root> | ||
A practical way to get your TurnkeySettingsExtra file into the AppData of your system is to use the [[AssetsTK]] strategy. | |||
[[Category:Authentication]] | |||
{{Edited|July|12|2024}} |
Latest revision as of 15:44, 10 February 2024
ORCID is an OpenId Authentication provider popular in the scientific community. It holds information on users, university affiliations, research grants, etc.
The primary use for us is to offer existing Orcid users the use of their Orcid credentials to authenticate in a Turnkey system they build.
Since we do not think this feature will be widely used, we will not initially waste space in the Portal to maintain its settings. Instead, you can enter the settings in the TurnkeySettingsExtra file.
These are the available Orcid settings that can go into the settings file:
<root> <OrcidAuthentication_ClientId>your Orcid clientid</OrcidAuthentication_ClientId> <OrcidAuthentication_ClientSecret>your Orcid secret</OrcidAuthentication_ClientSecret> <OrcidAuthenticationRedirectUrl>yoursystem/Account/orcid</OrcidAuthenticationRedirectUrl> /Account/orcid <OrcidSandbox>true/false</OrcidSandbox> </root>
A practical way to get your TurnkeySettingsExtra file into the AppData of your system is to use the AssetsTK strategy.