Skip to content

Commit

Permalink
Logging oidcConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
yilmaztolga authored Mar 8, 2018
1 parent f4d9ed9 commit 3617a04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kong/plugins/oidc/handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ end

function handle(oidcConfig)
local response
ngx.log(ngx.DEBUG, "oidcConfig: " .. oidcConfig)
if oidcConfig.introspection_endpoint then
response = introspect(oidcConfig)
if response then
Expand Down

0 comments on commit 3617a04

Please sign in to comment.