-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Hi
I am using SSO based login and i am facing issues saying unauthorized url
Is it compulsion to use NON SSO based account itself
File "C:\Users*\Desktop\ELM_PYTHON_CLIENT\ELM-Python-Client\elmclient\examples\ccm_simple_attachmentdownload.py", line 57, in
xmlresult = ccmapp.server.execute_get_xml(wiurl, cacheable=False, headers={'OSLC-Core-Version': '2.0'}, intent="Retrieve work item content (including attachment details)" )
File "C:\Users\PycharmProjects\PythonProject.venv\Lib\site-packages\elmclient\httpops.py", line 231, in execute_get_xml
response = request.execute( **kwargs )
File "C:\Users\PycharmProjects\PythonProject.venv\Lib\site-packages\elmclient\httpops.py", line 517, in execute
return self._execute_request( no_error_log=no_error_log, close=close, **kwargs )
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\PycharmProjects\PythonProject.venv\Lib\site-packages\elmclient\httpops.py", line 527, in _execute_request
result = self._execute_one_request_with_login( no_error_log=no_error_log, close=close, **kwargs)
File "C:\Users\PycharmProjects\PythonProject.venv\Lib\site-packages\elmclient\httpops.py", line 874, in _execute_one_request_with_login
response.raise_for_status()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\PycharmProjects\PythonProject.venv\Lib\site-packages\requests\models.py", line 1024, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://*:portnumber/ccm/resource/itemName/com.ibm.team.workitem.WorkItem/workitemnumber