Ensure Doorkeeper OpenID issuer has trailing slash
requested to merge gitlab-community/gitlab:424464-webfinger-href-does-not-match-openid-configuration-issuer into master
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 |
---|---|
How to set up and validate locally
- Open http://127.0.0.1:3000/.well-known/openid-configuration
- Validate that
issuer
field of JSON response has correct value -"http://127.0.0.1:3000/"
Related to #424464