Dear Microsoft Support, We are attempting to automate driver publishing via the Hardware Dashboard API using client credentials flow. We have successfully obtained an access token with the following characteristics: - Audience: https://manage.devcenter.microsoft.com - Tenant ID: f4e97617-c057-4d1e-ad2a-b0296dba0cba - Application ID: c5fafb5e-2412-4665-9fcd-f0fd33fa4db3
The Entra application has been added under: Hardware Dashboard > User Management > Add Microsoft Entra application.
However, calling: GET https://manage.devcenter.microsoft.com/v2.0/my/hardware/products Returns: 401 Unauthorized "The parameter value is invalid" Even after regenerating the token and verifying audience and tenant values. Could you please help verify whether:
- Our tenant is correctly associated with the Hardware account for API access?
- Additional configuration is required for Hardware Dashboard API enablement?
- This account is permitted to use the /my/hardware endpoint via client credentials? Thank you.