[java-idp-plugin-oidc-rp] branch main updated: Add missing property to properties file

Phil Smart philip.smart at jisc.ac.uk
Fri Apr 5 13:01:45 UTC 2024


This is an automated email from the git hooks/post-receive script.

philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-rp.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=00fb750cc7115b977cecfb0202775566225b6095

The following commit(s) were added to refs/heads/main by this push:
     new 00fb750  Add missing property to properties file
00fb750 is described below

commit 00fb750cc7115b977cecfb0202775566225b6095
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Apr 5 14:01:41 2024 +0100

    Add missing property to properties file
---
 .../shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-rp.properties   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-rp.properties b/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-rp.properties
index ef03dfd..5bd0a05 100644
--- a/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-rp.properties
+++ b/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-rp.properties
@@ -11,6 +11,8 @@ idp.authn.oidc.rp.client.redirecturl.allowedOrigins = https://localhost:8443
 #idp.authn.oidc.rp.client.userinfo.enabled = true
 #idp.authn.oidc.rp.client.userinfo.httpRequestMethod = GET
 
+## The HTTP method use to send the authorization request
+#idp.authn.oidc.rp.httpRequestMethod = GET
 ## Override the default response_mode for the given response_type
 #idp.authn.oidc.rp.client.responseMode = query
 ## Client authentication method.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list