How to use with SSO protected jira instance

Haibrayn September 19, 2019

At my work we have a Jira instance which is SSO protected. I was able to make requests to the REST API using a requests.session and doing a few things with it to be able to login successfully.

 

My question is if it is possible to provide a custom class that extends from requests.session to use with the python-jira library so that it can work with SSO protected pages?

1 answer

0 votes
Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 21, 2021

You can use package kerberos or double check exist implementation

https://github.com/atlassian-api/atlassian-python-api/pull/692

 

or another option use cookie-authentication

Suggest an answer

Log in or Sign up to answer