Skip to content

Feature/replace id token with access token as bearer auth#29

Merged
sergio-soria-bi merged 5 commits intomasterfrom
feature/replace-id-token-with-access-token-as-bearer-auth
Apr 17, 2026
Merged

Feature/replace id token with access token as bearer auth#29
sergio-soria-bi merged 5 commits intomasterfrom
feature/replace-id-token-with-access-token-as-bearer-auth

Conversation

@sergio-soria-bi
Copy link
Copy Markdown
Contributor

Replace idToken with Access token.

In the scope of that, update contract for projectsInfoService.


when(authInfo.getCurrentPrincipalName()).thenReturn(principalName);
when(authenticationFacade.getIdToken()).thenReturn("id-token");
when(authenticationFacade.getAccessToken()).thenReturn("id-token");
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

It's not an actual issue, but to be consistent, we could also do a search and replace for "id-token" to "access-token"

@sonarqubecloud
Copy link
Copy Markdown

@sergio-soria-bi sergio-soria-bi merged commit de3040c into master Apr 17, 2026
4 checks passed
@ivan-risueno ivan-risueno deleted the feature/replace-id-token-with-access-token-as-bearer-auth branch April 20, 2026 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants