question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SSO redirects to homepage but never logs in

See original GitHub issue

Unlike a similar issue from last year, in my case SSO redirects back to my host successfully in the sense that SSO is correctly configured, but on redirect back to my host, the homepage is exactly as it is prior to trying to log in. This goes for logging in as admin too.

In my case, I host on port 8031 in the root directory and have disabled part of the .htaccess to prevent it rewriting ‘www’. Self signed cert is working OK. PHP version is 7.0 (it did NOT like 7.2 😛) I get lots of errors in the log too but unclear if related:

Wed, 20 Dec 2017 16:15:06 +0000 [x.x.x.x] Class "Monolog\Logger" not found. -> Check installed Composer pa...
Wed, 20 Dec 2017 16:15:06 +0000 [x.x.x.x] Class "Exodus4D\ESI\ESI" not found. -> Check installed Composer pa...

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
rlaynecommented, Dec 20, 2017

@exodus4d cheers - your comment made me look again at composer since I had run it already. In my case, it installed everything but error’d prior to generating the autoload files. Fixing a few file perms solved the issue. Merry xmas!

0reactions
exodus4dcommented, Apr 19, 2019

@rlayne Some of the filenames changed from lowercase to uppercase, please make sure it is not a problem with case sensitive file names.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why are users redirected to the logout URL ... - Zendesk help
Answer. The common reason for this behavior is the update or change of your server's SSL Certificate, the SSL installed on your SSO...
Read more >
Login redirects for SSO flow do not redirect the user back to ...
I have noticed the situation has improved but not been completely solved yet - Links to merge requests when logged out will redirect...
Read more >
Redirect single sign-on (SSO) logins
When SSO is enabled, you can redirect users to specific pages or direct users to login locally.
Read more >
redirection - How can I prevent Microsoft Online login Portal ...
Go to : Safari > Preferences > Privacy > Manage Website Data > Search: "Office" > then delete everything related to Office365.
Read more >
How do I redirect to a specific page after a successful IdP or ...
Redirecting the user after SSO​​ You should append the RelayState parameter or goto parameter and the required redirect URL to the login URL....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found