lightSAML / SpBundle

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

URL's missing #79

Open majost-colombia opened 5 years ago

majost-colombia commented 5 years ago

Hi, I'm on a 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.

The configuration is made in a fresh install of Symfony 3.4. Thanks in advance.