Problems with the authentication route using spring cloud gateway with oauth
I’m having problems with the authentication route using spring cloud gateway with oauth.I have 3 simple authentication services, which have a gateway, an oauth configuration service and the user. When I make the request using the /ms_oauth/oauth2/token
route, I receive a 404 error and cannot find the solution.