You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, team. I’m currently using okta auth release 5.11 in one of our app. For some reasons after some moment, when I call renew tokens I always get expired one. Attaching some screenshot to show current scopes in the project.
Here is some code snippet showing the usage:
Initializing oktaAuth:
We are using setTokens and renewTokens in some SSE event and that too when the connection fails, after some moment I get a token which has expiresAt and currentTime to only having a difference of 1 second. Am I missing something in renewTokens?
Few observations that I noted while monitoring my app:
After sometime when the SSE connection error happens, our app emits one Okta error: The client specified not to prompt, but the user is not logged in.
There is another type of issue which comes with SSE connection error and that too very sporadically. Error: Okta error: OAuth flow timed out
@ashishbairwa I see you're using offline_access. I just want to confirm you're using refresh tokens. When refreshing a token do you see network calls to /authorize or /token?
I'd suggestion you try upgrading to the latest version. 5.X has been retired
@jaredperreault-okta yes, I can see the call successfully happening to /token. I bumped up the version to stable 7.1.1 but still seeing the issue happening.
Describe the bug
Hi, team. I’m currently using okta auth release 5.11 in one of our app. For some reasons after some moment, when I call renew tokens I always get expired one. Attaching some screenshot to show current scopes in the project.
Here is some code snippet showing the usage:
Initializing oktaAuth:
Config options:
We are using setTokens and renewTokens in some SSE event and that too when the connection fails, after some moment I get a token which has expiresAt and currentTime to only having a difference of 1 second. Am I missing something in renewTokens?
Few observations that I noted while monitoring my app:
Okta error: The client specified not to prompt, but the user is not logged in
.Error: Okta error: OAuth flow timed out
Reproduction Steps?
Behaviour similar to #1445 (comment)
SDK Versions
System:
OS: macOS 14.5
CPU: (10) arm64 Apple M2 Pro
Memory: 60.28 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.4.0 - ~/.nvm/versions/node/v18.4.0/bin/node
npm: 8.12.1 - ~/.nvm/versions/node/v18.4.0/bin/npm
Browsers:
Brave Browser: 127.1.68.141
Chrome: 128.0.6613.85
Safari: 17.5
npmPackages:
@okta/okta-auth-js: 5.11.0 => 5.11.0
@okta/okta-react: 6.4.3 => 6.4.3
Additional Information?
No response
The text was updated successfully, but these errors were encountered: