MSAL Auth in MAUI Revisited: The .NET Show with Carl Franklin

preview_player
Показать описание
Carl updates episode 24, "Calling Secured APIs with MSAL Auth in MAUI" to use .NET 7 and to also work on Windows and iOS devices.

🔗 Download Files 🔗

⚡️⚡️⚡️ Register your FREE COPY of DevExpress MAUI Controls TODAY ⚡️⚡️⚡️

#Xamarin #MAUI #Microsoft #dotnet
Рекомендации по теме
Комментарии
Автор

Can't express how grateful I'm! Your video plus the github repo helped me setup B2C on Maui.

amnesia
Автор

( 15:00 ) If you don't see listed your API, you must add your user as Owner on the Owners section below.

josuemercally
Автор

I can't get this to work. A call to b2c opens in a browser and it's blank. I could run the userflow successfully on azure. When I compared both urls, they are different.

beejay_slevin
Автор

I like this demo style, where you intentionally make trials with unfinished code, then show result errors, and then show how to fix it. The whole demo is like a soccer match Carl against Azure AD B2C with dramatic moments.
21:02 - decisive goal for Carl.

waldemarnowak
Автор

Anyone know if It's works on .NET 8 ??

mejo-ucmj
Автор

Thanks so much for this. Quite a lot of back and forth between azure, the maui app and the secured api but at least the steps have been documented (and more importanlty, those fiddly errors/gotchas have been explained). Is social integration (google, twitter, etc) the same as the video you made previously on the subject or has that changed also?

teriyakov
Автор

I have a question. this is about a maui native app so why are you selecting SPA instead of native in Azure B2C??!

PumpdaBrakes-ubkp
Автор

I am getting an auth token just fine. After completing the login, I click the Get Weather Forecast and get a popup showing HTML with an embedded 403 error in the body. I know I should be getting the weather forecast json data. Any ideas?

williamcarinci
Автор

No matter what I try, my implementation does not respect the user flow I assign. (I assigned a signup_signin userflow) The default policy with just a signin is presented 100% of the time. Any ideas?

matteusse