Microsoft Graph api to get token api returns No 'Access-Control-Allow-Origin' header is present on the requested resource

703 views Asked by At

I am getting No 'Access-Control-Allow-Origin' header is present on the requested resource while trying to generate token using graph api in Angular 8 Application.

Is there any alternate way to manage this using microsoft-adal-angular6 npm to allow cors cross origins?

1

There are 1 answers

0
Stanley Gong On

I think this question also has been answered in this post. Let me know if you have any other questions.