-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat(admin-ui): shift SESSION_TIMEOUT_IN_MINUTES
to admin-ui configuration in persistence
#1575
Comments
SESSION_TIMEOUT_IN_MINUTES
to admin-ui configuration in persistenceSESSION_TIMEOUT_IN_MINUTES
to admin-ui configuration in persistence
Signed-off-by: Jeet Viramgama <jviramgama5@gmail.com>
feat(admin-ui): fetch sessionTimeout from config response #1575
Add screens to set acr values and session-timeout from UI. |
@duttarnab It looks like this change may require a documentation update as well. Please evaluate the documentation aspect and make the change along with the code change within this PR itself. |
Signed-off-by: Jeet Viramgama <jviramgama5@gmail.com>
@ossdhaval Thanks for raising this point. I just raised another issue for docs as I was working on it parallelly. Kindly review it whenever possible. PR : #1583 |
approved ✔️ |
feat(admin-ui): screen to update session timeout #1575
Signed-off-by: Jeet Viramgama <jviramgama5@gmail.com>
Signed-off-by: Jeet Viramgama <jviramgama5@gmail.com>
Currently, Admin UI session time-out is present in
.env
file. So it is not possible for user to change timeout in Admin UI.The solution is to place this field in Admin UI configuration so the user can change it (whenever required).
https://github.com/GluuFederation/flex/blob/main/admin-ui/.env.tmp#L5
The text was updated successfully, but these errors were encountered: