Skip to content

(ed) 9. private_key_jwt "Clients that have registered a public key sign a JWT using that key" is wrong #2129

@bitbucket-import-issues

Description

@bitbucket-import-issues

Originally submitted by Nat (Nat Sakimura) on 2025-03-27

In section 9, private_key_jwt, it says:

Clients that have registered a public key sign a JWT using that key

Literally, “that key” is “public key” here, and thus this is wrong, though all of us who know about public key cryptography understand that it means the paired private key (signing key).

Proposes to amend the sentence to be:

Clients that have registered a public key sign a JWT using the corresponding private key.


Bitbucket status: new

Bitbucket origin: issue 2173

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions