lightSAML / SpBundle

SAML2 SP Symfony Bundle based on LightSAML
https://www.lightsaml.com/SP-Bundle/
MIT License
66 stars 70 forks source link

Configuration of the bundle #43

Closed gpeanodc closed 7 years ago

gpeanodc commented 7 years ago

Hi,

Thanks for your bundle. I'm new in using SAML protocol and I don't understand how can I get the site metadata for IDP implementation ?

I'm not really understand what I should write in this config parameter(entity_id) ? The url of my website ?

entity_id: http://localhost/lightsaml/demosp

Can you help me ?

I don't know if it's the right place for making questions, sorry if not.

tmilos commented 7 years ago

It's your ID, url of your website will work

gpeanodc commented 7 years ago

Thank you very much.

There was another question in my issue : how Can I get( or build) metadata of my app to give them to IDP ?

Thank you.

gpeanodc commented 7 years ago

I did not see that we have a /metadata.xml route. I'll see that tomorrow. Thanks.

majost-colombia commented 5 years ago

Hi, I'm an very strange issue, when I try access to http://mydomain.com/lightsaml/demosp I get an "404 Route not found", I already import the routing file from the bundle and cleared the cache. The /lightsaml/login_check route neither work. Instead, /lightsaml/metadata.xml and /lightsaml/discovery works fine, I follow all instructions from getting started guide.