Skip to content

Update Secure an ASP.NET Core Blazor Web App with OpenID Connect (OIDC) to demonstrate Access Token Management #570

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

maartenba
Copy link

@maartenba maartenba commented Aug 6, 2025

[EDIT by guardrex to add the issue]

Fixes #571

As discussed with @mikekistler

@guardrex

This comment was marked as outdated.

@guardrex guardrex closed this Aug 6, 2025
@guardrex guardrex reopened this Aug 6, 2025
@guardrex

This comment was marked as outdated.

@guardrex
Copy link
Collaborator

guardrex commented Aug 6, 2025

Ok ... we're back in business here.

So for future reference, always open a documentation issue for anything other than a minor patch. We have a lot going on with docs, and BIG 🐘 surprises don't go over too well around here 😆.

Let's start with the technical review of this work. After this is resolved and staged for merging, we'll flip over to the article.

Note in passing that after Mike/Stephen have signed off here that we'll need the updates made to the 8.0 version of this sample, too. If we don't also adopt this in the 8.0 sample, we'll have a devil of a time with versioning in the article later. Wait on making changes to the 8.0 sample. Let's get this signed off for the 9.0 sample first, and then you can do the 8.0 sample updates. That way, you'll be making the 8.0 changes from a stable app after review feedback is addressed.

@@ -8,6 +8,7 @@

<ItemGroup>
<ProjectReference Include="..\BlazorWebAppOidc.Client\BlazorWebAppOidc.Client.csproj" />
<PackageReference Include="Duende.AccessTokenManagement.OpenIdConnect" Version="4.0.0-rc.2" />
Copy link
Author

Choose a reason for hiding this comment

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

RTM is around the corner and will be updated

Copy link
Collaborator

@guardrex guardrex Aug 6, 2025

Choose a reason for hiding this comment

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

I asked offline about this in a separate message chain. Generally, they aren't keen on recommending preview packages in production, which is what our readers do with these samples. Will the 3.2.0 package not work for this? If not, when is "around the corner"? Is it like a week ... or month?

Copy link
Author

Choose a reason for hiding this comment

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

End of August most probably, unless anything slips unexpectedly

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.

Update BWA+OIDC (non-BFF, server-client sample) to demonstrate Access Token Management with Duende
2 participants