Closed fkowal closed 2 years ago
issuer block introduced in #144 breaks the .well-known/openid-connect response
issuer
.well-known/openid-connect
when configuring issuer using a block
Doorkeeper::OpenidConnect.configure do issuer do |resource_owner, application| ... end end
the DiscoveryController.provider return a issuer: {}
DiscoveryController.provider
issuer: {}
this gives the user back the control
issuer
block introduced in #144 breaks the.well-known/openid-connect
responsewhen configuring issuer using a block
the
DiscoveryController.provider
return aissuer: {}
this gives the user back the control