Skip to content

Update BWA+OIDC article updates for 9.0#33832

Merged
guardrex merged 2 commits intomainfrom
guardrex/blazor-bwa-oidc-article
Oct 9, 2024
Merged

Update BWA+OIDC article updates for 9.0#33832
guardrex merged 2 commits intomainfrom
guardrex/blazor-bwa-oidc-article

Conversation

@guardrex
Copy link
Copy Markdown
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
Copy Markdown
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
@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