- Issue created by @Shefik
The SAML Service attempts to loop $certs array. In the case that $certs is not set, there should be a conditional check beforehand, to avoid PHP warning messages.
Execute SAML requests.
Apply check for if ((isset($certs)) && (!empty($certs))) {
Active
3.9
Code