Receiving 401 Unauthorized Error with JWT Authentication
Subject: Receiving 403 forbidden Error with JWT Authentication
Description:
I am experiencing a 403 forbidden
error when trying to access various endpoints of the KACE API.
- Error Received: 403 forbidden
- Response Body:
{ "errorCode": -1,
"errorDescription": "Unauthorized"} - API Endpoint: Various endpoints requiring authentication
- Authentication Method: JWT token
- KACE Version: 13.2.182
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
KevinG
3 months ago
I verified that the following API calls work on 13.2.
-->http://url/api/users/users
-->http://url/api/inventory/processes
-->http://url/api/asset/assets
-->http://url/api/inventory/services
You may want to set up a dev SMA without 2FA to retest. Use the SMA admin user while testing.
Posted by:
KevinG
3 months ago