Azure – How to grant admin-consent to an Enterprise application with Microsoft Authentication Library
I am tasked with granting admin-consent to an Enterprise application in a long list of tenants. Currently I have automated this task with JMeter with the following steps: GET /{TenantId}/oauth2/authorize POST /{TenantId}/login (login with tenant admin account) POST /{TenantId}/Consent/Set GET…