membphis commented on code in PR #11824: URL: https://github.com/apache/apisix/pull/11824#discussion_r2196477496
########## apisix/plugins/openid-connect.lua: ########## @@ -528,6 +541,18 @@ local function required_scopes_present(required_scopes, http_scopes) return true end +local function validate_claims_in_oidcauth_response(resp, conf) + if not conf.claim_schema then + return true, nil Review Comment: ```suggestion return true ``` -- 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. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org