-
Notifications
You must be signed in to change notification settings - Fork 68
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
Support simplesaml's internal session naming #757
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Address my gripes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now I'm less unhappy.
@@ -47,10 +47,8 @@ You will need to modify the `config.php` file and make sure you modify the `meta | |||
), | |||
... | |||
``` | |||
two other keys that might need to be set if you are having errors | |||
If you are having errors you might need to check the trusted domains setting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does the admin know if they need to check the settings? Please enumerate the conditions when they might need to and might not need to check them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you are having errors
We had at least one person that had to change the trusted domains setting
, I never figured out exactly what their setup was that made them have to do this. But since I had run into it once, I put it in there.
SimpleSAMLphp uses its own session name to store its information.
This fix makes it so that this actually works and keeps XDMoD working.
Also I hate waiting 3 seconds, I changed it to that when initially doing this to make testing easier, this sets it back down so that we aren't just sitting to sit.