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
There seems to be an issue with Edge where the library throws a ReferenceError Exception 'URLSearchParams is undefined' when calling fetchTokenUsingPasswordFlow(). The result is that sign-on using password flow is broken for Microsoft Edge.
I see that there is already an outstanding pull request #175 to fix this issue. After applying the patch #175 the problem seems to be solved. It would be great if a bugfix is added to the next release.
The text was updated successfully, but these errors were encountered:
There seems to be an issue with Edge where the library throws a ReferenceError Exception 'URLSearchParams is undefined' when calling fetchTokenUsingPasswordFlow(). The result is that sign-on using password flow is broken for Microsoft Edge.
I see that there is already an outstanding pull request #175 to fix this issue. After applying the patch #175 the problem seems to be solved. It would be great if a bugfix is added to the next release.
The text was updated successfully, but these errors were encountered: