-
-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSO and related extensions are not working #1869
Comments
For working SSO on my Server I had to add the line secfetch_allow = "mode=navigate,dest=document,site=cross-site" in the file application.ini That's exactly what your request wants too. Can you try this? |
@peterkeist, I set the |
@greenreader9, |
Hello
Unfortunately that had no effect |
Hello,
I am going to assume that I am missing something major here, so if someone could point it out I would greatly appreciate it.
Essentially, all of my users are configured under the
*
domain configuration in snappymail (And all users can login via the login form with a username and password and everything works). Now, I want to add a one-click login button in my custom control panel, however I can't seem to get any sort of oAuth/SSO/remote login working at all.Things I have tried:
Using the "Login External" plugin
My request:
What I see:
The normal login screen
Using the "Login External SSO" plugin
Extension Setup:
My Request:
What I see:
Using the SSO Login script found here: https://github.com/the-djmaze/snappymail/blob/master/test/sso.php
I uploaded the following to https://webmail.mydomain.tld/sso.php:
And making the following request:
Returns a result like:
https://webmail.mydomain.tld/snappymail/?sso&hash=1361c4ce65d....a07700fb
Visiting
https://webmail.mydomain.tld/snappymail/?sso&hash=1361c4ce65d....a07700fb
shows a lightspeed 404 errorVisiting
https://webmail.mydomain.tld/?sso&hash=1361c4ce65d....a07700fb
shows the default login pageExpected behavior
The ability to login as any user from an external page, like my control panel
Please complete the following information:
Debug/logging information
I have logging enabled but there is no
/data/_data_/_default_/logs
directoryThank you!
The text was updated successfully, but these errors were encountered: