Closed geerzo closed 6 years ago
@geerzo Could you please show us how did you configure the 'endpoints' in your environment.local.ts? I believe that is what I'm missing to successfully call the Graph API.
endpoints: {
'https://graph.microsoft.com': '00000003-0000-0000-c000-000000000000'
}
BTW - the way I found the right App ID is to make a call to the API just using a browser or other tool and then looking at the error. It will tell you how it expects the App ID to map.
This is to demonstrate calling an API to exercise the library more fully.