[java-idp-oidc] branch main updated: JOIDC-139 - Add property for defining c14n flows for the OAuth2Client flow

Henri Mikkonen henri.mikkonen at iki.fi
Fri Nov 25 06:52:34 UTC 2022


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

hjmikkon pushed a commit to branch main
in repository java-idp-oidc.

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

The following commit(s) were added to refs/heads/main by this push:
     new 2972dfea JOIDC-139 - Add property for defining c14n flows for the OAuth2Client flow
2972dfea is described below

commit 2972dfead804cf201d951e9682fccab006a1a656
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Nov 25 08:51:50 2022 +0200

    JOIDC-139 - Add property for defining c14n flows for the OAuth2Client flow
    
    https://shibboleth.atlassian.net/browse/JOIDC-139
    
    New property: idp.authn.OAuth2Client.c14n.postLoginFlows, defaults to
    shibboleth.PostLoginSubjectCanonicalizationFlows.
---
 .../net/shibboleth/idp/flows/authn/OAuth2Client/OAuth2Client-beans.xml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OAuth2Client/OAuth2Client-beans.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OAuth2Client/OAuth2Client-beans.xml
index 572e863a..989c5ef2 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OAuth2Client/OAuth2Client-beans.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OAuth2Client/OAuth2Client-beans.xml
@@ -79,7 +79,7 @@
     
     <bean id="PopulateSubjectCanonicalizationContext"
         class="net.shibboleth.idp.authn.impl.PopulateSubjectCanonicalizationContext" scope="prototype"
-        p:availableFlows-ref="shibboleth.PostLoginSubjectCanonicalizationFlows" />
+        p:availableFlows-ref="%{idp.authn.OAuth2Client.c14n.postLoginFlows:shibboleth.PostLoginSubjectCanonicalizationFlows}" />
         
     <!-- Default validators equivalent to previous versions. -->
     

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


More information about the commits mailing list