Im using this https://github.com/benbaran/adal-angular4-example in my Angular app.
When I use the token from this to access Microsoft Graph API I get the following response
{
"error": {
"code": "InvalidAuthenticationToken",
"message": "Access token validation failure.",
"innerError": {
"request-id": "129e0d25-9553-4d9c-9075-5f82611e1847",
"date": "2017-08-28T09:44:03"
}
}
What are the alternate ways to access Graph API in my Angular app. Libraries or SDK will also help. Thanks in advance.