Skip to content

Commit

Permalink
Update lib/Authentication/AuthTokens/IAMAuthToken.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahbyrnie authored Dec 10, 2020
1 parent b11ee90 commit c0e14ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Authentication/AuthTokens/IAMAuthToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ private function getAttributesInitToken(){
}
//Don't allow access unless user is a member of the IRIS gocdb group
if(strpos($_SERVER['OIDC_CLAIM_groups'], "gocdb")===false){
die('You do not belog to the correct group(s) to gain access to this site.');
die('You do not belong to the correct group to gain access to this site. Please visit iris-iam.stfc.ac.uk and submit a request to join the GOCDB group. This shall be reviewed by a GOCDB admin.');
}
}
}
Expand Down

0 comments on commit c0e14ee

Please sign in to comment.