We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requests for a token via the sandbox Public API using get_token_from_authorization_code() return a 400 error stating that I'm not allowed to use the member API. Changing the token URL to match the ORCID documentation (ie, changing it from https://api.sandbox.orcid.org/oauth/token to https://sandbox.orcid.org/oauth/token) resolves the error.
get_token_from_authorization_code()
Not sure if this is a bug upstream or whether the current token URL is deprecated and should be changed here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Requests for a token via the sandbox Public API using
get_token_from_authorization_code()
return a 400 error stating that I'm not allowed to use the member API. Changing the token URL to match the ORCID documentation (ie, changing it from https://api.sandbox.orcid.org/oauth/token to https://sandbox.orcid.org/oauth/token) resolves the error.Not sure if this is a bug upstream or whether the current token URL is deprecated and should be changed here.
The text was updated successfully, but these errors were encountered: