Harsh Gajjar
Harsh Gajjar

Reputation: 51

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

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?

Upvotes: 1

Views: 768

Answers (1)

Stanley Gong
Stanley Gong

Reputation: 12153

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

Upvotes: 1

Related Questions