You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the SAML user -> role configuration is in a yaml configuration file in the codebase/config/sync directory. That means it's baked into the codebase. This works fine for the local/dev environment, but will not function across all environments and we need a more robust setup for this that pulls values from the .env file (or something like this). This will allow each system to be unique in it's SAML user setup.
This ticket is for figuring out and implementing the technical work that needs to be done to setup this type of configuration. We need to figure out how to override the relevant configuration and document how one can configure this. It might be through the .env variables and the settings.local.php file, but it's unclear if that will work at a first glance.
The text was updated successfully, but these errors were encountered:
Right now the SAML user -> role configuration is in a yaml configuration file in the
codebase/config/sync
directory. That means it's baked into the codebase. This works fine for the local/dev environment, but will not function across all environments and we need a more robust setup for this that pulls values from the.env
file (or something like this). This will allow each system to be unique in it's SAML user setup.This ticket is for figuring out and implementing the technical work that needs to be done to setup this type of configuration. We need to figure out how to override the relevant configuration and document how one can configure this. It might be through the
.env
variables and thesettings.local.php
file, but it's unclear if that will work at a first glance.The text was updated successfully, but these errors were encountered: