mod_http_oauth2/mod_http_oauth2.lua
changeset 5359 41a418ebc60b
parent 5358 39d59d857bfb
child 5360 959dc350f2ad
--- a/mod_http_oauth2/mod_http_oauth2.lua	Sat Apr 22 11:59:52 2023 +0200
+++ b/mod_http_oauth2/mod_http_oauth2.lua	Sat Apr 22 12:02:01 2023 +0200
@@ -662,7 +662,7 @@
 		logo_uri = { type = "string"; format = "uri" };
 		scope = { type = "string" };
 		contacts = { type = "array"; items = { type = "string" } };
-		tos_uri = { type = "string" };
+		tos_uri = { type = "string"; format = "uri" };
 		policy_uri = { type = "string"; format = "uri" };
 		jwks_uri = { type = "string"; format = "uri" };
 		jwks = { type = "object"; description = "JSON Web Key Set, RFC 7517" };