One of my application user the getting the following error.
Authentication time (auth_time) claim in the ID token indicates that too much time has passed since the last end user authentication .
Please help me resolve this error
One of my application user the getting the following error.
Authentication time (auth_time) claim in the ID token indicates that too much time has passed since the last end user authentication .
Please help me resolve this error
Hello there @bejo.jeffrin welcome to the community!
In what context is the user getting this error? Are you passing a max_age
parameter in your authorization request?
Let us know!
This was happening in the login attempt and the max_age is 1
Hey @bejo.jeffrin thanks for confirming!
Depending on your use case, and unless you are attempting to force re-auth you’ll most likely want to increase the max_age
value or omit it altogether.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.