TM1 Rest api - Security Mode 3

Post Reply
kavitha2002
Community Contributor
Posts: 180
Joined: Sat May 05, 2018 11:48 am
OLAP Product: tm1
Version: 10.3.10100.8
Excel Version: 14

TM1 Rest api - Security Mode 3

Post 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?
Post Reply