Configuration - silinternational/ssp-base GitHub Wiki

Location

After deployment, the configuration file will be located in /data/vendor/simplesamlphp/simplesamlphp/config/config.php.

Environment Variables

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