Software /
code /
prosody-modules
Changeset
5560:697d799fe601
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!
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 20 Jun 2023 01:13:51 +0200 |
parents | 5559:d7fb8b266663 |
children | 5561:d6ab6f0bd96e |
files | mod_http_oauth2/mod_http_oauth2.lua |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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" }; };