-
Notifications
You must be signed in to change notification settings - Fork 549
Wrong redirect_uri for ORCID authentication #5720
Copy link
Copy link
Open
Labels
buggood first issueThis is a smaller ticket/bug that may be easier for new contributorsThis is a smaller ticket/bug that may be easier for new contributorshelp wantedNeeds a volunteer to claim to move forwardNeeds a volunteer to claim to move forwardintegration: ORCIDRelated to integration with ORCID identifier systemRelated to integration with ORCID identifier system
Metadata
Metadata
Assignees
Labels
buggood first issueThis is a smaller ticket/bug that may be easier for new contributorsThis is a smaller ticket/bug that may be easier for new contributorshelp wantedNeeds a volunteer to claim to move forwardNeeds a volunteer to claim to move forwardintegration: ORCIDRelated to integration with ORCID identifier systemRelated to integration with ORCID identifier system
Type
Fields
Give feedbackNo fields configured for Bug.
Projects
StatusShow more project fields
📋 To Do
Describe the bug
The
redirect_urisent to ORCID has two forward slashes after the base URL. This is handled gracefully by the Angular router, but could lead to other issues in the future.To Reproduce
Steps to reproduce the behavior:
redirect_uriqueryParam has two forward slashes (%2F) right after the base URL:&redirect_uri=https:%2F%2Fsandbox.dspace.org%2F%2Fentities%2Fperson%2Fb5939462-34f8-471f-ab79-8b93f1e82948%2Forcid.Expected behavior
There should be only one forward slash there.