pobop

Results 1 comments of pobop

I got the same issue with an user assign identity and finally solved it with adding a scope ```py credentials = ManagedIdentityCredential(client_id="redacted") graph_client = GraphClient(credential=credentials, scopes=["https://graph.microsoft.com"]) ``` Inspired from https://github.com/microsoftgraph/msgraph-sdk-python-core/issues/106