Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AutodiscoverService fails in the online version of the plugin #65

Open
kosgrz opened this issue Aug 26, 2020 · 1 comment
Open

AutodiscoverService fails in the online version of the plugin #65

kosgrz opened this issue Aug 26, 2020 · 1 comment
Labels
Type/Bug Something isn't working

Comments

@kosgrz
Copy link
Collaborator

kosgrz commented Aug 26, 2020

Cannot create a new meeting, because the AutodiscoverService fails:
Access to fetch at 'https://webdir2e.online.lync.com/Autodiscover/AutodiscoverService.svc/root/oauth/user' from origin 'https://5cf9b2c4cadf.ngrok.io' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled

@kosgrz kosgrz self-assigned this Aug 26, 2020
@kosgrz kosgrz mentioned this issue Aug 26, 2020
@levb levb added the Triage label Sep 1, 2020
@hanzei hanzei added Type/Bug Something isn't working and removed Triage labels Sep 1, 2020
@mickmister
Copy link
Contributor

@kosgrz Is this happening with Skype online and on-prem?

Looking at this issue, it seems the client can send a specific param in its request to tell the server to return the Access-Control-Allow-Origin header. Along with this issue, this stack overflow post recommend to use the cors option with the call to app.signInManager.signIn, but I don't see this function in the plugin's code. What are your thoughts on this @kosgrz?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type/Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants