Open
Description
Describe the bug
auth_time claim doesn't show the time of the original authentication. But the time when session was updated.
To Reproduce
Log in using the authorization code grant.
Request several ID tokens, one after another.
The value of the 'auth_time' claim differs in each response and does not show the login time.
Expected behavior
'auth_time' claim represents the time of the original authentication.