# HG changeset patch # User Kim Alvefur # Date 1682776023 -7200 # Node ID 832c515b1650cc43e2f680f9f93876529bfd68f5 # Parent e3fc52b400644915a9b3cd6534431223f46f32c9 Back out 6f13200c9fc1: Confused request URI with redirect URI redirect_uris is already marked as required in RFC7591 diff -r e3fc52b40064 -r 832c515b1650 mod_http_oauth2/mod_http_oauth2.lua --- 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; }; }; };