Currently i have setup two Jwt authentication schemas, and if one of the schemas succeeds in authenticating the user (token), then authentication completes successfully and authorization thinks the user is authenticated. How can i prevent this?
I am using .NET 7 framework.