You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Thanks!
The text was updated successfully, but these errors were encountered:
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 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
Thanks!
The text was updated successfully, but these errors were encountered: