SSO redirects to homepage but never logs in
See original GitHub issueUnlike 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:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@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!
@rlayne Some of the filenames changed from lowercase to uppercase, please make sure it is not a problem with case sensitive file names.