Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 2.05 KB

File metadata and controls

33 lines (21 loc) · 2.05 KB

Function: backchannelAuthenticationRequest()

💗 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.


backchannelAuthenticationRequest(as, client, clientAuthentication, parameters, options?): Promise<Response>

Performs a Backchannel Authentication Request at the as.backchannel\_authentication\_endpoint.

Parameters

Parameter Type Description
as AuthorizationServer Authorization Server Metadata.
client Client Client Metadata.
clientAuthentication ClientAuth Client Authentication Method.
parameters Record<string, string> | URLSearchParams | string[][] Backchannel Authentication Request parameters.
options? BackchannelAuthenticationRequestOptions -

Returns

Promise<Response>

Resolves with a Response to then invoke processBackchannelAuthenticationResponse with

See

OpenID Connect Client-Initiated Backchannel Authentication