Does AIQUM support Token-based authentication for API calls?
Applies to
Active IQ Unified Manager (AIQUM) 9.x
Answer
No, AIQUM only supports basic authorization with username and password for API calls.
Additional Information
- In the context of Active IQ Unified Manager (AIQUM), the UM-CSRF-Token is used in various API calls to fetch data.
- The UM-CSRF-Token is a security feature used in API requests to prevent Cross-Site Request Forgery (CSRF) attacks.
- This token is included in the headers of API requests to ensure that the request is coming from an authenticated and authorized user only.