(back)Authentication brief in NET Core (back)
Currently Microsoft has a number of different alternative AAA ideas.
- Separate Identity server, I done project template for this MS Idea, look at this page NET Core 3.1 test project for Oauth2 with new IndentityModel 4.2 in public template section My public project templates, also I have good and fuly tested for various situation client library for this server - my WebApi2 client of JSON Web Token (JWT) microServices.
- Alternative MS idea is using MS Azure services as AAA server. It's not seriously and I even don't want mention this opportunity.
- Alternative MS Idea is store UserIdentiry inside site, in this case you can create User DB from the same beginning or adding in any time. As a result you will receive DB with users.
In this case you can also create standard GUI for AU scaffold-identity
MS has two big package of examples about AU
- Au samples
- Second package is original documentation https://docs.microsoft.com/aspnet/core in Github https://github.com/dotnet/AspNetCore.Docs with number of various different example UA.
-
- Also is exist interesting third-party video about AU, for example - Getting Started with .NET Core Identity Server 4
-
In Net Core you will have full another set of classes for working with AAA, ASP.NET Core Identity or look original MS documentation - aspnetcore-3.1.
Comments (
)
Link to this page:
//www.vb-net.com/QuickHelp/Core8/Index.htm
|
Comments (
)
Link to this page:
//www.vb-net.com/QuickHelp/Core8/Index.htm
< THANKS ME> |