Internet-Draft | vCard properties in Web Tokens | October 2025 |
Mahy | Expires 18 April 2026 | [Page] |
A number of useful claims about humans are registered for use in JSON Web Tokens and CBOR Web Tokens. Another useful source of similar information is in the vCard specification. This document registers those fields.¶
This note is to be removed before publishing as an RFC.¶
The latest revision of this draft can be found at https://example.com/LATEST. Status information for this document may be found at https://datatracker.ietf.org/doc/draft-mahy-spice-vcard-claims/.¶
Discussion of this document takes place on the WG Working Group mailing list (mailto:WG@example.com), which is archived at https://example.com/WG.¶
Source for this draft and an issue tracker can be found at https://github.com/USER/REPO.¶
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.¶
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.¶
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."¶
This Internet-Draft will expire on 18 April 2026.¶
Copyright (c) 2025 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License.¶
TODO Introduction¶
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.¶
The vCard GEO property contains a geographical coordinate.¶
"vcard:geo": "50.8449007, 4.3498171"¶
281: [50.8449007, 4.3498171]¶
The vCard IMPP property contains an instant messaging address. It is a text string.¶
The vCard TITLE property contains the formal title of the (usually human) subject, for example: "Principal Engineer"¶
It is a text string.¶
| vcard:geo | | | | 53.484715052499816, -2.238374047408401 | | vcard:impp | | | | https://acme.co.uk/u/bob.jones | | vcard:title | | | | Principal Engineer | | vcard:org | | | | "Acme Widgets, Ltd." | logo_uri | vcard:logo | | | | https://www.acme.co.uk/acme-logo-med.png | | vcard:member | | | | Full Time Employees, Engineering, Security Alerts, Key Staff | | vcard:fburl | | | | | # Free busy list vcard:caladuri: | | | | | # Send scheduling requests here vcard:caluri: | | | | | # a calendar address (ex: public calendar for a musician or public figure)¶
vcard:language vcard:socialprofile vcard:sound # pronunciation of name vcard:phonetic:ipa # IPA phonetic representation vcard:phonetic:piny # Pinyin phonetic representation vcard:phonetic:jyut # Jyutping phonetic representation vcard:gramgender # grammatical gender vcard:pronouns¶
TODO Security¶
JWT already has¶
| vcard:geo | | | | 53.484715052499816, -2.238374047408401 | | vcard:impp | | | | https://acme.co.uk/u/bob.jones | | vcard:title | | | | Principal Engineer | | vcard:org | | | | "Acme Widgets, Ltd." | logo_uri | vcard:logo | | | | https://www.acme.co.uk/acme-logo-med.png | | vcard:member | | | | Full Time Employees, Engineering, Security Alerts, Key Staff |¶
array¶
vcard:fburl | # Free busy list | ||||
---|---|---|---|---|---|
vcard:caladuri: | # Send scheduling requests here | ||||
vcard:caluri: | # a calendar address (ex: public calendar for a musician or public figure) |
vcard:lang (languages that may be used for contacting the entity associated with the vCard)¶
vcard:socialprofile vcard:sound # pronunciation of name vcard:phonetic:ipa # IPA phonetic representation vcard:phonetic:piny # Pinyin phonetic representation vcard:phonetic:jyut # Jyutping phonetic representation vcard:gramgender # grammatical gender vcard:pronouns birthplace, deathplace, deathdate¶
TODO acknowledge.¶