SymfonyBridgeBundle
SymfonyBridgeBundle copied to clipboard
LightSAML Symfony Bridge Bundle
According to https://packagist.org/packages/lightsaml/lightsaml we should switch to prevent: `Package lightsaml/lightsaml is abandoned, you should avoid using it. Use litesaml/lightsaml instead.`
This is done by fixing deprecations regarding the `TreeBuilder` and by switching to Prophecy for mocks in tests, to avoid getting the error about calling the deprecated method `ReflectionType::__toString()`.
Fix symfony error when using filename option on entity_description_provider _Please add the class to service "lightsaml.own.entity_descriptor_provider"_
In both this repository (lightSAML/SymfonyBridgeBundle) and lightSAML/SpBundle the following services are incorrectly spelled: ``` ligthsaml.profile.metadata ligthsaml.profile.login_factory ligthsaml.profile.acs ``` Notice the word lig**th**saml not lig**ht**saml All the references across both repositories...
Hello! I'm using this bundle with Symfony 4 to integrate a project with an SSO and i'm having just one issue with the SAML request that's being generated, it doesn't...
Hello there, I have a multi-domains website (with [jms/i18n-routing-bundle](https://github.com/schmittjoh/JMSI18nRoutingBundle)) It allow me to have a list of hosts & locales but for the same application. ``` locales: [en, de] hosts:...
After installing the bundle I get > Please add the class to service "lightsaml.own.entity_descriptor_provider" even if it is constructed by a factory since we might need to add method calls...