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

[ELY-2780] Logging in aggregaterealm changes authentication and authorization flow #2176

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

lvydra
Copy link
Contributor

@lvydra lvydra commented Aug 14, 2024

@ivassile
Copy link
Contributor

@fjuma When you have a chance, please review it. Thanks!

if (authenticationIdentity.exists()) {
log.tracef("Authentication identity for principal [%s] found.", evidence.getDecodedPrincipal());
}
log.tracef("Authentication identity for principal [%s] found.", evidence.getDecodedPrincipal());
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we may need to think about the message a bit more as it is now subtly different, we can confirm we obtained a RealmIdentity from the authenticationRealm but not sure we can fully declare it "found" as we no longer have a "not found" flow.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi @darranl, thank you for the review, I have updated the messages.

@darranl darranl merged commit aae54ba into wildfly-security:2.x Sep 16, 2024
9 checks passed
@darranl
Copy link
Contributor

darranl commented Sep 16, 2024

Thank you @lvydra

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.

3 participants