API Authentication Methods
There are several ways to authenticate against the Micetro API:
Login Command
This method is compatible with all versions of Micetro, and all every variant of the Micetro API (SOAP/JSON-RPC/REST). In the REST API, this command is accessible via the URL commands/Login.
The Login command requires a server (for the Micetro Central server), username, and password, and it returns a session ID. This session ID should be used for all other API calls via the session parameter.
The Login command and its parameters are fully documented in the standard API documentation.
Note
Remember to configure HTTPS for the mmws and/or _mmws sites when using this authentication method to prevent usernames and passwords from being intercepted during communication.
Single Sign-On
To enable single sign-on in the Web Interface, make sure that Single Sign-on and Single Sign-on for web is enabled in Micetro. See External Authentication (Management Console, obsolete).