0
votes

I'm using WSO2 Identity Server 5.3.0 and I would log in to my Application via Identity Server using ORCID credentials. ORCID provides a public API and I can't understand how integrate it on Identity Server.

I would do something like that: https://docs.wso2.com/display/IS530/Logging+in+to+your+Application+via+Identity+Server+using+Facebook+Credentials

1

1 Answers

1
votes

ORCID seems to be supporting OAuth. In that case, you can configure ORCID as a federated OAuth identity provider in IS [1][2]. You'll have to register in ORCID and get a client key and secret and configure them in IS. [3] & [4] might help.