Multiple Login Failures Causing User Frustration with LinkedIn Sign-In

Hello @marcelina.barycka ,

I tested the two situations you mentioned:

  1. I created a custom error page and it works quite well, although it depends on the user clicking on the organization they need to enter. It’s not ideal, but for now, it serves its purpose.

  1. I tried again to generate an Application Login URI.

    • Before starting, I deactivated the custom error page.

    I created a public page on my end called https://auth.linkedin.acme.com/login, which captures all the URL parameters. This way, I can better visualize which parameters are being redirected by Auth0.

Unfortunately, when I configure the Application Login URL, it has no effect as it redirects to the usual error page (https://auth.acme.com/login/callback?) and not to the page https://auth.linkedin.acme.com/login.

Therefore, I couldn’t test which parameters are requested by the page at https://auth.linkedin.acme.com/login.

I also tried configuring the URI at the tenant level and it had no effect. I tried the combination of having the URI activated in both the application and the tenant, only in the tenant, and only in the application. In all cases, it still redirected to https://auth.acme.com/login/callback.

We will stick with the error page until we can decide what to do about this situation.

Again, thank you very much @marcelina.barycka for all the help and for guiding me to try new ideas.

Cheers.
Nelson.