'Do OpenIDDict has any built in validation Handlers similar to Identity Server has like "IdentityServerAuthenticationHandler"?
- Do OpenIDDict has any built in validation Handlers similar to Identity Server has like "IdentityServerAuthenticationHandler"? Currently in my sample codes, I validate my tokens using JwtSecurityTokenHandler. Do we have any built-in libraries that comes with openIDDict that would validate easily and with more enhanced features?
- Also, Identity Server supports schemes like "BearerIdentityServerAuthenticationJwt". I am not sure what is the difference between a normal Bearer Scheme and this one? I tried openiddict with BearScheme while validating my clients and it worked well to validate my Bearer tokens. Do we have any alternatives like this "BearerIdentityServerAuthenticationJwt" in OpenIDDict?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
