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? Subscribing to the authStateManager, according to [documentation](https://github.com/okta/okta-auth-js#authstatemanagersubscribehandler): ``` const oktaAuth = new OktaAuth(config); oktaAuth.authStateManager.subscribe(authState => { console.log(authState.isAuthenticated); }); ``` i would expect to receive a callback...

bug

Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

### Describe the bug? I’m using @okta/okta-auth-js client for signing Okta users to the website. ``` import { OktaAuth } from '@okta/okta-auth-js'; const authOktaClient = new OktaAuth({ issuer: oktaData.issuer, clientId:...

bug

### Describe the feature request? I am experiencing an issue where the Jwt is expiring in the background, and a new token is not being requested. This appears to be...

enhancement

### Describe the bug? Hello, Community After I tried to launch an app using the Okta dashboard, I had a problem; it displays old user information (perhaps because the local...

bug

Using embedded SIW. https://user-images.githubusercontent.com/47947204/169926486-d6d4294d-97a4-42a9-b242-2f5febc6bb36.mov Custom code added: ``` signIn.on('afterRender', function() { document.querySelectorAll('.okta-idps-container .social-auth-button').forEach(function (el) { el.onclick = function(event) { event.preventDefault(); openPopup(el.href, { popupTitle: el.innerText }); } }); }); ``` Using...

### Describe the bug? When we use the OpenIdConnect Events in an MVC Client, we add custom parameters to the request using the event. The /authorize endpoint has the items...

bug

### Describe the bug? Yarn generates a warning in any project using the published version of this library from NPM. warning Workspaces can only be enabled in private projects. The...

bug

### Describe the bug? When [IdP Routing Rules](https://help.okta.com/oie/en-us/Content/Topics/Security/configure-routing-rules.htm) are configured for my Okta tenant, some users are unable to complete the login process and are presented with this error: ![Okta...

bug