onelogin-saml-bundle
onelogin-saml-bundle copied to clipboard
OneLogin SAML Symfony Bundle
I'm trying to get a docker network set up with an SP and IdP - my SP is a Symfony 6 app on `localhost:8000`, and the IdP is a docker...
Hello, I am setting up SAML authentication in my Symfony application using the bundle. However, I need to configure the IDP dynamically based on the user's domain when logging in....
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @takost in actions/cache#1284 feat: save-always flag by @to-s in actions/cache#1242...
Our application is deployed for differents clients with differents need of configuration (including SSO activation). There is no configuration attribute to disable the OneLogin Bundle functionnalities, so i tried to...
Hello, Thanks for your work ! I need to specify the value 'urn:federation:authentication:windows' for requestedAuthnContext conffiguration, but there is configuration control with do not permit to use something diffrent from...
We get an error, when using adfs server as IDP **Error details: Found invalid data while decoding.** What do we have to configure to get adfs server working? Thanks for...
Hello, I have found a problem with the config file of this library. The "binding" parameters don't seems to allow environnement variables. Example : ``` nbgrp_onelogin_saml: use_proxy_vars: true onelogin_settings: default:...
Hello ! First of all, thank you very much for your work ! In my app I need to use multiple IDP settings, but I don't want to specify which...
Hi and thanks for your work on this bundle! I'm currently in the process of integrating it inside a new Symfony site. In my use-case I don't want the user...