How To Configure The New ASP.NET Identity Endpoints

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

Рекомендации по теме
Комментарии
Автор

Follow up video idea... Try adding custom fields like first/last name to the User and show what is required to handle in the Identity API. The challenge is that the API is all or nothing, you cannot override Identity API methods, and you can't unmap or remap routes once they are registered into the pipeline. I think the only way to handle is to not use MapIdentityApi, copy the code from the MapIdentityApi extension method, make your customizations, then register the required endpoints yourself.

sweeperq
Автор

so identity now is making it's way into Web APIs as well?

lettuceturnipthebeets
Автор

Hey Milan, Bearer and JWT bearer both are different right? If have to configure jwt I'm gonna use the AddJwtBearer method, or does this AddBearerToken handles jwt as well?

ssudharsan
Автор

Is it possible to customize the register endpoint in IdentityUser or any endpoint ?

rouisaek
Автор

Would you use this for your application

georgeblazhev
Автор

addauthentication you don't need to call him back before addauthorization ?

Totti
Автор

Ok with this configuration we must use the default setting of identity. How can I customize login? Is it possible to use the server side pages for logins?

hosseinmahdavi