Page 1 of 1

TM1 Rest api - Security Mode 3

Posted: Tue Nov 27, 2018 10:21 am
by kavitha2002
Hello,

I am using http://host:8001/api/v1/ActiveSession/User in my application for rest api.

For mode1, I set the http header as
Authorization: Basic base64(user:password) - connection successful.

For mode3,
Athorization: Negotiate base64(token)?? Here token is the ticket returned by Kerberos Security.
I am not very clear of what the token is?