IdentityServer3.AccessTokenValidation
IdentityServer3.AccessTokenValidation copied to clipboard
OWIN Middleware to validate access tokens from IdentityServer3
Is there a way to use this middleware with legacy IIS hosted, non owin style api? I need to handle both JWT and reference token. So trying to find out...
I have upgraded our packages from 2.6.0 to 2.15.0 and I now get a not-implemented exception on Mono on System.IdentityModel.Tokens.RsaSecurityToken.get_SecurityKeys. We are operating under a rather old version of mono...
Hi, my identity reference token keep saying IsAthenticated=false, and I would like to see the log file for more debugging information. My API is hosted on IIS. How to enable...
Sorry if this has been asked before - is it possible to validate tokens from IdentityServer 3 and unpack to a new ClaimsIdentity rather than a middleware that sets the...
After upgrading IdentityServer3.AccessTokenValidation 2.13.0->2.14.0 in my WebApi -project I also upgraded System.IdentityModel.Tokens.Jwt -library 4.0.3.308261200->4.0.4.402070948. Right after that next error started to occur: > An exception of type 'System.IO.FileLoadException' occurred in...
Hi, I'm trying to add the AccessTokenValidation library to an existing (rather large) project, which is using `Microsoft.IdentityModel.Protocols` and `Microsoft.IdentityModel.Protocols.OpenIdConnect`, but the AccessTokenValidation is depending on `Microsoft.IdentityModel.Protocol.Extensions`. Since both libraries...