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

Update OIDC clients to .NET 9 #1639

Merged
merged 3 commits into from
Nov 25, 2024
Merged

Update OIDC clients to .NET 9 #1639

merged 3 commits into from
Nov 25, 2024

Conversation

josephdecock
Copy link
Member

@josephdecock josephdecock commented Nov 23, 2024

Update our internal oidc clients to .NET 9, and give them some minor cleanups (disabling telemetry, fixing log levels, etc).

Notably, my work on PAR in the asp.net handler means all our OIDC test clients use PAR by default now. This means that we can discard the clients that specifically added PAR, as that is redundant
- MvcPar is gone, in favor of MvcCode, etc
- MvcJarPar is gone, in favor of MvcJarJwt, which is updated to use the new PAR event (the JAR it creates is pushed to the PAR endpoint, rather than sent to the authorize endpoint)

Also, I'm using the preview of Duende.AccessTokenManagement 3.1.

Now that PAR is enabled by default, these are redundant with MvcCode and MvcJarJwt
Use the new PushAuthorization event to send a JAR to the PAR endpoint.
@josephdecock josephdecock changed the title Joe/net9 client cleanup Update OIDC clients to .NET 9 Nov 23, 2024
Copy link
Member

@damianh damianh left a comment

Choose a reason for hiding this comment

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

All good.

@josephdecock josephdecock merged commit 4b7fb9e into main Nov 25, 2024
5 checks passed
@josephdecock josephdecock deleted the joe/net9-client-cleanup branch November 25, 2024 16:53
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