Skip to content
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

Merged
merged 4 commits into from
Jan 21, 2019

Conversation

plessbd
Copy link
Contributor

@plessbd plessbd commented Dec 21, 2018

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.

@plessbd plessbd added the bug Bugfixes label Dec 21, 2018
Copy link
Contributor

@chakrabortyr chakrabortyr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Address my gripes.

classes/Authentication/SAML/XDSamlAuthentication.php Outdated Show resolved Hide resolved
classes/XDSessionManager.php Outdated Show resolved Hide resolved
classes/Authentication/SAML/XDSamlAuthentication.php Outdated Show resolved Hide resolved
Copy link
Contributor

@chakrabortyr chakrabortyr left a 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
Copy link
Member

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.

Copy link
Contributor Author

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.

@plessbd plessbd merged commit 71d3c53 into ubccr:xdmod8.1 Jan 21, 2019
@plessbd plessbd deleted the samlupdates branch January 21, 2019 14:18
@plessbd plessbd added this to the 8.1.0 milestone Feb 1, 2019
@plessbd plessbd added enhancement Enhancement of the functionality of an existing feature and removed bug Bugfixes labels Feb 1, 2019
@smgallo smgallo changed the title Update to support simplesaml session naming Support simplesaml's internal session naming Apr 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of the functionality of an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants