Skip to content

Commit

Permalink
updating code
Browse files Browse the repository at this point in the history
  • Loading branch information
tuehoang committed Nov 19, 2024
1 parent 1e56dea commit 3efc61e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker/guard-override.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
);

$config['Guard.AuthModule.Cwl'] = array(
'sessionInitiatorURL' => 'https://ipeer1-stg.apps.ctlt.ubc.ca/api/saml/login',
'applicationID' => 'ServiceName-iPeer',
'sessionInitiatorURL' => 'https://www.auth.cwl.ubc.ca/auth/login',
'applicationID' => 'ServiceName',
'applicationPassword' => 'ServicePassword',
'fieldMapping' => array(
'eppn' => 'username',
Expand All @@ -57,8 +57,7 @@
'loginTextButton' => 'Login',
// CWL XML-RPC interface URLs: https://www.auth.verf.cwl.ubc.ca/auth/rpc (for verification)
// https://www.auth.cwl.ubc.ca/auth/rpc
//'RPCURL' => "https://www.auth.cwl.ubc.ca",
'RPCURL' => "https://ipeer1-stg.apps.ctlt.ubc.ca",
'RPCURL' => "https://www.auth.cwl.ubc.ca",
'RPCPath' => "/auth/rpc",

/**
Expand Down

0 comments on commit 3efc61e

Please sign in to comment.