-
Notifications
You must be signed in to change notification settings - Fork 276
Expose Authentication time in token response #363
Comments
I disagree. auth_time is a claim. TokenResponse models an OAuth token response. This is a protocol libary. |
Ok. Makes sense. So instead just fix the expires in type and update the oidc client to get the claim? |
I just think if you allow for expires_in, that auth_time should be included also. |
I just added a fixup commit that makes it nullable. d411689 |
a) expires_in is about the access token (OAuth), auth_time is the time of the user authentication (OIDC) |
I see. I'll move it to oidcclient. Thanks. |
I'll adjust the pull request to just do the epires_in fix. |
Ok. Expires_in isn't the same as the identity token's expires_in. I'll rework in oidc client. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue. |
See DuendeArchive/IdentityModel.OidcClient#277.
The TokenResponse should expose the auth_time value.
The text was updated successfully, but these errors were encountered: