• Read Adapter Swagger Doc (GET)
    Return the adapter's swagger documentation for the named adapter
  • adapterServing (GET)
  • adapterServing (HEAD)
  • adapterServing (POST)
  • adapterServing (PUT)
  • adapterServing (DELETE)
  • adapterServing (OPTIONS)
  • adapterServing (PATCH)
  • Authorize (GET)
    Authorize the client for a given scope
  • redirect (GET)
  • Introspect (POST)
    Introspect the client on a given token
  • Get token (POST)
    Generate a token for a given client
  • webClientLogProfile (GET)
    send web client log profile
  • clientLogProfile (GET)
    send client log profile
  • directupdate (GET)
    send direct getDirectUpdateZip to the client
  • loguploader (POST)
    Upload client logs to server
  • heartbeat (POST)
    Accept heartbeat from the client and note the last activity time
  • logout (POST)
    Logout from the given security check
  • Pre-Authorization (POST)
    Secure the given scope for the given client
  • reach (GET)
  • Get client public data (GET)
    Get public client data by ID. Protected by clients:read scope
  • Update client (POST)
    Update client registration data. Protected by clients:modify scope
  • Delete client (DELETE)
    Delete client registration data. Protected by clients:delete scope
  • Get client protected data (GET)
    Get protected client data by ID. Protected by clients:read-protected scope
  • Client self registration (POST)
    Create a new client, the client ID is returned in the Location header. Protected by app authenticity security check
  • Get client public data (GET)
    Get public client data by ID. Protected by JWT Client assertion
  • Client self re-registration (PUT)
    Submit new registration data for the existing client ID. Protected by app authenticity security check