marc0l92 / obsidian-jira-issue

This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes.
https://marc0l92.github.io/obsidian-jira-issue/
GNU Affero General Public License v3.0
239 stars 38 forks source link

Integrating with Microsoft SSO #7

Closed deanpribetic closed 2 years ago

deanpribetic commented 2 years ago

Hey Marco! I just installed this plugin and it looks very promising. However, I login to Jira via authentication through the Microsoft SSO platform. This means the response from Jira is the HTML directing me to sign in before I can get access. Any thoughts on how I might work around this?

marc0l92 commented 2 years ago

I don't really know how Microsoft SSO works. But I suppose that at some point is using a token to access the Jira API.

Maybe I can give you an example of API that this plugin is calling and you can tell me how the response looks like. I need some example to guess how this protocol works so I can add the support for it.

marc0l92 commented 2 years ago

The API the plugin uses looks like this:

https://jira.secondlife.com/rest/api/latest/issue/OPEN-123
<host>/rest/api/latest/issue/<issueKey>
deanpribetic commented 2 years ago

Thanks! I am looking into this. Will let you know.

deanpribetic commented 2 years ago

Only way to avoid the re-direct from my end is by being behind my corporate VPN. Will go forward on that basis.