Closed reypm closed 8 years ago
@reypm This is Saml SP Bundle, thus, in it it's own metadata there's only SPSSODescriptor available. It is not made to be an IDP. The IDP config you're setting in security.yml
is IDP it will talk to and get identity of the user, not it's own IDP config.
If you need IDP implementation in PHP, note there's a new version of the lightsaml stack in it's own organization https://github.com/lightSAML with a SAML IDP library is being made, but it's still in alpha version. You're welcome to evaluate it and help move it towards stable release.
If you need SP only, there's also a new version of the Symfony SAML SP Bundle and Symfony SAML Bridge Bundle
I'm trying to setup your bundle in my application and this is what I did at
security.yml
:Then this is how my
FederationMetadata.xml
file looks like:But any time I try the URL
http://sis/web/app_dev.php/saml/sp/login
I got this error:What is wrong? What I miss?
I'm using WSO2 EntityServer as IDP, any advice?