Python and Jira SSO login

Hello All - I am new to Python and wanted to know is there away to allow for 2 way synch with Python and Jira using a company SSO. All I am needing is a script that will allow me to gain access to Jira with SSO and using my application key. Then will allow me to pull the project I need and be able to update it. Takes too long to update Jira one ticket at a time. Please let me know if you need more info.

Hello @Pyth0nUs3r

I’ve used this project https://jira.readthedocs.io/ to successfully automate JIRA tickets on a corporate system. There is also the official Atlassian Python apis. They have example of oauth which typically pops up the SSO browser flow if your instance is set up correctly.