username
Registry Context
An optional `username` field that identifies, in human-readable form, the resource owner who authorized the token.
Technical Summary
RFC 7662 Section 2.2 defines `username` as an optional top-level member of the token introspection response JSON object and describes it as a human-readable identifier for the resource owner who authorized the token.
When Used
When the introspection response identifies the resource owner who authorized the token using a human-readable identifier.
Normative Requirements
Servers
RFC 7662 - Section 2.2
Include `username` as a top-level member of the introspection response JSON object..
username OPTIONAL. Human-readable identifier for the resource owner who authorized this token.
Validation Guidance
Allow `username` to be omitted; if present, interpret it as a human-readable identifier for the resource owner who authorized the token.
Reference
Details
- Entry Id
username- Name
username- Description
User identifier of the resource owner- Change Controller
IESG- Reference
RFC7662 - Section 2.2