Skip to content
Snippets Groups Projects
Commit 679c0a5e authored by Antoine Lambert's avatar Antoine Lambert
Browse files

django/utils: Get access token renewal date from proper dict field

In the dictionary decoded from an OIDC access token, the iat field store
the token creation date while the auth_time field store the date the
OIDC session was opened.

In order to get an accurate authentication time, the date stored in
the iat field must be used as it corresponds to the time an access
token was refreshed and thus the latest valid authentication date.
parent 148c9d4f
No related branches found
Tags debian/upstream/0.17.1
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment