Skip to content
New issue

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

Feature/oauth logging docu #58

Merged
merged 3 commits into from
Aug 29, 2024
Merged

Feature/oauth logging docu #58

merged 3 commits into from
Aug 29, 2024

Conversation

cuioss
Copy link
Owner

@cuioss cuioss commented Aug 29, 2024

No description provided.

Copy link

sonarcloud bot commented Aug 29, 2024

@cuioss cuioss merged commit f47fa07 into main Aug 29, 2024
6 checks passed
@cuioss cuioss deleted the feature/oauth-logging-docu branch August 29, 2024 20:08

final String tokenUri = configuration.getTokenUri().trim();
final String redirectUri = configuration.getExternalContextPath().trim() + servletRequest.getRequestURI();
log.debug("creating auth user info with scopes='{}', tokenUri='{}', redirectUri='{}'",
Copy link
Collaborator

Choose a reason for hiding this comment

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

maybe this should be TRACE due to sensible data in the tokenuri like the nonce?!

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.

2 participants