Automatically accept a device
POST/api/management/v2/devauth/auto-auth
The caller presents device identity data and public key, and signs the request with a private key. If the request is valid the device is accepted, and a valid JWT authentication token is issued.
Request
Responses
- 200
- 400
- 401
- 500
- 503
Authentication successful - a new JWT is issued and returned.
Invalid Request.
Unauthorized.
Internal Server Error.
Service is unavailable.