Replies: 1 comment
-
the provider should set a timezone agnostic timestamp as the spec dictates |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the error: 'oidc_proto_validate_iat: "iat" validation failure (1629914020): JWT was issued more than 1200 seconds in the future'
Our OIDCProvider is from a different timezone which is why I believe this error is occurring. They are GMT and we're EST. What var do I need to set to make up for the 4 hour difference?
Beta Was this translation helpful? Give feedback.
All reactions