# HG changeset patch # User Kim Alvefur # Date 1687216431 -7200 # Node ID 697d799fe60169b7610275da253c89cedbf29985 # Parent d7fb8b266663e4bd5df6facad07d1fa971c27a8a mod_http_oauth2: Strip JWKS metadata since we do not understand that Maybe one day whatever this is will be understood, but not this day! diff -r d7fb8b266663 -r 697d799fe601 mod_http_oauth2/mod_http_oauth2.lua --- a/mod_http_oauth2/mod_http_oauth2.lua Tue Jun 20 01:11:34 2023 +0200 +++ b/mod_http_oauth2/mod_http_oauth2.lua Tue Jun 20 01:13:51 2023 +0200 @@ -934,8 +934,6 @@ contacts = { type = "array"; minItems = 1; items = { type = "string"; format = "email" } }; tos_uri = { type = "string"; format = "uri"; pattern = "^https:" }; policy_uri = { type = "string"; format = "uri"; pattern = "^https:" }; - jwks_uri = { type = "string"; format = "uri"; pattern = "^https:" }; - jwks = { type = "object"; description = "JSON Web Key Set, RFC 7517" }; software_id = { type = "string"; format = "uuid" }; software_version = { type = "string" }; };