DI::config()->get('saml', 'idp_cert');
}
-function saml_sso_initiate(App $a, array &$b)
+function saml_sso_initiate(App $a, string &$body)
{
if (!saml_is_configured()) {
Logger::warning('SAML SSO tried to trigger, but the SAML addon is not configured yet!');
}
}
-function saml_slo_initiate(App $a, array &$b)
+function saml_slo_initiate(App $a, string &$body)
{
if (!saml_is_configured()) {
Logger::warning('SAML SLO tried to trigger, but the SAML addon is not configured yet!');