aerialship / SamlSPBundle

SAML 2.0 Symfony SP Bundle - new version available at
http://www.lightsaml.com/SP-Bundle/
MIT License
63 stars 43 forks source link

Making it work with simplesamlphp #57

Closed cmodijk closed 9 years ago

cmodijk commented 10 years ago

I'm trying to get SSO working with Symfony 2 and use simplesamlphp as a Service Provider. But i'm currently stuck with the error No assertion received. I think it has somthing to do with simplesamlphp but I can't find any documentation on assertions.

Here is the simplesamlphp configuration. https://gist.github.com/cmodijk/327b1926e737a7173308

i3or1s commented 10 years ago

Hi, SamlSPBundle relies on lightsaml. There is no connection to simplesamlphp at all. Simplesamlphp is used only as a reference while creating lightsaml. You can find all documentation needed in this two projects to setup SSO.

cmodijk commented 10 years ago

Hi, I know that it's not reling with SamlSPBundle but I hoped that one of you knows what i'm missing in SamlSPBundle becues it work's with the default SamlSPBundle intergration but not with this bundle. So the question is what does SamlSPBundle needs to provide for this bundle to work. And if someone could point me to the right documentation about assertions or a url/blog with more info on this.