Skip to content

Commit

Permalink
move mfaLearnMoreUrl to profilereview AuthProc
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Sep 16, 2024
1 parent f91e97d commit 126ec2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/saml20-idp-hosted.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
'idBrokerTrustedIpRanges' => Env::get('ID_BROKER_TRUSTED_IP_RANGES'),
'idpDomainName' => Env::get('IDP_DOMAIN_NAME'),
'mfaSetupUrl' => Env::get('MFA_SETUP_URL'),
'mfaLearnMoreUrl' => Env::get('MFA_LEARN_MORE_URL'),

// Optional:
'loggerClass' => Psr3SamlLogger::class,
Expand All @@ -34,6 +33,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 126ec2b

Please sign in to comment.