SpBundle
SpBundle copied to clipboard
SAML2 SP Symfony Bundle based on LightSAML
Needs [email protected]:lightSAML/SymfonyBridgeBundle.git to be merged and tagged as 2.0.0
This repo does not seem to be maintained anymore and is not compatible with Symfony 4 nor 5. Therefore I was wondering if anyone has forked this and continued the...
[Symfony\Component\Config\Exception\FileLoaderLoadException] There is no extension able to load the configuration for "light_saml_sp" (in ..\app/config\config.yml). Looked for namespace "light_saml_sp"
If i configure `framework.session.cookie_samesite: 'lax'` SSO with Azure as SAML IDP do not work anymore. Is there any way to say, send the session cookie only to the SAML IDP...
Hi guys, I've spent a few days trying to get spbundle working in a symfony 4.4.3 application. I followed the installation instructions carefully, a think the doco might be for...
When trying to use both lightSAML and form_login authentication, with form_login as the default authentication, lightSAML overwrites the login_path and use_forward parameters for the security.authentication.form_entry_point (FormAuthenticationEntryPoint). As a result all...
When using statless firewall the application goes into infinte loop after sucessfull authentication. The symptoms are similar to what is described here: https://github.com/lightSAML/SpBundle/issues/35 The loop looks like this: ``` GET...
Hi there. Is it still maintained ? I have interest in both of the current opened Pull Request.
Hello, good day everyone. Is it normal that I can't redirect after Logged in Saml Login using the **Symfony** configuration? `light_saml_sp: provider: database_users user_creator: user_creator login_path: /saml/login check_path: /saml/login_check default_target_path:...
Following the instructions at https://www.lightsaml.com/SP-Bundle/Getting-started/, the app will create and use an 'IdEntry' db table, where entities get added but never removed from. I think that it is good practice...