Hi There I am trying to setup oAuth2 in seperate application,
The other app is asking “What is your authorize endpoint?”
i added in “https://xxx.auth0.com” and its saying invalid URL
Any ideas?
Hi There I am trying to setup oAuth2 in seperate application,
The other app is asking “What is your authorize endpoint?”
i added in “https://xxx.auth0.com” and its saying invalid URL
Any ideas?
The authorization endpoint for your Auth0 service is in the format https://{your_tenant}[.{region}].auth0.com/authorize
or https://{your_configured_custom_domain}/authorize
. If region is US then you just omit the region part [.{region}]