Tagged Questions
0
votes
2answers
735 views
Using 'System.Identity.Model.Claims' for Authorization and Authentication
I want to add authentication and authorization to my application. I do not want to use Active Directory for this.
Should I use System.IdentityModel.Claims to do this?
Will using ...