IdentityServer3.AccessTokenValidation
IdentityServer3.AccessTokenValidation copied to clipboard
Access token validation with legacy IIS hosted web API
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 if we can re use this before writing custom code.