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-2752] Ensure it's possible to make use of a custom principal-attribute value for OIDC #2137

Merged
merged 1 commit into from May 16, 2024

Conversation

fjuma
Copy link
Contributor

@fjuma fjuma commented May 2, 2024

@ivassile ivassile added the +1 IV label May 2, 2024
@fjuma fjuma requested a review from darranl May 7, 2024 20:48
return claimValue;
} else {
// fall back to sub claim
log.principalAttributeClaimDoesNotExist(attr);
Copy link
Contributor

Choose a reason for hiding this comment

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

This looks like it has the potential to become per-request - I am wondering if this should instead be debug information?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch, I've fixed this, thanks!

@fjuma
Copy link
Contributor Author

fjuma commented May 15, 2024

Hi @darranl, I've made the suggested update. Did you want to do a quick pass to make sure this looks good to you now?

Copy link
Contributor

@darranl darranl left a comment

Choose a reason for hiding this comment

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

Looks good, thank you @fjuma

@fjuma fjuma added the +1 DAL label May 16, 2024
@fjuma fjuma merged commit 088cdad into wildfly-security:2.x May 16, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants