5.8.0
to 6.5.3
inclusive include a class named IdentityTokenValidator
with a public ValidateAsync
method, that performs limited validation suitable only for auth0 issued tokens.
IdentityTokenValidator
to validate untrusted 5.8.0
and 6.5.3
inclusiveIdentityTokenValidator
class to validate untrusted ID tokens. See Validate ID Tokens for our recommendations for validating ID tokens. https://jwt.io/ is a good resource on open source validation libraries and their capabilities. Note that additional logic may be required based upon your use case.
Developers using the auth0.net and associated NuGet Package Auth0.AuthenticationAPI between 5.8.0
and 6.5.3
inclusive should upgrade to the latest version 6.5.4
to prevent accidental usage of the IdentityTokenValidator
class.