Hello there,
I have a problem when calling the token endpoint following a connection.
By default, the URL called is ‘oauth/token’, however, the API I am calling does not use this URL by default, and only uses ‘token’.
Is there any way to change this token request URL?
I have no way to modify the API.
I’m using auth0-angular.
Thanks