This commit is contained in:
David Kennedy 2023-08-30 15:15:43 -04:00
parent ac6eef2d32
commit a564fe017c
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -238,6 +238,10 @@ class Client(oic.Client):
"client_secret": self.client_secret,
},
authn_method=self.registration_response["token_endpoint_auth_method"],
# There is a time desync issue between login.gov and cloud,
# this addresses that by adding a clock skew.
# See here: https://github.com/GSA-TTS/FAC/pull/1968#pullrequestreview-1601224051
skew=10,
)
except Exception as err:
logger.error(err)