parent
0b389ec4ff
commit
2983195a4a
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ class OIDCConfig(OAuthConfig):
|
|||
self._http_client = config['HTTPCLIENT']
|
||||
|
||||
if self.config.get('OIDC_SERVER'):
|
||||
self._load_via_discovery(config['DEBUGGING'])
|
||||
self._load_via_discovery(config.get('DEBUGGING', False))
|
||||
|
||||
def _load_via_discovery(self, is_debugging):
|
||||
oidc_server = self.config['OIDC_SERVER']
|
||||
|
|
Reference in a new issue