SAML-Toolkits / python3-saml

MIT License
683 stars 304 forks source link

ClockSkew configuration #253

Closed franciscodelgadodp closed 1 year ago

franciscodelgadodp commented 3 years ago

Hello, I have been making some tests with the Flask_Demo and some IDPs but when I try to log in it appears an error of Stale Request. I have been told by some co-workers that its an issue that can be solved with the ClockSew configuration but I am not sure where I can specify this either in the settings.json or advanced_settings.json. I am trying to find something similar to accepted_time_diff from pysaml2

pitbulk commented 1 year ago

ALLOWED_CLOCK_DRIFT. It is defined at the constants.py file