I’m trying to use the Universal login with code flow authorization. Before I used the auth domain
https://{tenant}.eu.auth0.com/authorize?response_type=code&client_id={client_id}&redirect_uri={redirect_uri}&scope=openid&audience={audience}
However, when I try to use a custom domain instead I get the following error.
You should not be hitting this endpoint. Make sure to use the code snippets shown in the tutorial or contact support@auth0.com for help
https://login.mydomain.com/authorize?response_type=code&client_id={client_id}&redirect_uri={redirect_uri}&scope=openid&audience={audience}