Ragtox
Local user accounts with Entra External ID in Blazor WASM BFF application
Wow, how didn't I think of that lol, I was so pre-occupied with moving away from identity that I didn't consider just using Identity but not allowing local account sign-up.
Thanks TeBeCo.
However, I'm always interested in any other alternatives people have come up with!
4 replies
Local user accounts with Entra External ID in Blazor WASM BFF application
Oh, I also forgot to mention that my current PoC uses the
Microsoft.Identity.Web
& Microsoft.Identity.Web.UI
packages
And also some sample code from how I currently use the OnTokenValidated
event. (This is just a PoC of course, so not a lot of validation/fallback stuff is happening)
4 replies