.NET MAUI - Authentication with IdentityServer

preview_player
Показать описание
Hello my friends 👋 , in this video I show the integration between a .NET Maui App with an IdentityServer, I hope you enjoy it.

------------------------------------------------------------------------------------
------------------------------------------------------------------------------------

⚠️ Don't forget to subscribe for more content ✅
-----------------------------------------------------------------------------------

-----------------------------------------------------------------------------------

Other videos:

-----------------------------------------------------------------------------------

Description: how to, maui, .net, app authentication

Thanks For Watching!

#dotnet #maui #app #auth
Рекомендации по теме
Комментарии
Автор

Awesome! I was thinking about porting my Blazor WASM app to Blazor MAUI Hybrid. The problem though is that they are using different abstractions for authentication. Someone should really build like a common API for that.

marna_li
Автор

Nice tutorial, is there also a tutorial on how to save the refreshtoken somewhere and keep the user logged in ?

LuigiTrabacchin
Автор

Very nice video! On your Github I find only the client code. Could it be possible to share the Identity Server part? So I could actually run this? Thanks!

joggerke
Автор

Hi, I'm getting only null values from the webauthenticator result. Can you help me where I'm making mistake?

kumaresansaminathanoffl
Автор

Great video, thanks for that. Does it work for Windows or only for Android?

romantitov
Автор

Can you make a video on how to setup maui with rider ?

ioneocla
Автор

I understand you hard-coded the secret API credentials just for tutorial purposes. But how should those values be hidden? A user who downloads the app can reverse engeneer it and see the code containing the hard-coded values.

Sclunger
Автор

Is there any way to hide the address bar in InAppBrowser?

SurajSingh-epis
Автор

Nice video but you forgot to push all the code to github.
Edit: Forget the last statement. there was another branch:)

AtleMagnussen
Автор

I'm confused as to why you would want to setup your own 'identity server'? It's just a separate server that handles login's and returns a key if successful? Why not just do that in the API server??

Why is this stuff so complicated?
I just want my user to be able to log in to my app and then talk to my API securely, is this really the only way to achieve that??

P.s. I can't get the client project to build because of the CustomAndroidMessageHandler; I can't add the required namespaces it seems

_jimbarton
Автор

this sample only authenticate user and cannot authorize !!! add an api controller, then you cannot get data with access token

ehsanvali
Автор

is easy to track request and hack token and can make brute force for that is not very usful the unique security is protection by captcha solve like service arkoselabs very complex solve pezzol

younessesoft