Few claims are absent in getUserIdentity method's response
Hey) The
acr
, amr
, and auth_time
claims are missing, while I see other custom claims. What might be the reason?
The query:
The function:
For the given JWT ID token (see the attached file)
I get the following identity info (no acr
, amr
, and auth_time
claims):
Why are not these three claims present while other custom claims are in place? If I'm calling the query with a React hook, the result is the same. My Convex version is 1.23.0. There is no errors in the console or Logs at Convex Dashboard.0 Replies