Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Missing claim: 'iat' #670

Open
vxavictor513 opened this issue Jul 21, 2020 · 2 comments
Open

Missing claim: 'iat' #670

vxavictor513 opened this issue Jul 21, 2020 · 2 comments
Labels

Comments

@vxavictor513
Copy link

Missing claim: 'iat'

Summary

I'm using Keycloak Gatekeeper with IdentityServer4 as OIDC provider, and hit the error below.

unable to verify the id token	{"error": "oidc: JWT claims invalid: missing claim: 'iat'"}
@Adriien-M
Copy link

I have the same issue, the iat claim is issued only for id_token, for access_token the claim auth_time is used...
In the meanwhile, did you find a workaround?

@vxavictor513
Copy link
Author

@Adriien-M: Not really, except a brutal way to suppress the iat error in Gatekeeper, which I'm unsure whether it violates OIDC specs... What about you?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants