[java-idp-plugin-oidc-config] branch main updated: Add UserInfo HTTP request method profile configuration property

Phil Smart philip.smart at jisc.ac.uk
Wed Mar 15 15:16:17 UTC 2023


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-config.

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

The following commit(s) were added to refs/heads/main by this push:
     new fef6ab3  Add UserInfo HTTP request method profile configuration property
fef6ab3 is described below

commit fef6ab3f713e9dd7dfb79bea87048a456a2ae17a
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Mar 15 15:16:11 2023 +0000

    Add UserInfo HTTP request method profile configuration property
---
 .../META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/oidc-config-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml b/oidc-config-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
index 400eabe..f69fbd8 100644
--- a/oidc-config-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
+++ b/oidc-config-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
@@ -65,6 +65,7 @@
         p:encryptRequestObject="%{idp.authn.oidc.rp.client.requestobject.encrypted:false}"
         p:signRequestObject="%{idp.authn.oidc.rp.client.requestobject.signed:true}"
         p:useRequestObject="%{idp.authn.oidc.rp.client.requestobject.supported:false}"
+        p:userInfoHttpRequestMethod="%{idp.authn.oidc.rp.client.userinfo.httpRequestMethod:GET}"
         p:scopes="%{idp.authn.oidc.rp.client.scopes:#{null}}">
         <property name="forceAuthnPredicate">
             <bean class="net.shibboleth.idp.saml.profile.config.logic.ProxyAwareForceAuthnPredicate" />

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


More information about the commits mailing list