IdentityServer3.AccessTokenValidation icon indicating copy to clipboard operation
IdentityServer3.AccessTokenValidation copied to clipboard

OWIN Middleware to validate access tokens from IdentityServer3

Results 16 IdentityServer3.AccessTokenValidation issues
Sort by recently updated
recently updated
newest added

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...

question

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...

question

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...

question