hslavich / OneloginSamlBundle

OneLogin SAML Bundle for Symfony
MIT License
149 stars 94 forks source link

Resolving of parameters values #186

Closed azatkama closed 2 years ago

a-menshchikov commented 2 years ago

I think it's better to set container parameter with entity manager name in HslavichOneloginSamlExtension::load method and then use it in SecurityCompilerPass::process. It allows to avoid twice process bundle config.

a-menshchikov commented 2 years ago

Closed in favor of #187