SSO not working in Firefox browser, error 13006 or 13001 #5283
Labels
Area: authentication
Issue related to authentication
Area: Outlook
Issue related to Outlook add-ins
Needs: attention 👋
Waiting on Microsoft to provide feedback
Possible-Solution
Similar-Issue
Provide required information needed to triage your issue
Your Environment
Current behavior
We developed and implemented the SSO authentication in our Office outlook add-in. But we have some issues in the Firefox browser.
In chrome, edge or even the new outlook application, the SSO works correctly, but when I try to authenticate with the SSO in Firefox I either que and Error 13006 or 13001 and the SSO never works... I checked into the docs at https://learn.microsoft.com/en-us/office/dev/add-ins/develop/troubleshoot-sso-in-office-add-ins but even when I tried to sign out and then sign back I get the same error... I also tried emptying the Firefox browser cache to no avail.
The error is thrown when executing the
OfficeRuntime.auth.getAccessToken({ allowSignInPrompt: true });
also tried removing all the parameters to use justOfficeRuntime.auth.getAccessToken()
But it didn't work eitherSteps to reproduce
Useful logs
The text was updated successfully, but these errors were encountered: