Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(PassthroughParameters): Make it possible to pass through paramet…
…ers to the SAML library OneLogin/Auth->login can accept an array of parameters to be passed through to the IdP. This patch makes it possible to specify an array of parameters to be passed through to the IdP in config.php. For example, you can set it like this, and if we get such a parameter in the request to user_saml/saml/login we will pass it on to the IdP. 'user_saml.passthrough_parameters' => ['idp_hint'],
- Loading branch information