Aaron Granick
Aaron Granick
@shailendragautam123 By default, the SDK will auto renew tokens before they expire. This functionality can be disabled by setting `autoRenew: false` in the configuration.
internal ref: OKTA-269846
@laharshah @vishnualeti Thanks for reporting this issue. We hope that you have been able to workaround this issue. The `handleAuthentication()` method can throw an exception, which you can handle in...
@swiftone This sounds a lot like another GH issue we have seen. https://github.com/okta/okta-oidc-js/issues/846
@mraible Here is the jest "browser" config we are using: https://github.com/okta/okta-auth-js/blob/dev-4.0/jest.browser.js The "moduleNameMapper" lets you map any module name to any path you specify. Because jest is running in node,...
@berniedurfee Thanks for the report. The widget is designed to work in multiple scenarios. The `clientId` parameter is required for OIDC flow, but not required for some other flows. We...