-
Notifications
You must be signed in to change notification settings - Fork 1
Configuration
Baggerone edited this page Jul 21, 2017
·
2 revisions
After deployment, the configuration file will be located in /data/vendor/simplesamlphp/simplesamlphp/config/config.php.
Some of the configuration values are populated by environment variables.
Required env vars:
- ADMIN_EMAIL # An email address for the SAML administrator
- ADMIN_PASS # The password to get into the simplesamlphp admin pages
- SECRET_SALT # A long string for generating a secure hash of a value.
- IDP_NAME # The name of the IDP to display to the user
The full list of configuration related environment variables can be found at the top of the config.php file