You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.
I have an access token which is valid (according to database and introspection) but userinfo rejects it at the same time.
The error message is coming from here:
oidc-op/src/oidcop/oidc/userinfo.py
Lines 131 to 138 in 2f81e24
It might be a misalignment of different time formats or time zones.
expires_at: ISODate("2023-04-05T23:54:22.000Z")
authentication not valid: 2023-04-05 12:54:22 > 2023-04-05 21:32:46
where2023-04-05 12:54:22
is probably wrong, it should be the same asexpires_at
2023-04-05 21:32:46
is the current time but GMT (+0) instead of CEST (+2)The text was updated successfully, but these errors were encountered: