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

Use SimpleSAMLPHP internals instead of their web interface #10

Open
ktbartholomew opened this issue Apr 15, 2016 · 1 comment
Open

Use SimpleSAMLPHP internals instead of their web interface #10

ktbartholomew opened this issue Apr 15, 2016 · 1 comment

Comments

@ktbartholomew
Copy link
Owner

Currently, we've hijacked bits of the SSP web interface to do the actual consumption of SAML assertions, but that's limiting what we can do with multisite because we have to bend to several of SSP's assumptions about how things are organized (namely, storing certificates in files).

There may be some lower-level methods within SSP that can be used to parse assertions while still allowing us to customize other parts of the workflow.

Doing this would probably also fix #2

@ktbartholomew
Copy link
Owner Author

It could be more straightforward to use https://github.com/onelogin/php-saml instead of hacking up SimpleSAMLPHP to behave the way we want it to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant