IBM Maximo: REST API Authentication: Difference between revisions

From Wiki
(Criou a página com " =Maximo native authentications= '''POST /oslc/login''' '''Headers''' maxauth: <base64 encoded user:pass> '''Body''' ''<no body required>'' =LDAP based authenti...")
(No difference)

Revision as of 22:07, 26 January 2022


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