[java-idp-plugin-oidc-rp] branch main updated: JOIDCRP-63 - Flow descriptor is missing wiring for subjectDecorator

Phil Smart philip.smart at jisc.ac.uk
Mon May 20 14:24:14 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=5861beb573ef9cc1ab0dcce80374f7f0790ca773

The following commit(s) were added to refs/heads/main by this push:
     new 5861beb  JOIDCRP-63 - Flow descriptor is missing wiring for subjectDecorator
5861beb is described below

commit 5861beb573ef9cc1ab0dcce80374f7f0790ca773
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon May 20 15:24:12 2024 +0100

    JOIDCRP-63 - Flow descriptor is missing wiring for subjectDecorator
    
     - Wire up the subject decorator in the authn flow descriptor
    
    https://shibboleth.atlassian.net/browse/JOIDCRP-63
---
 .../src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml      | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/idp-oidc-rp-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/idp-oidc-rp-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index 96dc9e0..c50588f 100644
--- a/idp-oidc-rp-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/idp-oidc-rp-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -254,7 +254,8 @@
         p:lifetime="%{idp.authn.oidc.rp.lifetime:%{idp.authn.defaultLifetime:PT1H}}"
         p:inactivityTimeout="%{idp.authn.oidc.rp.inactivityTimeout:%{idp.authn.defaultTimeout:PT30M}}"
         p:reuseCondition-ref="#{'%{idp.authn.oidc.rp.reuseCondition:shibboleth.Conditions.TRUE}'.trim()}"
-        p:activationCondition-ref="#{'%{idp.authn.oidc.rp.activationCondition:shibboleth.Conditions.TRUE}'.trim()}">
+        p:activationCondition-ref="#{'%{idp.authn.oidc.rp.activationCondition:shibboleth.Conditions.TRUE}'.trim()}"
+        p:subjectDecorator="#{getObject('%{idp.authn.oidc.rp.subjectDecorator:}'.trim())}">
         <property name="supportedPrincipalsByString">
             <bean parent="shibboleth.CommaDelimStringArray"
                 c:_0="#{'%{idp.authn.oidc.rp.supportedPrincipals:}'.trim()}" />

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


More information about the commits mailing list