# HG changeset patch
# User Kim Alvefur
# Date 1679585288 -3600
# Node ID 3a1df3adad0ca47f936a31275763d04a9ddf2ba2
# Parent 7acf73d2ebb5f1c3cbef5918e4e74ec355089105
mod_http_oauth2: Allow user to decide which requested scopes to grant
These should at the very least be shown to the user, so they can decide
whether to grant them.
Considered whether to filter the requested scopes down to actually
understood scopes that would be granted, but decided that this was a bit
complex for a first step, since role role selection and other kinds of
scopes are mixed into the same field here.
diff -r 7acf73d2ebb5 -r 3a1df3adad0c mod_http_oauth2/html/consent.html
--- a/mod_http_oauth2/html/consent.html Thu Mar 23 16:19:09 2023 +0100
+++ b/mod_http_oauth2/html/consent.html Thu Mar 23 16:28:08 2023 +0100
@@ -37,6 +37,9 @@