• About
  • Release and support
  • Security best practices
  • Installation and upgrade
  • Operation
  • Initial configuration
  • Configuration management
  • Authentication
  • Self-services
  • Target applications
    • Target application selection
    • Access control (end-users)
    • Securing REST / service APIs
    • Identity propagation
    • Terms and conditions
    • PSD2 support
      • PSD2 implementation
      • NextGenPSD2 implementation
      • STET PSD2
      • About tech clients
        • Data model
        • Supported authn. types
        • Tech-clients management
          • Config. and access ctrl.
          • Examples
            • Get tech clients
            • Lock / unlock tech clients
            • Delete API client
      • Issuer cert. for PSD2
      • Tech client interceptors
  • OAuth and OIDC
  • SAML
  • API access control
  • Flows (Airlock IAM concept)
  • Loginapp Configuration
  • Adminapp Configuration
  • Service Container Configuration
  • Transaction Approval Configuration
  • IAM REST APIs
  • Customizing UIs and texts
  • Third-party licenses
  1. Target applications
  2. PSD2 support
  3. About tech clients
  4. Tech-clients management
  5. Examples
  6. Lock / unlock tech clients

Lock/unlock technical clients

The example shows how to lock and unlock a single technical client.

HTTP Request: Lock a Technical Client

 
Terminal box
POST /auth-admin/rest/tech-clients/616b45df-59a1-446f-9a07-b5d939e0f16a/lock
{
	"reason" : "Client reported to be hacked."
}

HTTP Request: Unlock a Technical Client

 
Terminal box
DELETE /auth-admin/rest/tech-clients/616b45df-59a1-446f-9a07-b5d939e0f16a/lock