Skip to content

Blazor WASM security updates#19844

Merged
guardrex merged 4 commits intomasterfrom
guardrex/blazor-wasm-security
Sep 15, 2020
Merged

Blazor WASM security updates#19844
guardrex merged 4 commits intomasterfrom
guardrex/blazor-wasm-security

Conversation

@guardrex
Copy link
Copy Markdown
Collaborator

@guardrex guardrex commented Sep 14, 2020

Fixes #19803

Thanks @taylorchasewhite! 🚀

The enhancements include ...

  • Flesh out a Graph API call from a component that's based on a named HttpClient. The existing content is generic for a named client and a custom AuthorizationMessageHandler class. This new example (AAD mobile phone number in component code) shows a specific implementation with those features that will work in a real app.
  • Add a customize the user example (claims for users) based on Graph API. The existing customize the user coverage only deals with an access token claim (amr) that doesn't require a separate access token request. This new example (a claim for the AAD mobile phone number), similar to the example in the AAD groups and roles topic, shows a specific implementation with a separate Graph API call that will work in a real app.
  • Improve topic cross-links, including from the WASM overview topic.
  • Fix up a few other nits in other text+examples.

I'm going to wait before engaging further with data storage. The State management topic focuses on it, so let's take more feedback before working further with it. I'll review that topic in detail later ... hopefully in the holidays 🎁 period after .NET 5 releases.

@guardrex guardrex marked this pull request as ready for review September 15, 2020 12:29
@guardrex guardrex merged commit c44f6aa into master Sep 15, 2020
@guardrex guardrex deleted the guardrex/blazor-wasm-security branch September 15, 2020 12:32
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.

More Detailed Writeup on "Customize the User" section?

1 participant