Skip to content

Ensure Doorkeeper OpenID issuer has trailing slash

What does this MR do and why?

This MR adds trailing slash (if needed) to Doorkeeper::OpenidConnect.configuration.issuer

Screenshots or screen recordings

Before After
before after

How to set up and validate locally

  1. Open http://127.0.0.1:3000/.well-known/openid-configuration
  2. Validate that issuer field of JSON response has correct value - "http://127.0.0.1:3000/"

Related to #424464

Merge request reports