-
Notifications
You must be signed in to change notification settings - Fork 25.2k
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
MAUI BH+BWA+Identity article #34944
MAUI BH+BWA+Identity article #34944
Conversation
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.
Article looks great. I added a few comments.
aspnetcore/release-notes/aspnetcore-10/includes/blazor-hybrid.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Beth Massi <[email protected]>
Co-authored-by: Beth Massi <[email protected]>
@BethMassi ... Looking good! Does it need more reviewers, or shall we go ahead and publish it? |
I think we're good to publish. I'll work on Entra next. |
@BethMassi ... Cool beans! I'm taking it to the ⚡LIVE⚡ branch now, so it should show up shortly. When you create the Entra version of this, recommend that make the outer folder (the one holding the app folder and the solution file) ...
|
Fixes #34939
Look'in good thus far! 👍
Notes
Draft particulars for this article ...
blazor/hybrid/security/maui-blazor-web-identity
\aspnetcore\blazor\hybrid\security\maui-blazor-web-identity.md
/blazor/hybrid/security/maui-blazor-web-identity
Looks like path lengths are starting to become a problem for these apps. I started by naming the projects
MauiBlazorWebIdentity
to match other sample app naming, but that 💥 in my face on generated path lengths when compiling the solution. Therefore, I merely placed the sample app in a folder of that name and ended up sticking withMauiBlazorWeb
for the projects. The sample is over at ...https://github.com/dotnet/blazor-samples/tree/main/9.0/MauiBlazorWebIdentity
The important thing about having the word "Identity" on that is in the next point .......
Although this says the dev can convert the app to use whatever IdP that they want, devs prefer an Entra-based sample for Entra. I kind'a recommend that we have it, but I totally understand if its felt the conversion is fairly straightforward for the sorts of non-beginner devs working with this tech. Just in case we ever have an Entra version of this sample, we'd want to name this one with "Identity" so that we can name the other one with "Entra" (
MauiBlazorWebEntra
, uid:maui-blazor-web-entra
, URL:/blazor/hybrid/security/maui-blazor-web-entra
). Same deal if OIDC were ever a thing (...Oidc
,-oidc
).If you'd like additional resources cross-linked at the end, let me have the links.
Internal previews