mod_http_oauth2: Strip JWKS metadata since we do not understand that
authorKim Alvefur <zash@zash.se>
Tue, 20 Jun 2023 01:13:51 +0200
changeset 5564 697d799fe601
parent 5563 d7fb8b266663
child 5565 d6ab6f0bd96e
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!
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" };
 	};