[java-oidc-common] branch dev/JCOMOIDC-48 updated: Use getObject for issuer lookup

Phil Smart philip.smart at jisc.ac.uk
Fri Feb 3 10:04:41 UTC 2023


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

philsmart pushed a commit to branch dev/JCOMOIDC-48
in repository java-oidc-common.

View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=664d5a8854dd491a39e06c01e760b0184818394b

The following commit(s) were added to refs/heads/dev/JCOMOIDC-48 by this push:
     new 664d5a8  Use getObject for issuer lookup
664d5a8 is described below

commit 664d5a8854dd491a39e06c01e760b0184818394b
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Feb 3 10:04:38 2023 +0000

    Use getObject for issuer lookup
---
 .../META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oidc-common-profile-api/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml b/oidc-common-profile-api/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
index b59c919..edb0aa2 100644
--- a/oidc-common-profile-api/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
+++ b/oidc-common-profile-api/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
@@ -38,7 +38,7 @@
 
 <!-- p:claimsValidator-ref="DefaultJWTClaimsValidator" -->
     <bean id="AbstractOIDCSSOProfile" parent="AbstractOIDCProfile" abstract="true" 
-        p:issuer-ref="issuer"        
+        p:issuer="#{getObject('shibboleth.oidc.issuer')}"        
         p:tokenEndpointAuthMethods="%{idp.oidc.tokenEndpointAuthMethods:client_secret_basic,client_secret_poster,client_secret_jwt,private_key_jwt}"
         p:claimsValidator="#{getObject('shibboleth.oidc.DefaultJWTClaimsValidator')}"
         p:encryptionOptional="%{idp.oidc.encryptionOptional:true}"

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


More information about the commits mailing list