I am trying to host a javascript application written in angular which talks with Microsoft graph api, inside excel javascript add-in.
Application is hosted properly inside excel -add-in.
But when I call login method I get below error Refused to display 'https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=1e…20directory.readwrite.all%20contacts.readwrite%20files.readwrite.appfolder' in a frame because it set 'X-Frame-Options' to 'DENY'.
How can I fix this?