Mercurial > prosody-modules
comparison mod_http_oauth2/mod_http_oauth2.lua @ 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 | 6f13200c9fc1 |
| children | d872a1cd8c1d |
comparison
equal
deleted
inserted
replaced
| 5387:e3fc52b40064 | 5388:832c515b1650 |
|---|---|
| 951 code_challenge_methods_supported = array(it.keys(verifier_transforms)); | 951 code_challenge_methods_supported = array(it.keys(verifier_transforms)); |
| 952 authorization_response_iss_parameter_supported = true; | 952 authorization_response_iss_parameter_supported = true; |
| 953 | 953 |
| 954 -- OpenID | 954 -- OpenID |
| 955 userinfo_endpoint = handle_register_request and module:http_url() .. "/userinfo" or nil; | 955 userinfo_endpoint = handle_register_request and module:http_url() .. "/userinfo" or nil; |
| 956 require_request_uri_registration = true; | |
| 957 }; | 956 }; |
| 958 }; | 957 }; |
| 959 }; | 958 }; |
| 960 }); | 959 }); |
| 961 | 960 |
