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
Unlike other browsers, Microsoft Edge adds the fields X-Ms-Refreshtokencredential and X-Ms-Devicecredential to the HTTP request header when accessing "login.microsoftonline.com/authorize". This causes the authentication to fail.
Is there anything that can be done within the sample (e.g. AuthHelper.java or parameter set in ConfidentialClientApplication) to either suppress the sending of these two headers, or handle the flow?
Unlike other browsers, Microsoft Edge adds the fields
X-Ms-RefreshtokencredentialandX-Ms-Devicecredentialto the HTTP request header when accessing "login.microsoftonline.com/authorize". This causes the authentication to fail.This behavior can be reproduced in Chrome by installing the "Windows Authentication" Extension:
https://chrome.google.com/webstore/detail/windows-10-accounts/ppnbnpeolgkicgegkbkbjmhlideopiji?hl=en
Is there anything that can be done within the sample (e.g. AuthHelper.java or parameter set in
ConfidentialClientApplication) to either suppress the sending of these two headers, or handle the flow?Thank you,
Patrick