[java-idp-oidc] 02/02: Updated map key to exploit constant from OidcEventIds.

Henri Mikkonen henri.mikkonen at iki.fi
Fri Jun 7 06:42:43 UTC 2024


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=506726885506e22104902cffdc826f13969b8578

commit 506726885506e22104902cffdc826f13969b8578
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Jun 7 09:41:52 2024 +0300

    Updated map key to exploit constant from OidcEventIds.
---
 .../src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index 9cbca38f..0ea9dd1b 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -619,7 +619,7 @@
                     value="#{T(net.shibboleth.oidc.profile.core.OidcError).MISSING_PKCE_CODE_CHALLENGE}" />
                 <entry key="#{T(net.shibboleth.oidc.profile.core.OidcEventIds).INVALID_PKCE_TRANSFORMATION_METHOD}"
                     value="#{T(net.shibboleth.oidc.profile.core.OidcError).INVALID_PKCE_TRANSFORMATION_METHOD}" />
-                <entry key="#{'InvalidScope'}"
+                <entry key="#{T(net.shibboleth.oidc.profile.core.OidcEventIds).INVALID_SCOPE}"
                     value="#{T(com.nimbusds.oauth2.sdk.OAuth2Error).INVALID_SCOPE}" />
             </map>
         </property>

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


More information about the commits mailing list