Skip to content

Commit

Permalink
Merge pull request #267 from silinternational/fix-mfa-learn-more-url
Browse files Browse the repository at this point in the history
fix MFA_LEARN_MORE_URL placement
  • Loading branch information
briskt authored Oct 30, 2024
2 parents 88a55f5 + b4a6e9d commit 8c5d9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/ssp/metadata/saml20-idp-hosted.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
'idBrokerAssertValidIp' => Env::get('ID_BROKER_ASSERT_VALID_IP'),
'idBrokerBaseUri' => Env::get('ID_BROKER_BASE_URI'),
'idBrokerTrustedIpRanges' => Env::get('ID_BROKER_TRUSTED_IP_RANGES'),
'mfaLearnMoreUrl' => Env::get('MFA_LEARN_MORE_URL'),
'mfaSetupUrl' => Env::get('MFA_SETUP_URL'),
'loggerClass' => Psr3SamlLogger::class,
],
Expand All @@ -50,6 +49,7 @@
30 => [
'class' => 'profilereview:ProfileReview',
'employeeIdAttr' => 'employeeNumber',
'mfaLearnMoreUrl' => Env::get('MFA_LEARN_MORE_URL'),
'profileUrl' => Env::get('PROFILE_URL'),
'loggerClass' => Psr3SamlLogger::class,
],
Expand Down

0 comments on commit 8c5d9c8

Please sign in to comment.