This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
No more delegated access for customers tenant's through powershell API for Azure's Subs #416
Unanswered
FrancisALde
asked this question in
Q&A
Replies: 1 comment
-
Have a look at https://tminus365.com/vendor-integrations-break-with-gdap-the-fix/, maybe it can help ? Note that there's a link to another similar article. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
My name is Francesco Alderighi and i'm working in IT since 4 years.
At the beginning of this summer i've done a powershell script that was downloading Azure's subs consumption, the MFA status for the users, and other stuff for every customer's tenant.
Since the beginning of this month (October 2023), i'm facing a problem cause the code that i've written is not taking anymore the access token that i need to do all the API call.
That's the flow that i'm following:
So first of all i login in the Partner Center API repository through an application:
Then i take every tenants that i need to investigate for my company (around 1000 tenants)
and cycling them i log on everytenant for their resources and data:
So this is the flow that i'm following, and this worked for 3/4 motnhs, but now since the start of October,
and since the introduction of GDAP, is not working anymore and i don't know what i gotta do.
Is there anyone that is facing the same problems or, hopefully, had already solved it ?
Beta Was this translation helpful? Give feedback.
All reactions