doorkeeper-gem / doorkeeper-openid_connect

OpenID Connect extension for Doorkeeper
MIT License
173 stars 115 forks source link

fix .well-known/openid-connect issuer {} #160 #161

Closed fkowal closed 2 years ago

fkowal commented 2 years ago

issuer block introduced in #144 breaks the .well-known/openid-connect response

when configuring issuer using a block

Doorkeeper::OpenidConnect.configure do
  issuer do |resource_owner, application|
  ...
  end
end

the DiscoveryController.provider return a issuer: {}

this gives the user back the control