Hello,
I hope someone can help me.
I’ve had many log records with the following message because users (seemingly anxious) double or more click on the “Sign In” button when Linkedin asks for the username and password.
“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.”
I’ve followed the recommendations from the following link Users occasionally see an error "You may have pressed the back button..." but I think it doesn’t work correctly when organizations are enabled, custom domain (auth.acme.com previously was https://acme.eu.auth0.com/) and Linkedin.
I’m aware that I should define Application Login URI in the application and in the tenant configuration the Tenant Login URI, but I don’t know what URL to enter since when using Organizations I must define the organization ID somewhere.
This is my configuration in Organizations:
Organization A - ID: org_QJYs… - URL: https://a.acme.com
Organization B - ID: org_2dv1… - URL: https://b.acme.com
When I enter any of the organization URLs, it logs me in correctly in case the user only clicks the sign-in button once.
It’s worth mentioning that when I enter, for example, https://a.acme.com, it redirects me to https://auth.acme.com/u/login?state=hKFo2SBmc2RtVExuc0MyQ1h… and from there it redirects me to the Linkedin page and I can log in correctly.
I’ve been thinking of using
https://{organization_name}.acme.com/login since it allows me in the section of Allowed Callback URLs and I also tried with http://acme.com/login?organization=org_4QM...&organization_name=a and with http://auth.acme.com/login?organization=org_4QM...&organization_name=a
What URL should I enter in Application Login URI?
Thank you very much!