Update Doorkeeper to version 5.8.0

What does this MR do and why?

Changelog: changed

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

OIDC still works locally with these changes (this is an auth code from my GDK, not a publicly accessible GitLab instance):

Screenshot_2024-11-22_at_2.00.03_PM

How to set up and validate locally

To test that OIDC is still working with these changes:

  1. Log into gitlab as an administrator
  2. Create an oauth application with the openid scope at GDK_ROOT/admin/applications
  3. Visit https://oidcdebugger.com/ and enter the following:
    1. Authorize_url: GDK_ROOT/oauth/authorize
    2. Redirect URI: https://oidcdebugger.com/debug
    3. Client id: client id from created oauth app
    4. Scope: openid
    5. Response type: select code
  4. Select "send request" button to test OIDC flow
Edited by Jessie Young

Merge request reports

Loading