Forum Discussion
ingwarr23
Nov 06, 2020Copper Contributor
Authorize API Connections programmatically (using tokens)
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 permiss...
Thijs Lecomte
Nov 07, 2020Bronze Contributor
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
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