Update DashboardOIDC.py

Fixed OIDC timeout
pull/851/head
Donald Zou 2025-08-06 17:27:33 +08:00
parent 41c5b4bd64
commit aaca74874d
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ class DashboardOIDC:
for (key, val) in self.providers.items():
if val.get('openid_configuration').get('issuer') == issuer:
return key
return issuer
def VerifyToken(self, provider, code, redirect_uri):
try: