Authorize API Connections programmatically (using tokens)

Copper Contributor

Hi!

Is there a way to authorize API Connections programmatically using tokens?

The user is already signed in with Azure and has the token for Azure Management API. We can ask for additional permissions and tokens if needed.

The interaction between the user and the Azure/Sentinel is done through a web app.

We are interested in authorizing Azure Monitor Logs, Azure Sentinel and Office 365 Outlook connections.

Thank you!

1 Reply
I don't think there is a way. I have not found one during my research.
What I do is I only use connections with use a Service Principal. This way, you don't need to authorize the connection.

Not all built-in connections support it though