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

### Describe the bug? Hi, According to the documentation I see the recommendation - https://github.com/okta/okta-auth-js#storagekey but did not give an option on how to change. I believe this is a...

bug

### Describe the bug? After downloading the auth-js repository, ``` cd samples/generated/static-spa/ ``` run ``` npm i @okta/okta-auth-js ``` receive ``` npm WARN ignoring workspace config at /private/tmp/okta-auth-js/samples/generated/static-spa/.npmrc npm ERR!...

bug

### Describe the bug? ![image](https://user-images.githubusercontent.com/12518407/200705726-a56d0089-28d7-4cfa-bd81-3412523489da.png) ![image](https://user-images.githubusercontent.com/12518407/200705765-7c12de40-6c4f-444b-8fb2-8eb3d85cb334.png) I am currently in : "@okta/okta-auth-js": "7.0.1", "@okta/okta-react": "6.7.0", ### What is expected to happen? infinite loop should not happen ### What is the...

bug

### Describe the bug? The [README.md](https://github.com/okta/okta-auth-js#isauthenticatedoptions) lists an `expiredTokenBehavior` option for `isAuthenticated`, but this option does not exist. The correct name, as described in [oidc/types/api.ts](https://github.com/okta/okta-auth-js/blob/f5c58a708323f51aa3388cc76236ddf37a5f6e81/lib/oidc/types/api.ts#L99), is `onExpiredToken`. ### What is...

bug

### Describe the bug? We have an issue that has evolved after switching to custom domains whereby the user is left with a blank page ### What is expected to...

bug

### Describe the bug When using the recover password On-Demand flow, the object being returned from `oktaAuth.idx.proceed({ authenticator: "okta_email" });` always has currentAuthenticatorEnrollment set to "phone". When passing in "okta_email...

bug

Corrected typo in list of routes

### Describe the bug okta-auth-js has a transitive dependency on 'unload' (direct dependency of [email protected]). This is being logged as an issue when running in the Chrome browser. https://chromestatus.com/feature/5579556305502208 ###...

bug

Hi, I am using vue 3 with vite build tool. Okta routing is working fine as expected when I am accessing the application but when I deployed in Dev Env...

bug