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
If I change accounts when using OAuth 2.0 authentication, I expect all of the requests in that folder to use the new account. But unfortunately, requests use the stale (previous) OAuth 2.0 Token after clearing OAuth 2 session and clearing and retrieving a new token with a different account.
Actual Behavior
I am using Insomnia in scratch pad mode. I have a folder set up with OAuth 2.0 authentication. The requests inside the folder are set to inherit auth from parent. Unfortunately, when the parent folder has a new account authenticated, the underlying requests never use the new account.
I've tried "Clear OAuth 2 session" as well as "Clear" and "Refresh Token" on the OAuth 2 tab. I've also tried all of these after rebooting the application. The requests will continue to use the old account even though the new JWT access token on the OAuth 2 tab on the folder clearly shows that new account that it should be using.
Reproduction Steps
In Scratch Pad mode, create a folder with OAuth 2.0 authentication with at least one request in it.
Authenticate with an account and run your request, checking that the account is the correct one.
Go back and login with a different account at the folder level.
You should see that you request will never use the new account.
I just tried the latest beta version (10.3.2-beta0) but I'm still observing the same behavior where changing my credentials at the folder level does not change the JWT bearer token getting sent in the underlying requests. It continues to use the first set of credentials even if a clear my OAuth session and clear / reauthenticate to get a new JWT value.
Expected Behavior
If I change accounts when using OAuth 2.0 authentication, I expect all of the requests in that folder to use the new account. But unfortunately, requests use the stale (previous) OAuth 2.0 Token after clearing OAuth 2 session and clearing and retrieving a new token with a different account.
Actual Behavior
I am using Insomnia in scratch pad mode. I have a folder set up with OAuth 2.0 authentication. The requests inside the folder are set to inherit auth from parent. Unfortunately, when the parent folder has a new account authenticated, the underlying requests never use the new account.
I've tried "Clear OAuth 2 session" as well as "Clear" and "Refresh Token" on the OAuth 2 tab. I've also tried all of these after rebooting the application. The requests will continue to use the old account even though the new JWT access token on the OAuth 2 tab on the folder clearly shows that new account that it should be using.
Reproduction Steps
Is there an existing issue for this?
Which sync method do you use?
Additional Information
No response
Insomnia Version
10.3.1
What operating system are you using?
Windows
Operating System Version
Windows 10 Enterprise Version 22H2 OS build 19045.5371
Installation method
corporate install
Last Known Working Insomnia version
No response
The text was updated successfully, but these errors were encountered: