Skip to content

Commit c15feed

Browse files
committed
Added realm to config
1 parent b2d7a7f commit c15feed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kong/plugins/oidc/utils.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ function M.get_options(config, ngx)
4444
discovery = config.discovery,
4545
introspection_endpoint = config.introspection_endpoint,
4646
bearer_only = config.bearer_only,
47+
realm = config.realm,
4748
redirect_uri_path = config.redirect_uri_path or M.get_redirect_uri_path(ngx),
4849
scope = config.scope,
4950
response_type = config.response_type,

0 commit comments

Comments
 (0)