changeset 5388:832c515b1650

Back out 6f13200c9fc1: Confused request URI with redirect URI redirect_uris is already marked as required in RFC7591
author Kim Alvefur <zash@zash.se>
date Sat, 29 Apr 2023 15:47:03 +0200
parents e3fc52b40064
children d872a1cd8c1d
files mod_http_oauth2/mod_http_oauth2.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_http_oauth2/mod_http_oauth2.lua	Sat Apr 29 14:06:51 2023 +0200
+++ b/mod_http_oauth2/mod_http_oauth2.lua	Sat Apr 29 15:47:03 2023 +0200
@@ -953,7 +953,6 @@
 
 				-- OpenID
 				userinfo_endpoint = handle_register_request and module:http_url() .. "/userinfo" or nil;
-				require_request_uri_registration = true;
 			};
 		};
 	};