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

Apple is preventing the cross-site tracking in version 13.1 and this is causing "session/me" and "getwithoutprompt" calls to fail.

Hello, As far as I know, the function `token.getWithoutPrompt` works by requiring the user to accept third-party cookies. Are there plans to address this soon? if so, is there a...

We created application in reactJs using Okta sign widget for SSO login and inside we import tableau dashboard as an iframe which require SSO Okta login. Working as expected in...

My system is having issues with default encoder for cookies, can you add support for a options value in the config to do the following https://www.npmjs.com/package/js-cookie#converters, i noticed that was...

priority-pending
OKTA-383725

Started updating from 2.x.x to 4.x.x and immediately ran into some problems with storing the idToken returned from the redirect callback while using `cookie` storage. Given the following code ```javascript...

I think thats done here `/api/v1/users/me/lifecycle/delete_sessions` huh? any efforts to support?

Autorenew of tokenmanager works fine when thr is session but if there is no session active,tokenmanager try to renew a token and same time it removes the old token from...

question

Recently we added a few new claim values but those have been there for a week or so and showing up in the JWT tokens. Suddenly yesterday I started getting...

Currently, clock skew errors (future token and already expired token) aren't detectable without interrogating the error messages directly, which isn't great practice. My current clients have many offices and some...

enhancement