Open DustinBryant opened 1 week ago
Which Okta browser plugin version you are using? If the app is public, do you mind to provide the url and a test account? .
Okta Browser Plugin 6.34.0 Unfortunately, it's an internal/private app.
Would you go to the plugin settings page (right click the toolbar icon -> Manage extension -> click Okta Browser Plugin ...
-> Preferences) and turn on the Enable Okta plugin logs
then open dev console, check all the log level, persist the log and filter it by shared.js
, then go to your app and reproduce the issue, and send all the console logs to us, you can share it in a google doc if the logs are too many
I don't see any glaring issues in the logs. But who/where am I sending them?
You can send it to my email lu.xu@okta.com
Describe the bug
When a user attempts to log in to our site on Firefox and they have the Okta Browser Plugin they will get a 504 error as a response from the /token endpoint that gets called from okta-auth-js. If they disable the Okta Browser Plugin it will work. Also, chromium based browsers do not error.
This is an Angular (15.2.9) app. If it's built with optimizations as false then there is no error either.
Console error in Firefox:
Reproduction Steps?
Angular@15.2.9 build configuration optimization set to true @okta/okta-auth-js@7.8.1 @okta/okta-angular@6.4.0 @okta/okta-signin-widget@7.24.2 Firefox Okta Browser Plugin
Config
Component
The custom sign-in widget you enter your email, click Next, enter password, and then click Verify is when the error is hit.
SDK Versions
@okta/okta-auth-js@7.8.1 @okta/okta-angular@6.4.0 @okta/okta-signin-widget@7.24.2
Additional Information?
No response