Class CIBAPingCallback

All Implemented Interfaces:
Message, Request

@Immutable public class CIBAPingCallback extends ProtectedResourceRequest

CIBA ping callback to a client notification endpoint.

Example HTTP request:

 POST /cb HTTP/1.1
 Host: client.example.com
 Authorization: Bearer 8d67dc78-7faa-4d41-aabd-67707b374255
 Content-Type: application/json

 {
   "auth_req_id": "1c266114-a1be-4252-8ad1-04986c5b9ac1"
 }
 

Related specifications:

  • OpenID Connect CIBA Flow - Core 1.0, section 10.2
  • Constructor Details

    • CIBAPingCallback

      public CIBAPingCallback(URI endpoint, BearerAccessToken accessToken, AuthRequestID authRequestID)
      Creates a new CIBA ping callback.
      Parameters:
      endpoint - The client notification endpoint. Must not be null.
      accessToken - The client notification token. Must not be null.
      authRequestID - The CIBA request ID. Must not be null.
  • Method Details