Unverified Commit a47c0df6 authored by Nicola Soranzo's avatar Nicola Soranzo
Browse files

Merge branch 'release_23.1' into release_23.2

parents 63b92e71 01cbccdd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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: