Replies: 10 comments
-
Hm - not entirely what's happening there without being able to look at it fully - That's definitely not normal behaviour. I will start a new install and see if I can replicate. In the meantime, change your env var to SETUP_TYPE=MANUAL
to
and then restart the container. This will at least allow you to kick the tires while I try to recreate. |
Beta Was this translation helpful? Give feedback.
-
I am testing out a theory that it could be due to letsencrypt certs. I am using jwilders nginx proxy with the letsencrypt companion. The sso.... cert is used for all manager.sso... and handler.sso.... with just a link.. Could this be part of the problem? There is a beta feature. That may correct the problem. |
Beta Was this translation helpful? Give feedback.
-
Hmm - unless something has changed with browsers I'm not sure that may be it. I ran that exact docker-compose for 2 years and nginx proxy with no issues sharing the same certificate. I've since moved onto Traefik - but it works very similar. You can try this (replace example.com) on your domains to see how they respond perhaps?
|
Beta Was this translation helpful? Give feedback.
-
It's been quite some time since anything has been posted here, but I just faced the same problem that was described here, and I was able to find the exact problem The problem here is that the auto generated config is incorrect if you choose any domain that is not The reason that this breaks the login is because if you check the response headers after a successful login it will set the session cookie for the domain that is configured as Since the other occurences of |
Beta Was this translation helpful? Give feedback.
-
Thanks for this, I thought I had changed enough in the default configuration file to account for this, but obviously not. |
Beta Was this translation helpful? Give feedback.
-
No I actually did not set |
Beta Was this translation helpful? Give feedback.
-
You're right - When I first responded I second guessed myself that I hadn't updated it and looked at the README on my system, while it existed on my local copy/private org copy I haven't updated the README on github with the information. I'll move it over from my orgs git repository and apologize for the confusion. It's been there for a long time but I missed moving it over. Can you try to see if the addition gets you going and we can close this off once I push new README info? |
Beta Was this translation helpful? Give feedback.
-
Don't worry about it, I also could've had a look at the code first but simply didn't. |
Beta Was this translation helpful? Give feedback.
-
Haha, I just realized it is actually already part of the README, but it seems there was an error and you removed the new line in one of your commits, which is why it is not rendered anymore as it would break the table layout. |
Beta Was this translation helpful? Give feedback.
-
Ahh jeez, confusion caused by 1 byte. I've updated README now :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have setup lemonldap as per you example file. when I log in to https://manager.sso.... The console shows I have logged in.
however I cannot proceed any farther. The webpage is still asking
and the address is https://sso.... with a token attached and not https://manager.sso....
Beta Was this translation helpful? Give feedback.
All reactions