Two questions about the Universal Login page. I was finally able to update the ULP via the API to use the Liquid syntax.
- Can you use the Auth0 Dev keys with the social connection on a custom domain? Right now, when I try to login via Google – I am getting an
invalid request
with a
“You may have pressed the back button, refreshed during login, opened too many login dialogs, or there is some issue with cookies, since we couldn’t find your session. Try logging in again from the application and if the problem persists please contact the administrator.”
However the hostname
for this error is TENANT.us.auth0.com
when it should be custom_domain.
… perhaps that’s the issue? The hostname is wrong? The Application Login URI
is blank and I only have a localhost URL in the Allowed callbacks
for context.
My AUTH0_ISSUER_BASE_URL
in the .env
file is <CUSTOM DOMAIN>
.
Weird. I am at the CUSTOM DOMAIN
screen from the /api/auth/login
call back, I select the Google sign-up option and then I get the Oops!, something went wrong
screen while redirecting me to the TENTANT.us.auth0.com
url.
- My ULP is working. For example, when I login, I get the Customized Login page because my checkbox is true. Then when I go to the consent screen, it’s obviously the template I updated via the API. Would the template for Login change to the one updated via the API if I unchecked the
Customize Login Page
pill checkbox in theLogin
tab?