SAML; Dashboard

This commit is contained in:
garrettmills
2020-05-03 20:16:54 -05:00
parent e3ecfb0d37
commit c389e151b5
1778 changed files with 148410 additions and 82 deletions

14
config/saml.config.js Normal file
View File

@@ -0,0 +1,14 @@
const saml_config = {
provider_name: env('SAML_PROVIDER_NAME', 'http://localhost:8000/saml/metadata.xml'),
cert_file: {
public: env('SAML_CERT_FILE'),
private: env('SAML_KEY_FILE'),
},
slo: {
end_coreid_session: env('SAML_SLO_LOGOUT_ENDS_COREID_SESSION', true)
}
}
module.exports = exports = saml_config