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? Situation: I have bookmarked a page from my site suppose “http://localhost:3000/#/ADMINUSER/7B73A5F28B664974B1F5081B6423BCA3/Navigation.Input.20000Cum14perio” and now i have not used the site for so long but the second day...

bug

### Describe the feature request? When using signInWithRedirect() it is possible to pass both the idp as well as the loginHint parameter. When the IdP specified is also an OIDC...

enhancement

### Describe the bug? It is not currently possible to add custom claims to the return value for `getUser`. The following code will produce a typescript error ![Screen Shot 2022-04-26...

bug

### Describe the bug? ![image](https://user-images.githubusercontent.com/71699555/169560863-4cb79ef6-a7d8-4054-a5d6-e9a1f3d16012.png) ### What is expected to happen? Ideally, It should silently renew the tokens. ### What is the actual behavior? this process is intermittently working. for...

bug

I am running the samples-js-react/custom-login sample. With version 3.2.3 of okta-auth-js installed (as a dependency of @okta/[email protected]), this sample works fine. Today, I uninstalled and reinstalled @okta/[email protected] and as a...

I need to implement a forgot password flow in a react native app that works as follows. App deeplink flow: 1. Click forgot password button in app 2. Receive email...