Skip to content

Conversation

@Postremus
Copy link
Member

This prevents cases in the oidc dev service where [email protected] resulted in an email claim of user@[email protected] when retrieving a token. Make sure that the name claim contains no email address. use the name claim if present for the userInfo, otherwise the sub claim

closes #47284

@quarkus-bot

This comment has been minimized.

@Postremus Postremus force-pushed the issues/47284-no-double-append-email-oidc-dev branch from 7f7639a to 10f5611 Compare April 11, 2025 17:03
@quarkus-bot

This comment has been minimized.

This prevents cases in the oidc dev service where [email protected] resulted in an email claim of [email protected]@example.com when retrieving a token.
Make sure that the name claim contains no email address.
use the name claim if present for the userInfo, otherwise the sub claim
@Postremus Postremus force-pushed the issues/47284-no-double-append-email-oidc-dev branch from 10f5611 to 9f7ae46 Compare April 13, 2025 19:05
@quarkus-bot
Copy link

quarkus-bot bot commented Apr 13, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 9f7ae46.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

@geoand geoand requested a review from sberyozkin April 14, 2025 07:20
@sberyozkin sberyozkin merged commit f95a467 into quarkusio:main Apr 14, 2025
27 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.22 - main milestone Apr 14, 2025
@Postremus Postremus deleted the issues/47284-no-double-append-email-oidc-dev branch April 14, 2025 10:01
@gsmet gsmet modified the milestones: 3.22 - main, 3.21.3 Apr 15, 2025
@jmartisk jmartisk modified the milestones: 3.21.3, 3.20.1 May 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OidcDevServicesProcessor should not append @example.com if username already contains email

4 participants