Skip to content

Commit

Permalink
updating code
Browse files Browse the repository at this point in the history
  • Loading branch information
tuehoang committed Nov 20, 2024
1 parent 4adb1e6 commit bb0354a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/guard-override.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
//added Tue for testing.
//$config['Guard.AuthModule.Name'] = 'Default';


$config['Guard.AuthModule.Default'] = array();
$config['Guard.AuthModule.Shibboleth'] = array(
'sessionInitiatorURL' => 'https://ipeer1-stg.apps.ctlt.ubc.ca/api/saml/login',
'sessionInitiatorURL' => getenv('IPEER_AUTH_SHIBBOLETH_sessionInitiatorURL'),
'logoutURL' => 'https://%HOST%/Shibboleth.sso000/Logout',
'fieldMapping' => array(
'eppn' => 'username',
Expand Down

0 comments on commit bb0354a

Please sign in to comment.