-
Is there any recommended CORS implementation for OWIN-NancyFx-Mono? I think I can just use Microsoft.Owin.Cors package with enabling the modules in Startup using CorsOptions() method, but I don't know…
-
ASP.NET authorization now supports code based policies. We provide implementations to support claims based authorization and the ability to express your own policies in code. An authorization policy *…
-
I can walk through the walk through and get a token
IdSrv returns returns the token response.
The client moves from GetClientToken to CallApi supplying the response.
Returns 401:
Consol…
mleir updated
8 years ago
-
In previous version of ASP.NET during SPA application the idea of AntiForgey token was following:
- add `@Html.AntiForgeryToken();` on the page
- add `__RequestVerificationToken` to the request
- over…
-
see https://docs.asp.net/en/latest/security/authentication/introduction-to-aspnet-identity.html#comment-2457875287
@rustd can you comment on this request?
-
Hi!
I have a few questions about Identity Server 3 and how to implement Windows authentication with it. I have Web Api 2 application and I want to generate token for Windows authentication. I also w…
-
- Rename `AuthorizeAttribute.ActiveAuthenticationSchemes` to `AuthorizeAttribute.AuthenticationSchemes`
- Move all Requirements types to a `.Infrastructure` namespace
- Move all `PassThroughAuthorizat…
Eilon updated
9 years ago
-
Hi,
I'm trying to use your excellent IdentityManager in my project and unfortunately I'm faced to an access right issue when I try to access to UserAPI.
In my host, I use OpenIdConnect and Cookie aut…
-
In order to get the [Authorize(Roles=...)] attribute to work in the MVC I had to do the following:
1. Changed the User Claims types to System.Security.Claims.ClaimTypes.\* especially the role.
2. A…
-
I'm attempting to get an oauth server running and at one point it was working. I however did the vs2015 updates and a lot of stuff changed.
Essentially I have an endpoint that has the AuthorizeAttri…
Fosol updated
8 years ago