Skip to content

Commit

Permalink
docs: update CIBA group tags
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Feb 17, 2025
1 parent 71c3527 commit 318edce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Support from the community to continue maintaining and improving this module is
- [clientCredentialsGrantRequest](functions/clientCredentialsGrantRequest.md)
- [processClientCredentialsResponse](functions/processClientCredentialsResponse.md)

## Client-Initiated Backchannel Authentication
## Client-Initiated Backchannel Authentication (CIBA)

- [backchannelAuthenticationGrantRequest](functions/backchannelAuthenticationGrantRequest.md)
- [backchannelAuthenticationRequest](functions/backchannelAuthenticationRequest.md)
Expand Down
8 changes: 4 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6003,7 +6003,7 @@ export interface BackchannelAuthenticationRequestOptions
* @param clientAuthentication Client Authentication Method.
* @param parameters Backchannel Authentication Request parameters.
*
* @group Client-Initiated Backchannel Authentication
* @group Client-Initiated Backchannel Authentication (CIBA)
*
* @see [OpenID Connect Client-Initiated Backchannel Authentication](https://openid.net/specs/openid-client-initiated-backchannel-authentication-core-1_0.html#auth_request)
*/
Expand Down Expand Up @@ -6063,7 +6063,7 @@ export interface BackchannelAuthenticationResponse {
* style errors are rejected using {@link ResponseBodyError}. WWW-Authenticate HTTP Header
* challenges are rejected with {@link WWWAuthenticateChallengeError}.
*
* @group Client-Initiated Backchannel Authentication
* @group Client-Initiated Backchannel Authentication (CIBA)
*
* @see [OpenID Connect Client-Initiated Backchannel Authentication](https://openid.net/specs/openid-client-initiated-backchannel-authentication-core-1_0.html#auth_request)
*/
Expand Down Expand Up @@ -6147,7 +6147,7 @@ export async function processBackchannelAuthenticationResponse(
* {@link BackchannelAuthenticationResponse.auth_req_id `auth_req_id`} retrieved from
* {@link processBackchannelAuthenticationResponse}.
*
* @group Client-Initiated Backchannel Authentication
* @group Client-Initiated Backchannel Authentication (CIBA)
*
* @see [OpenID Connect Client-Initiated Backchannel Authentication](https://openid.net/specs/openid-client-initiated-backchannel-authentication-core-1_0.html#token_request)
* @see [RFC 9449 - OAuth 2.0 Demonstrating Proof-of-Possession at the Application Layer (DPoP)](https://www.rfc-editor.org/rfc/rfc9449.html#name-dpop-access-token-request)
Expand Down Expand Up @@ -6188,7 +6188,7 @@ export async function backchannelAuthenticationGrantRequest(
* style errors are rejected using {@link ResponseBodyError}. WWW-Authenticate HTTP Header
* challenges are rejected with {@link WWWAuthenticateChallengeError}.
*
* @group Client-Initiated Backchannel Authentication
* @group Client-Initiated Backchannel Authentication (CIBA)
*
* @see [OpenID Connect Client-Initiated Backchannel Authentication](https://openid.net/specs/openid-client-initiated-backchannel-authentication-core-1_0.html#token_request)
*/
Expand Down

0 comments on commit 318edce

Please sign in to comment.