okta-auth-js icon indicating copy to clipboard operation
okta-auth-js copied to clipboard

The official js wrapper around Okta's auth API

Results 169 okta-auth-js issues
Sort by recently updated
recently updated
newest added

i am trying to login using signInWithRedirect on my app with idp the below configuration but after successfull login app is not setting sid in cookies ``` config = {...

Bumps [validator](https://github.com/validatorjs/validator.js) from 13.6.0 to 13.7.0. Release notes Sourced from validator's releases. 13.7.0 13.7.0 New Features #1706 isISO4217, currency code validator @​jpaya17 Fixes and Enhancements #1647 isFQDN: add allow_wildcard option...

dependencies

Hi, in an edge case where the `clientId` used to set up the OktaSignIn widget is incorrect, `token.getWithoutPrompt()` is not being resolved nor rejected. For example, ``` const widget =...

TLDR: - It looks like the PKCE flow breaks when the base URL of well-known config is not the same as the issuer claim in the token - The well-known...

enhancement

## About Hey there! I'm having an issue where a token expires, okta-auth-js (`@okta/[email protected]`) doesn't detect it, and following a call to `updateAuthState`, the auth state is incorrectly and indefinitely...

After investigation of this problem (very similar to https://github.com/okta/okta-auth-js/issues/601), the fact that the timing of redirection count, which leads me thinking there is an async issue somewhere. I try to...

Hi, Not sure if this was intentional but as the part commit #906 the renew function in tokenManager.ts has been changed about line 412 from ``` this.state.renewPromise[key] = this.sdk.token.renew(token) .then(freshToken...

Dear Okta Developers and PMs: This library along with the @okta/okta-signin-widget and @okta/okta-react have been version revving and introducing breaking changes ( for little to no reason ) quite frequently....

Version: 5.6.0 Steps to reproduce: 1. Login to the app (assuming that autoRenew option is enabled) 2. Wait for token to expire, but change "Throttling state" to "Offline" (if using...

``` $ yarn build .... WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). This can impact web performance. Assets: okta-auth-js.min.js (332 KiB) WARNING...