-
New Feature Request
-
Resolution: Fixed
-
Minor
-
6.0.9
-
None
-
Sprint 93 (Oct 2022), Sprint 94 (Nov 2022), Sprint 95 (Dec 2022), Sprint 96 (Jan 2023), Sprint 97 (Feb 2023), Sprint 98 (Mar 2023), Sprint 99 (Apr 2023)
-
1
Steps to reproduce:
- Generate an API token for a user
- Attempt to connect to the API user.checkAuthentication using the supplied token
- API returns an error
Sending: {"jsonrpc": "2.0", "method": "user.checkAuthentication", "params": {"sessionid": "TRIMMED_VALID_USER_TOKEN"}, "id": 0}
Response Body: {'jsonrpc': '2.0', 'error': {'code': -32602, 'message': 'Invalid params.', 'data': 'Invalid parameter "/sessionid": value is too long.'}, 'id': 0}
User Token is valid for other API operations however.
Expected:
Data is returned as to weather or not the token is valid fore use.
- causes
-
ZBX-22635 SCIM requests fail with error "Class name must be a valid object or a string"
- Closed