I followed the tutorial in Auth0 Python SDK Quickstarts: Login for My project using Python and Flask, no issue
But after switching to use custom domain, I just set
api_base_url=‘https://CUSTOM_DOMAIN’
access_token_url=‘https://CUSTOM_DOMAIN/oauth/token’
authorize_url=‘https://CUSTOM_DOMAIN/authorize’
Browser redirect to custom domain but this error alert raised:
You should not be hitting this endpoint. Make sure to use the code snippets shown in the tutorial or visit support.auth0.com for help.
Is there any config missing?
Please give me some support. Thanks