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

Blazor Web App with OIDC article #31555

Merged
merged 10 commits into from
Feb 14, 2024
Merged

Conversation

guardrex
Copy link
Collaborator

@guardrex guardrex commented Jan 24, 2024

Fixes #31265
Addresses #28161

You can ignore everything else on the DIFF and focus on the new article. It's in the file ...

aspnetcore/blazor/security/server/blazor-web-app-with-oidc.md

You'll see that I've only fleshed out the BFF pattern pivot completely at this point. I want to make sure that we get the original sample pivot correct first. Then, I'll cut out the bits that pertain to BFF and finish the non-BFF pattern pivot.


Internal previews

📄 File 🔗 Preview link
aspnetcore/blazor/hybrid/security/index.md ASP.NET Core Blazor Hybrid authentication and authorization
aspnetcore/blazor/security/server/blazor-web-app-with-oidc.md aspnetcore/blazor/security/server/blazor-web-app-with-oidc
aspnetcore/blazor/security/webassembly/index.md Secure ASP.NET Core Blazor WebAssembly
aspnetcore/blazor/security/webassembly/standalone-with-authentication-library.md Secure an ASP.NET Core Blazor WebAssembly standalone app with the Authentication library
aspnetcore/blazor/security/webassembly/standalone-with-identity.md aspnetcore/blazor/security/webassembly/standalone-with-identity
aspnetcore/blazor/state-management.md ASP.NET Core Blazor state management
aspnetcore/fundamentals/minimal-apis/security.md Authentication and authorization in minimal APIs
aspnetcore/security/authentication/claims.md Mapping, customizing, and transforming claims in ASP.NET Core
aspnetcore/security/authentication/index.md Overview of ASP.NET Core authentication
aspnetcore/security/samesite.md aspnetcore/security/samesite

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.

This looks great!

guardrex and others added 3 commits February 12, 2024 16:20
Co-authored-by: Stephen Halter <halter73@gmail.com>
@guardrex guardrex merged commit 254b623 into main Feb 14, 2024
3 checks passed
@guardrex guardrex deleted the guardrex/blazor-oidc-sample-article branch February 14, 2024 14:42
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.

Companion article for BWA OIDC w/Aspire sample app
3 participants