meteor-auth0 icon indicating copy to clipboard operation
meteor-auth0 copied to clipboard

Getting unnecessary popup while using custom domain.

Open bhanuprasad04 opened this issue 6 years ago • 1 comments

Hi, We had problem with Cross Origin Authentication so we register custom domain (xxxx.com) -> cert is managed by auth0. BUT now when i open page and enter login details and click on submit, i see the alert window along with the below message

You should not be hitting this endpoint. Make sure to use the code snippets shown in the tutorial or contact [email protected] for help

Below are my code snippet:

initLock({ closable: true,
configurationBaseUrl: 'https://cdn.auth0.com', autoclose: true, loginAfterSignUp: true, allowLogin: false
}); auth0.show();

AM I missing any configuration, Could you please help me to resolve the issue.

bhanuprasad04 avatar Mar 30 '18 08:03 bhanuprasad04