You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've modified the OD_Auth script to use the code authentication flow described here, but am getting a CORS header missing error:
XMLHttpRequest cannot load https://login.live.com/oauth20_token.srf. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Code flow isn't available for single page JavaScript apps. Token flow is required in that scenario. The token endpoint doesn't support CORS to enforce this.
I've modified the OD_Auth script to use the code authentication flow described here, but am getting a CORS header missing error:
This is my auth callback:
Am I missing something?
The text was updated successfully, but these errors were encountered: