✅[Authorize] Doesn't Recognize Default Authentication Scheme?
In my API, when I use , sending a request from Postman with a valid token returns a 404 error.
However, when I explicitly set , authentication works fine.
Why isn't recognized as the default?
Additional Info:
I am using in my configuration.
The token is valid, and my MVC client authenticates successfully.
In Postman, I send the Authorization header as .
How can I fix this?
2 Replies