Merge branch 'release_23.1' into release_23.2

This commit is contained in:
Nicola Soranzo
2025-04-14 23:46:37 +01:00
-1
View File
@@ -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: