SymfonyBridgeBundle icon indicating copy to clipboard operation
SymfonyBridgeBundle copied to clipboard

LightSAML Symfony Bridge Bundle

Results 15 SymfonyBridgeBundle issues
Sort by recently updated
recently updated
newest added

Somehow, the `lightsaml.store.(request|id_state|sso_state)` services are not set properly (maybe due to some changes in Symfony or its DI container) which leads to errors stating the service has been removed.

Starting with Symfony 4, services are marked private per default, which means that you cannot get services by calling $container->get('service.name') anymore. Doing so leads to a ServiceNotFoundException. Unfortunately, this bundle...

It appears the name in the bridge isn't the same as in the bundle, not sure if there is a reason for this ? I got an error because of...

Hi, I've set up a tagged service (`lightsaml.idp_entity_store`) to provide my application with the correct idp. Thus, I don't need the `party:idp` section in the `light_saml_symfony_bridge` configuration. But if I...