Hi everyone,
I'm working on making requests to the Azure Graph API using REST jobs. While I understand this can typically be done with PowerShell, our customer prefers to avoid using scripts, as this is how they are currently handling it.
The challenge I'm facing is that the REST connection object requires an access token. From what I've seen, access tokens are usually generated at runtime by making an HTTP request to a specific authentication endpoint.
I'd like to know if there's a way to generate an access token within Azure without relying on an HTTP request, or if there's a method to populate the access token directly in the REST connection object during runtime.
Any suggestions or guidance would be greatly appreciated.
Thank you in advance for your help.
Best regards,
Omer