Check Config Value for idp_certs

Created on 20 July 2024, 4 months ago
Updated 9 August 2024, 3 months ago

Problem/Motivation

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.

Steps to reproduce

Execute SAML requests.

Proposed resolution

Apply check for if ((isset($certs)) && (!empty($certs))) {

πŸ› Bug report
Status

Active

Version

3.9

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States Shefik

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024