I have defined a test client that is OIDC conformant. The receiving end gets an updated_at claim in the identity token of string type with an ISO datetime. However, the spec indicates that updated_at should be the number of milliseconds since the Epoch:
Do I need to make any further configuration to get the claim in the expected format?