IBM Maximo: REST API Authentication
Important: starting on MAS 8, default context change from /maximo/oslc/ to /maximo/api/
Maximo native authentications
POST /oslc/login Headers maxauth: <base64 encoded user:pass> Body <no body required>
LDAP based authentications
BASIC authentication
POST /oslc/login Headers Authorization: BASIC <base64 encoded user:pass> Body <no body required>
FORM authentication
POST /j_security_check Header Content-type: application/x-www-form-urlencoded Body j_username=<userid>&j_password=<password>