TM1 Native Security Question (Contributor)

Post Reply
youngjedi
Posts: 19
Joined: Thu Apr 26, 2012 10:52 pm
OLAP Product: TM1
Version: 9.5 - 10.1
Excel Version: Microsoft Excel 2010

TM1 Native Security Question (Contributor)

Post by youngjedi »

Hello all,

If I use TM1 native security (authentication mode 1) for Contributor users, how would the user change their password?

Thanks,
lotsaram
MVP
Posts: 3706
Joined: Fri Mar 13, 2009 11:14 am
OLAP Product: TableManager1
Version: PA 2.0.x
Excel Version: Office 365
Location: Switzerland

Re: TM1 Native Security Question (Contributor)

Post by lotsaram »

youngjedi wrote:Hello all,

If I use TM1 native security (authentication mode 1) for Contributor users, how would the user change their password?

Thanks,
Exactly how would you propose doing that? As far as I'm aware TM1 Contributor requires that the Tm1 server be using security mode 4 or 5.
PlanningDev
Community Contributor
Posts: 349
Joined: Tue Aug 17, 2010 6:31 am
OLAP Product: Planning Analytics
Version: 2.0.5
Excel Version: 2016

Re: TM1 Native Security Question (Contributor)

Post by PlanningDev »

You can use TM1 native security with Contributor however to my knowledge the ability to change your password is not accesible from contributor. You would likely need to direct them to TM1 Web (I know, not a great solution as you dont want users in TM1 Web who also use Contributor).

The other options get more complicated, but you could theoretically use the API to build a page (Java or .Net) that performed such a task. Then simply modify the contributor .aspx page to include a link to your home built password reset page.

Or you can use SSO and then you don't need to worry about password resets.
Derezed
Posts: 16
Joined: Fri May 18, 2012 10:23 am
OLAP Product: TM1, Planning Analytics
Version: 10.2.2, Planning Analytics 2.x
Excel Version: Latest
Location: UK

Re: TM1 Native Security Question (Contributor)

Post by Derezed »

lotsaram wrote:Exactly how would you propose doing that? As far as I'm aware TM1 Contributor requires that the Tm1 server be using security mode 4 or 5.
I believe it's security modes 1 or 5 (native or CAM/Cognos 8). Sadly no AD as far as I know.
TM1 9.5.2 Documentation wrote: Using the IntegratedSecurityMode Parameter with TM1 Contributor

You set the TM1 security authentication mode using the IntegratedSecurityMode parameter in the Tm1s.cfg file of each TM1 server you want to use. TM1 Contributor is compatible only with TM1 security authentication modes 1 and 5.

For example, to use TM1 standard security authentication, set the IntegratedSecurityMode parameter to 1 for each server.

IntegratedSecurityMode=1

To use IBM Cognos 8 security, set the IntegratedSecurityMode parameter to 5.

IntegratedSecurityMode=5

For more details about the IntegratedSecurityMode parameter, see the "TM1 System Configuration" section in the IBM Cognos TM1 Operations Guide.
Post Reply