mod_http_oauth2/mod_http_oauth2.lua
changeset 5458 6970c73711c2
parent 5457 7dc429b7c3f3
child 5459 80a81e7f3c4e
--- a/mod_http_oauth2/mod_http_oauth2.lua	Tue May 16 20:56:57 2023 +0200
+++ b/mod_http_oauth2/mod_http_oauth2.lua	Tue May 16 21:04:31 2023 +0200
@@ -754,7 +754,7 @@
 		"redirect_uris";
 	};
 	properties = {
-		redirect_uris = { type = "array"; minItems = 1; items = { type = "string"; format = "uri" } };
+		redirect_uris = { type = "array"; minItems = 1; uniqueItems = true; items = { type = "string"; format = "uri" } };
 		token_endpoint_auth_method = {
 			type = "string";
 			enum = { "none"; "client_secret_post"; "client_secret_basic" };