cancel
Showing results for 
Search instead for 
Did you mean: 

BI4.1 CMC logon with token

Joe_Peters
Active Contributor
0 Kudos
354

In CmcApp.properties, there is a setting for "logontoken.enabled", but how do you pass a logon token to the CMC?

Accepted Solutions (0)

Answers (2)

Answers (2)

Joe_Peters
Active Contributor
0 Kudos

So.... not possible to use a token to log in to CMC?

former_member230417
Participant
0 Kudos

Hi Joe,

This property helps create a token for the session management when thee user logs in to the CMC.

This token is then stored in a Cookie if you set it to True.

Regards,

Nachiket

Joe_Peters
Active Contributor
0 Kudos

Thanks, but how can the token be used to log back into the CMC?  And can it be created with the SDK?

I see a cookie named CMCPLATFORMSVC_COOKIE_TOKEN, but it has no value.

I tried populating that cookie with the value of ILogonTokenMgr.getLogonTokenMgr(), but that didn't do anything.

former_member230417
Participant
0 Kudos

Hi,

If you need help for token creation wih SDK please create a discussion in

You might get better insights there.

Regards,

Nachiket

Joe_Peters
Active Contributor
0 Kudos

This has nothing to do with REST.  I'm trying to use a token to log into the CMC.