ORCID: OAuth2 redirect_uris or callback URLs for OJS

What should be the OAuth2 redirect_uris or callback URLs for OJS while registering for ORCID API access?

Hi @pcansf

I was only working with ORCID developer tools and there I had to insert the same URL as the base_url in my OJS config.inc.php.

Best,
Bozana

1 Like

Thank you. It helped. We ended up doing the same.

When registering Redirect URIs for your ORCID API client, you can choose to either register:

The host option allows any URI under that host to be used as a Redirect URI.

For more information, see: https://support.orcid.org/knowledgebase/articles/116739

1 Like

Thank you. We used the host name of our OJS installation.