Azure / Azure-Lighthouse-samples

Provide samples for understanding managed service solutions
MIT License
295 stars 296 forks source link

Upload check access script #51

Closed serenaz closed 4 years ago

serenaz commented 4 years ago

Current issues: 1) Acquiring a new access token (commented out) produces the following error: Exception calling "AcquireAccessToken" with "1" argument(s): "multiple_matching_tokens_detected: The cache contains multiple tokens satisfying the requirements. Call AcquireToken again providing more arguments (e.g. UserId)" 2) Iterating through all subscriptions takes a lot of time - how to reduce calls/loops?

serenaz commented 4 years ago

re-branching my repo. will open another PR.