aagrawal12

Results 6 comments of aagrawal12

Thanks for responding. Yes SSO works in TM1 web and Architect/Perspective

from TM1py.Services import TM1Service tm1 = TM1Service(address='AdminHost', port=12354, namespace='OKTA', gateway=ClientCAMURI', ssl='False') server_name = tm1.server.get_server_name() print("Connection to TM1 established!! your Servername is: {}".format(server_name))

@MariusWirtz Yes i am aware and have inexact format how it is defined. Still no luck

Still no luck..still getting error RuntimeError: Failed to authenticate through CAM. HTTP response does not contain 'cam_passport' cookie

Hi @MariusWirtz i tried the workaround but i am still getting same error. Thanks and appreciate you replying back. I will keep exploring and look forward any other workaround you...

@rkvinoth My answers below: Does it automatically log you in when you look up the CLIENTCAMURI in your browser? Yes Should SSL be False in your case? Yes SSL is...