[java-idp-oidc] 02/02: Corrected 'request_uri_parameter_supported' claim value to true, as it's supported.
Henri Mikkonen
henri.mikkonen at iki.fi
Fri Mar 19 10:32:28 UTC 2021
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch main
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=320262a09d28025ffb035e25d0eb8110998ce9cb
commit 320262a09d28025ffb035e25d0eb8110998ce9cb
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Mar 19 12:03:27 2021 +0200
Corrected 'request_uri_parameter_supported' claim value to true, as it's supported.
---
.../net/shibboleth/idp/plugin/oidc/op/static/openid-configuration.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/static/openid-configuration.json b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/static/openid-configuration.json
index 1735e903..32010b07 100644
--- a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/static/openid-configuration.json
+++ b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/static/openid-configuration.json
@@ -88,7 +88,7 @@
],
"claims_parameter_supported":true,
"request_parameter_supported":true,
- "request_uri_parameter_supported":false,
+ "request_uri_parameter_supported":true,
"require_request_uri_registration":false,
"display_values_supported":[
"page"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list