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

Filter client credentials in ToOptimizedFullDictionary method #1781

Merged
merged 2 commits into from
Feb 10, 2025

Conversation

josephdecock
Copy link
Member

Filter client authentication because it's possible for a PAR request to include client auth, and we don't want that to cause client auth parameters to get passed into the authorization parameters message store, where they might get logged or otherwise stored insecurely.

@josephdecock josephdecock added the area/identity-server Related to Identity Server label Feb 9, 2025
@josephdecock josephdecock added this to the is-7.3.0 milestone Feb 9, 2025
@josephdecock josephdecock self-assigned this Feb 9, 2025
@josephdecock josephdecock requested a review from bhazen as a code owner February 9, 2025 03:50
Filter client authentication because it's possible for a PAR request to include client auth, and we don't want that to cause client auth parameters to get passed into the authorization parameters message store, where they might get logged or otherwise stored
 insecurely.
@josephdecock josephdecock force-pushed the jmdc/filter-client-auth branch from 7bf7e92 to e769462 Compare February 10, 2025 15:57
@josephdecock josephdecock merged commit 1e07f33 into main Feb 10, 2025
4 checks passed
@josephdecock josephdecock deleted the jmdc/filter-client-auth branch February 10, 2025 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/identity-server Related to Identity Server
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants