Feature: add duration to application settings
-
Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA. As a benefit of being a GitLab Community Contributor, you can request access to GitLab Duo.
What does this MR do and why?
fixes #377654
feat: set id token expiration to access token expiration
Signed-off-by: Henry Sachs Henry.Sachs@deutschebahn.com
after !172049 (closed) failed
@jocelynjane @shampton @iamricecake
References
Please include cross links to any resources that are relevant to this MR This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
How to set up and validate locally
- Start GitLab
- Go to Admin Settings
- Go to Preferences
- Set OIDC Timeout
- restart GitLab
- Create an OIDC Client via Applications
- set up local OIDC Tester (for example: https://github.com/auth0/openidconnect-playground) and have a look at the JWT Token Expiration
Edited by Henry Sachs