jenskeiner commented on a change in pull request #2903:
URL: https://github.com/apache/apisix/pull/2903#discussion_r533156266
##########
File path: apisix/plugins/openid-connect.lua
##########
@@ -40,7 +41,11 @@ local schema = {
logout_path = {type = "string"}, -- default is /logout
redirect_uri = {type = "string"}, -- default is ngx.var.request_uri
public_key = {type = "string"},
- token_signing_alg_values_expected = {type = "string"}
+ token_signing_alg_values_expected = {type = "string"},
+ set_access_token_header = {type = "boolean"}, -- default is true
Review comment:
Sure, hadn't seen it before. Will change.
##########
File path: apisix/plugins/openid-connect.lua
##########
@@ -40,7 +41,11 @@ local schema = {
logout_path = {type = "string"}, -- default is /logout
redirect_uri = {type = "string"}, -- default is ngx.var.request_uri
public_key = {type = "string"},
- token_signing_alg_values_expected = {type = "string"}
+ token_signing_alg_values_expected = {type = "string"},
+ set_access_token_header = {type = "boolean"}, -- default is true
Review comment:
Sure, hadn't seen it before.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]