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 edit summary
 
Line 1: Line 1:


<big>Important: starting on MAS 8, default context change from '''/maximo/oslc/''' to '''/maximo/api/'''</big>


=Maximo native authentications=  
=Maximo native authentications=  

Latest revision as of 00:46, 29 October 2024

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>

Ver também