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

Added code to hit `GET /idp/idx/device/challenge` and `GET /idp/idx/device/challenge-response` remediation after `POST /idp/idx/introspect`

### Describe the bug? once I change the flow using `authClient.idx.start({ flow: 'unlockAccount' })` the okta widget opens to correct page but at the bottom of the page there is...

bug

### Describe the feature request? TBN is looking to implement a custom login experience using the the IDX. TBN being an OTT platform has TV devices using Okta to authenticate...

enhancement

### Describe the bug? When user-A logs in to our application using Okta authentication, they are redirected to the account dashboard page with their user information details. When user-A logs...

bug

Hello. I'm using the Implicit OAuth flow. I have different environments. Some goes through an access gateway, some don't. Both use a custom domain okta endpoint, which I'll refer to...

bug
priority-pending
requires-reproduce

### Describe the feature request? Applications utilizing the new Javascript SDK cannot proceed with enabling captcha until an official implementation is documented so developers can add the necessary fields. Digging...

enhancement

- Added issuer proxy setup for OIE - Enabled e2e tests for proxy with OIE - Added [2 new](https://github.com/okta/okta-auth-js/pull/1370/files#diff-73d8434d541c2a46d3c3b61503309ad31a966e968e1fee352907f348634508deR44) e2e tests: should use SSO session, should end SSO session on...

### Describe the bug? The return value of [`OktaAuth.getAccessToken`.](https://github.com/okta/okta-auth-js/blob/2c92f04e2703f5eae10ff84fc4f46bbbcd500777/lib/oidc/mixin/index.ts#L174) depends on order of iteration over the storage location. The last token of type `AccessToken` seen in the iteration is returned....

bug

### Describe the bug? Hi everyone, When I try the exact same app on chrome and firefox: - it is working as expected on chrome => i am authenticated properly...

bug