Search found 2 matches

by NZSheep
Wed May 26, 2021 11:53 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Rest API Powershell SSO connection
Replies: 3
Views: 4131

Re: TM1 Rest API Powershell SSO connection

Thanks you were spot on! :D

And adding $headers.Add('Content-Type','application/json; charset=utf-8') was required for POST as you said.
by NZSheep
Wed May 26, 2021 12:47 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Rest API Powershell SSO connection
Replies: 3
Views: 4131

TM1 Rest API Powershell SSO connection

Hi, we are having issues getting a connection working using Invoke-restmethod when connecting to TM1 which is configured to use SSO via CAM authentication. If I try to use basic auth, like all the examples found on the net, I get a 401 unauthorized error, which makes sense. I cannot find a single ex...