Skip to content

Commit

Permalink
Re-enable shib by default, disable IAM by default
Browse files Browse the repository at this point in the history
- shib will still be the main SSO usecase for 5.9.0, so I want
  to have that activiated by default.
  • Loading branch information
gregcorbett committed Feb 3, 2022
1 parent e79dda7 commit d0699aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Authentication/MyConfig1.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ function __construct() {

$this->tokenClassList = array();
$this->tokenClassList[] = 'org\gocdb\security\authentication\X509AuthenticationToken';
$this->tokenClassList[] = 'org\gocdb\security\authentication\IAMAuthToken';
//$this->tokenClassList[] = 'org\gocdb\security\authentication\ShibAuthToken';
//$this->tokenClassList[] = 'org\gocdb\security\authentication\IAMAuthToken';
$this->tokenClassList[] = 'org\gocdb\security\authentication\ShibAuthToken';
//$this->tokenClassList[] = 'org\gocdb\security\authentication\SimpleSamlPhpAuthToken';
//$this->tokenClassList[] = 'org\gocdb\security\authentication\UsernamePasswordAuthenticationToken';
}
Expand Down

0 comments on commit d0699aa

Please sign in to comment.