silinternational / ssp-base

Base Docker image for simpleSAMLphp
3 stars 1 forks source link

nag.php expects array entries which aren't always being set #203

Closed briskt closed 1 month ago

briskt commented 5 months ago

We either need to update www/nag.php to handle missing entries for methodOptions, mfaOptions, and mfaLearnMoreUrl, or we need to update lib/auth/process/ProfileReview.php to always provide values for those in the $state whenever sending the user to that nag.php page.

(Originally filed in the profilereview repo.)