Customize Identity User in .NET 8 Authentication with Identity Manager 🔐

preview_player
Показать описание

# Source code

# Here's a follow-up section to encourage engagement and support for Netcode-Hub:
🌟 Get in touch with Netcode-Hub! 📫

# ☕️ If you've found value in Netcode-Hub's work, consider supporting the channel with a coffee!
Рекомендации по теме
Комментарии
Автор

The only simple videos on YouTube explaining this stuff. Thank you

samanson
Автор

Thank you very much for sharing your knowledge on this aspect of Identity in .Net 8

ricardothomas
Автор

Hi, thank you so much for this tutorial. The steps are clear and straightforwad. That helped a lot however I have a question. Once I created the custom register endpoint, how can I disable the default one because now I have two register endpoints, the one created by default(/register) and the one I created /api/User/add-user

selimbamri
Автор

Aww, thanks so much, you are a life saver. From GH

joshuankrumah-buadu
Автор

Great like everytime 💪, another video for role based and how to use bearer token for custom identify user 🙏🙏🙏

bocarmg
Автор

Excellent video. Love how simple it is now to build.
Yes please for role. Have you done a video already on this?

waynehawkins
Автор

That's cool
But what about Out of the Box Register end point...? Can we disable them...

ankurkatiyar
Автор

Will there be a video on how to add OpenIddict or Identity Server here for OAuth 2.0 and OICD authorization?

HeyWhoTheFuckAreYou
Автор

Hi, thanks for your amazing videos!
I wonder about saving the tokens themselves. After a long search, it seems they are saved in memory, so with any pooling restarting or recycling, the tokens are lost!
How can we keep them?

EbrahimHassan
Автор

great content, anyway can we customize for /confirmEmail also?

zachedo
Автор

great! how to register with all user properties insted only email and password? i want to register with username too, but in db, username has the same value of email

OscarPlumariegaAcebo
Автор

Hi Frederick, I dont need customize my User at all, but i really need in using roles for my role-based app. Should I create a new Controller as it was in the video, or it can be setted up in program.cs file or something, and used in .net8api endpoint?

orionnebula
Автор

Thank you very much for this video. I just have a question: How can I write my custom token provider for login and make Identity use that as the default?

erfaneslami_
Автор

Thought you were going to modify the "/register" endpoint created by Net Core Identity

luisedwards
Автор

Can you restfull thise auth api add maui register and login and add roles by using this api .... I need merge this lessone in maui

tztghuo
Автор

Question, I noticed you created another login endpoint separate from the one that comes with Identity out of the box.
The login endpoint you created did note return an access token. So after adding user from out customized add-user endpoint we could login using the out of the box login endpoint that returns an access and refresh token right ?

ricardothomas
Автор

Can you restfull thise auth api add maui register and login and add roles by using this api .... I need merge this lessone in maui

tztghuo