Function: issueRequestObject()

August 29, 2025 ยท View on GitHub

๐Ÿ’— Help the project

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.


โ–ธ issueRequestObject(as, client, parameters, privateKey, options?): Promise<string>

Generates a signed JWT-Secured Authorization Request (JAR).

Parameters

ParameterTypeDescription
asAuthorizationServerAuthorization Server Metadata.
clientClientClient Metadata.
parametersRecord<string, string> | URLSearchParams | string[][]-
privateKeyCryptoKey | PrivateKeyPrivate key to sign the Request Object with.
options?ModifyAssertionOptions-

Returns

Promise<string>

See

RFC 9101 - The OAuth 2.0 Authorization Framework: JWT-Secured Authorization Request (JAR)