I have a customer with an onprem Jira server that I need to get some data from. Their Jira server is configured with Active Directory SSO (such that the users access it using their Windows accounts) and it is possible to connect to it from the internet.
In other words: when I try to access it I am redirected to https://login.microsoftonline.com/common/oauth2 where I type in my Windows credentials, I am prompted with an MFA request and I log in ... everything is fine 🙂
However - I need to use Power Automate to access the server, and I would prefer to use the HTTP action in Power Automate to do this.
I have tried to simply use the built-in Jira connectors, but they work with API keys, and I am not sure they support going through the Office 365 SSO OAuth mechanism.
Can anyone provide any guidance to how to access this configuration type of Jira?
I have noticed that it is possible to configure the HTTP action with "Active Directory OAuth". I presume that it requires configuration of an Azure App registration. Do you have any guidance to how to configure this registration? And which value for "audience" should I use afterwards?
I know that there are a lot of questions, but if I could be pointed in the right direction, I would greatly appreciate it 🙂
/Jesper