Application model for presenting an identity to a claims aware application.
I created an ASP.NET WEB API 2.2 project. I used the Windows Identity Foundation based template for individual accounts available …
asp.net-web-api2 owin wif claims-based-identity asp.net-identity-2I'm trying to get up to speed with OpenId Connect, OAuth2.0, Security Token Service and Claims. Imagine a scenario with …
oauth-2.0 claims-based-identity openid-connect identityserver3We have successfully configured windows identity foundation (WIF) in our ASP.NET 4.5 MVC 4 project with the help of the Identity …
asp.net-mvc asp.net-mvc-4 wif claims-based-identityI would like to know if it is always recommended to use Managed Identities in Azure , mostly system assigned or …
azure azure-active-directory claims-based-identityThe way I understood it from reading all over the net, is that Claims get stored as cookie, now I …
c# asp.net asp.net-mvc claims-based-identity owinI am new to web application. I have created a custom principle and trying to set it in CurrentDomain. This …
c# asp.net permissions claims-based-identity iprincipalI am working on converting a DotNet 4.5 MVC/WebAPI application to AspNetCore 2.0, and I'm having some trouble getting my Cookie …
c# authentication claims-based-identity asp.net-core-mvc-2.0I am an ASP.NET Core beginner. I'm stuck in role, claim and user relationship. I have a user Ben, …
asp.net-core asp.net-identity claims-based-identityI have created a new ASP.NET MVC application with .NET 4.5. I have successfully set up authentication with an STS. …
asp.net-mvc .net-4.5 wif claims-based-identity ws-federationI'm writing an ASP.Net Core Web Application and using UseOpenIdConnectAuthentication to connect it to IdentityServer3. Emulating their ASP.Net …
c# asp.net-core claims-based-identity identityserver3