mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
Merge branch 'release_23.1' into release_23.2
This commit is contained in:
@@ -104,7 +104,6 @@ class OIDCAuthnzBase(IdentityProvider):
|
||||
# do not refresh tokens if they didn't reach their half lifetime
|
||||
if int(id_token_decoded["iat"]) + int(id_token_decoded["exp"]) > 2 * int(time.time()):
|
||||
return False
|
||||
log.info(custos_authnz_token.access_token)
|
||||
oauth2_session = self._create_oauth2_session()
|
||||
token_endpoint = self.config.token_endpoint
|
||||
if self.config.iam_client_secret:
|
||||
|
||||
Reference in New Issue
Block a user