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 b2d7a7f commit c15feedCopy full SHA for c15feed
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 = config.redirect_uri_path or M.get_redirect_uri_path(ngx),
49
scope = config.scope,
50
response_type = config.response_type,
0 commit comments