Generates a signed id_token JWT (OIDC 1.0 Core §2).
Claim composition:
authTime
Header: typ: "id+jwt" (RFC 9068 is at+jwt; id_token is in the OIDC family but we use typ for introspection convenience — the header is a hint, not spec-mandated).
typ: "id+jwt"
Generates a signed id_token JWT (OIDC 1.0 Core §2).
Claim composition:
authTime)Header:
typ: "id+jwt"(RFC 9068 is at+jwt; id_token is in the OIDC family but we use typ for introspection convenience — the header is a hint, not spec-mandated).