'Is it possible to avoid '/authorize' sufifx using @auth0/auth0-react
In our project we are using Authorization Code Flow with PKCE and we have custom domain for OAuth2 authentication server.
On FE side @auth0/auth0-react library is used. The problem is that 'loginWithRedirect' method (and other login* methods) append '/authorize' suffix to specified domain. In this case the call should be directed to URL ending with '/as/authorization.oauth2'. Is it possible to overwrite this default behaviour?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
