Skip to content

Commit

Permalink
Update api/src/Authentication/Type/OIDC.php
Browse files Browse the repository at this point in the history
Co-authored-by: Mark W <[email protected]>
  • Loading branch information
gfrn and ndg63276 authored Nov 2, 2023
1 parent 12777c9 commit 44b0dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/Authentication/Type/OIDC.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class OIDC extends AuthenticationParent implements AuthenticationInterface
private $providerConfig = array();

private function getEndpoints() {
if (empty($providerConfig)) {
if (empty($this->providerConfig)) {
global $sso_url, $oidc_client_id, $oidc_client_secret;

$ch = curl_init();
Expand Down

0 comments on commit 44b0dd0

Please sign in to comment.