Is it possible to authenticate against Azure portal without providing subscription_id as credential? We are using application + certificate to authenticate against Graph API without any subscription_id.
It would be great if subscription_id would be optional since there are cases (MSP or MSSP) where there are no subscription ID's and the billing is done via reseller and not directly from Azure portal.
Example would be getting information from Azure portal for all M365 licenses that have been used.
API endpoint would be:
https://graph.microsoft.com/v1.0/subscribedSkus
Hello!
Is it possible to authenticate against Azure portal without providing
subscription_id
as credential? We are using application + certificate to authenticate against Graph API without anysubscription_id
. It would be great ifsubscription_id
would be optional since there are cases (MSP or MSSP) where there are no subscription ID's and the billing is done via reseller and not directly from Azure portal. Example would be getting information from Azure portal for all M365 licenses that have been used. API endpoint would be:https://graph.microsoft.com/v1.0/subscribedSkus
Thanks!