-
Notifications
You must be signed in to change notification settings - Fork 782
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
base: main
Are you sure you want to change the base?
Conversation
…e Access Token Management
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
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" /> |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
[EDIT by guardrex to add the issue]
Fixes #571
As discussed with @mikekistler