It isn't possible to change the default @option params
Created by: emersonmoura
I have a microservice architecture and each microservice has a specific path to be accessed. My oauth2 API has the path /uaa
. So I tried to change the token_url param to be /uaa/oauth/token
and I didn't get success also I put my site address with the suffix /uaa,
however (and according to the semantic) it considers only the domain ignoring the rest.