-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redirect after reauthentication #10963
Labels
Comments
We are also seeing this problem with a low token expiration.
|
hashishaw
added a commit
that referenced
this issue
Feb 9, 2024
hashishaw
added a commit
that referenced
this issue
Feb 9, 2024
* Redirect after logging in from token expiry. Fixes #10963 * Add changelog
This was referenced Feb 9, 2024
hashishaw
added a commit
that referenced
this issue
Feb 9, 2024
* Redirect after logging in from token expiry. Fixes #10963 * Add changelog
hashishaw
added a commit
that referenced
this issue
Feb 9, 2024
Monkeychip
pushed a commit
that referenced
this issue
Feb 12, 2024
* Redirect after logging in from token expiry. Fixes #10963 * Add changelog
Monkeychip
pushed a commit
that referenced
this issue
Feb 12, 2024
* Redirect after logging in from token expiry. Fixes #10963 * Add changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
In the web ui, when you try to view a secret (foo/bar) with an expired token, you are asked to reauthenticate (Error - Your token expired...). When authenticated you are redirected to the root path instead of to foo/bar. When you don't have a token previously and authenticate you are redirected to foo/bar. The behavior is confirmed with LDAP and token as authentication method.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Redirect/stay on foo/bar after reauthentication
Environment:
vault status
): 1.6.0vault version
): 1.6.0Vault server configuration file(s):
Additional context
The text was updated successfully, but these errors were encountered: