We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3576a92 commit e02812bCopy full SHA for e02812b
kong/plugins/oidc/utils.lua
@@ -44,6 +44,7 @@ function M.get_options(config, ngx)
44
discovery = config.discovery,
45
introspection_endpoint = config.introspection_endpoint,
46
bearer_only = config.bearer_only,
47
+ realm = config.realm,
48
redirect_uri_path = M.get_redirect_uri_path(ngx),
49
scope = config.scope,
50
response_type = config.response_type,
0 commit comments