IBM Maximo: REST API Authentication

From Wiki
Revision as of 22:07, 26 January 2022 by Ebasso (talk | contribs) (Criou a página com " =Maximo native authentications= '''POST /oslc/login''' '''Headers''' maxauth: <base64 encoded user:pass> '''Body''' ''<no body required>'' =LDAP based authenti...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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