[java-idp-plugin-oidc-rp] branch main updated: Add UserInfo endpoint lookup boolean to config

Phil Smart philip.smart at jisc.ac.uk
Tue Sep 20 11:16:01 UTC 2022


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=2fba7222d3824785e4ef3a55f25058553d2f49d7

The following commit(s) were added to refs/heads/main by this push:
     new 2fba722  Add UserInfo endpoint lookup boolean to config
2fba722 is described below

commit 2fba7222d3824785e4ef3a55f25058553d2f49d7
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Sep 20 12:15:56 2022 +0100

    Add UserInfo endpoint lookup boolean to config
---
 .../META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/idp-oidc-rp-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml b/idp-oidc-rp-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
index c33d401..611faff 100644
--- a/idp-oidc-rp-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
+++ b/idp-oidc-rp-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
@@ -26,6 +26,7 @@
         p:clientCredential="#{%{idp.authn.oidc.rp.discoveryRequired:false} == true ? {null} : getObject('shibboleth.authn.oidc.rp.DefaultCredential')}"
         p:tokenEndpointAuthMethods="%{idp.authn.oidc.rp.clientAuthenticationMethod:client_secret_basic}"
         p:responseMode="%{idp.authn.oidc.rp.responseMode:#{null}}"
+        p:retrieveUserInfoEndpointClaims="%{idp.authn.oidc.rp.useUserInfoEndpoint:true}"
         p:redirectUriOverride="%{idp.authn.oidc.rp.client.redirectURL:#{null}}"
         p:encryptRequestObject="%{idp.authn.oidc.rp.client.requestobject.encrypted:false}"
         p:signRequestObject="%{idp.authn.oidc.rp.client.requestobject.signed:true}"

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


More information about the commits mailing list