IBM Maximo: REST API Authentication

From Wiki


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>

Ver também