my application is SharePoint site with Auth0JS / Javascript login.
Recently updated with custom domain, re-ran the SharePoint scripts to configure with new domain. Still on login it is redirecting to old login page (https://mysite.auth0.com instead of https://custom.domain.com)
Also confused which client id to use? SharePoint scripts are used from SharePoint Auth0 SSO integrations. But for Auth0 JS login, using Regular Web Application’s Client Id.
if I use SSO’s client Id then getting request error {“crossDomain”:true,“method”:“POST”,“url”:“https://login.mydomain.com/co/authenticate”}.
If I use regular web application’s client id then it is redirecting to https://mysite.auth0.com for login
Any thoughts?
thanks
Ramana