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

We have an issue with the **Microsoft Teams desktop client app** while accessing using open ID connect, it is working with the Teams web app though. Here is the Okta...

The current defaults around `restoreOriginalUri` make applications vulnerable to insecure redirects. An attacker has the ability to send the user to an arbitrary page if a `originalUri` is being set...

I am experiencing intermittent signOut failure on safari with the @okta/okta-angular sdk. I have recreated this in https://github.com/danielprice-cds/OktaSample. My own debugging seemed to reveal that it the failure coincided with...

first, I thought it would be an easy setup. but for some reason, auto-renewal of tokens is not happening. I have followed the below example https://github.com/okta/samples-js-react/tree/master/custom-login here is my setup....

### Issue there is a call to `TransactionManager.load` method in `parseFromUrl` method. https://github.com/okta/okta-auth-js/blob/5c304f86be9bb3169edfb7620f6650ba6aaba45c/lib/oidc/parseFromUrl.ts#L68 This method returns `null` under some conditions, e.g. if `legacyWidgetSupport` set to `false`. Then the app fails...

[OKTA-412078](https://oktainc.atlassian.net/browse/OKTA-412078) Issue background: * multiple tabs have application opened on a protected route * when one tab initiates logout, it clears tokens from localStorage, triggering authState update in other tabs...

I've updated to version 5.2.3 and found that I get an error when I try to set the storage option in tokenManager in the oktaAuth config object. ``` const config:...

Got a request to file a **GH issue against the Auth JS SKE** when I posted this issue to the Okta Developers forum regarding a "stuck JWT signing key". The...

Until recently Okta initiated login to our SPA worked just fine (via Okta dashboard) Recently it stopped working after recreation of app in Okta... It looks like these (okta-auth-js and...

question

From my understanding currently if I want to create an account I have two options: 1. go with the privileged server (e.g. https://github.com/okta/okta-sdk-nodejs) 2. Create Account via [Okta Hosted Page](https://developer.okta.com/docs/concepts/okta-hosted-flows/)...