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 BWA+OIDC article updates for 9.0 #33832

Merged
merged 2 commits into from
Oct 9, 2024

Conversation

guardrex
Copy link
Collaborator

@guardrex guardrex commented Oct 9, 2024

Addresses #31909
Fixes #33801

This gets ...

  • The client secret handled by the Secret Manager tool, not via code in the app.
  • Versions the PersistingAuthenticationStateProvider/PersistentAuthenticationStateProvider coverage for 8.0.
  • Brings in AddAuthenticationStateSerialization/AddAuthenticationStateDeserialization for >=9.0.
  • Sets the name claim name as a string to match what we just did in the sample app.
  • Removes the hidden field for ReturnUrl in the Redirect to the home page on signout section because / is the default.

I think that covers everything 🤔.


Internal previews

📄 File 🔗 Preview link
aspnetcore/blazor/security/blazor-web-app-with-oidc.md aspnetcore/blazor/security/blazor-web-app-with-oidc

@guardrex guardrex requested a review from halter73 October 9, 2024 16:10
@guardrex guardrex self-assigned this Oct 9, 2024
Copy link
Member

@halter73 halter73 left a comment

Choose a reason for hiding this comment

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

:shipit:

@guardrex guardrex merged commit 4080705 into main Oct 9, 2024
3 checks passed
@guardrex guardrex deleted the guardrex/blazor-bwa-oidc-article branch October 9, 2024 23:52
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.

Updates to the BWA+OIDC article
2 participants