Claims were introduced in .NET4.
I have used OWIN authentication in my application. Login Action var claims = new List<Claim>(); claims.Add(new …
c# asp.net asp.net-mvc asp.net-mvc-5 claimsI'm trying out some of the new stuff in VS2013 RC with MVC5 and the new OWIN authentication middleware. So, …
asp.net-mvc asp.net-mvc-5 claimsI did it in my rc1 project like: User.Claims.ElementAt(#).Value But after I switched to rtm it wouldn’…
asp.net-mvc razor claims rtm .net-core-rc1I'm developing an Asp.NET MVC5 web application (.NET 4.6) and I need to show some extra lines of HTML to …
c# asp.net asp.net-mvc authentication claimsAs it says in the title I have already assigned claims to the registered user, I am now trying to …
asp.net-core-2.0 claims-based-identity claims asp.net-core-identityI've got some ASP.NET MVC controller code that checks if a user is authenticated and if so, it checks …
.net asp.net-mvc asp.net-identity claims-based-identity claimsI'm playing a with JwtTokens and can't make them work properly. I'm using http://www.nuget.org/packages/System.IdentityModel.…
c# jwt claimsOASIS owns the http://schemas.xmlsoap.org/ws/2005/05/identity namespace, but I can't find anywhere that defines the "name" claim …
security identity claims-based-identity claimsCase: I have an MVC5 application (basically the MVC5 template with a scaffolded view) with the Google authentication method enabled. …
security asp.net-mvc-5 antiforgerytoken claims