Skip to content

fix userinfo endpoint not returning roles#13

Merged
ctucker3 merged 2 commits intodevelopfrom
bug/INF-94
May 11, 2020
Merged

fix userinfo endpoint not returning roles#13
ctucker3 merged 2 commits intodevelopfrom
bug/INF-94

Conversation

@ctucker3
Copy link
Contributor

@ctucker3 ctucker3 commented May 7, 2020

This card pairs with INF-94 for bi-web and contains a fix to the /userinfo endpoint so that it returns roles now.

@ctucker3
Copy link
Contributor Author

ctucker3 commented May 7, 2020

@ctucker3
Copy link
Contributor Author

ctucker3 commented May 7, 2020

Copy link
Member

@nickpalladino nickpalladino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests pass and test cases cover the bug fix. Just an old duplicate line of code that should be removed.

@@ -57,39 +59,7 @@ void setup() throws Exception {
testUser = userService.getByOrcid(TestTokenValidator.TEST_USER_ORCID).get();
testUser = userService.getByOrcid(TestTokenValidator.TEST_USER_ORCID).get();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this line is in here twice

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed and pushed

@ctucker3 ctucker3 merged commit f81dc6b into develop May 11, 2020
@ctucker3 ctucker3 deleted the bug/INF-94 branch May 11, 2020 19:15
@nickpalladino nickpalladino added the bug Something isn't working label Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants