[java-idp-oidc] branch main updated: Switched PROFILE_ID reference for the OIDC.SSO profile

Henri Mikkonen henri.mikkonen at iki.fi
Fri Jun 13 12:31:51 UTC 2025


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=0a4aaa4a13766a3b75085ca2f393cd2c35e1d96d

The following commit(s) were added to refs/heads/main by this push:
     new 0a4aaa4a Switched PROFILE_ID reference for the OIDC.SSO profile
0a4aaa4a is described below

commit 0a4aaa4a13766a3b75085ca2f393cd2c35e1d96d
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Jun 13 15:30:28 2025 +0300

    Switched PROFILE_ID reference for the OIDC.SSO profile
    
    Use OIDCSSOProfileConfiguration instead of OIDCAuthorizationConfiguration like the RP plugin does
---
 .../net/shibboleth/idp/flows/oidc/authorize/authorize-beans.xml       | 4 ++--
 .../META-INF/net/shibboleth/idp/flows/oidc/token/token-beans.xml      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/authorize/authorize-beans.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/authorize/authorize-beans.xml
index a2369b79..2fa145e9 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/authorize/authorize-beans.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/authorize/authorize-beans.xml
@@ -10,7 +10,7 @@
     <bean id="shibboleth.oidc.browserProfile" class="java.lang.Boolean" c:_0="true" />
     
     <bean id="shibboleth.oidc.profileId" class="java.lang.String"
-        c:_0="#{T(net.shibboleth.oidc.profile.config.OIDCAuthorizationConfiguration).PROFILE_ID}" />
+        c:_0="#{T(net.shibboleth.oidc.profile.config.OIDCSSOProfileConfiguration).PROFILE_ID}" />
     
     <bean id="shibboleth.oidc.loggingId" class="java.lang.String" c:_0="%{idp.service.logging.oidcsso:OIDC.SSO}" />
 
@@ -1146,4 +1146,4 @@
         </constructor-arg>
     </bean>
 
-</beans>
\ No newline at end of file
+</beans>
diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/token/token-beans.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/token/token-beans.xml
index 51d086b8..602f119c 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/token/token-beans.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/token/token-beans.xml
@@ -11,7 +11,7 @@
         c:_0="#{T(net.shibboleth.oidc.profile.oauth2.config.OAuth2TokenConfiguration).PROFILE_ID}" />
 
     <bean id="shibboleth.oidc.legacyProfileId" class="java.lang.String"
-        c:_0="#{T(net.shibboleth.oidc.profile.config.OIDCAuthorizationConfiguration).PROFILE_ID}" />
+        c:_0="#{T(net.shibboleth.oidc.profile.config.OIDCSSOProfileConfiguration).PROFILE_ID}" />
 
     <bean id="shibboleth.oidc.loggingId" class="java.lang.String" c:_0="%{idp.service.logging.oidctoken:OIDC.Token}" />
 

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


More information about the commits mailing list