[java-idp-oidc] branch main updated: JOIDC-126 - The scope identifier does not work in audit logging

Henri Mikkonen henri.mikkonen at iki.fi
Fri Sep 2 11:20: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=8bad2c14da39aaabfeead5e877ef61f01a270021

The following commit(s) were added to refs/heads/main by this push:
     new 8bad2c14 JOIDC-126 - The scope identifier does not work in audit logging
8bad2c14 is described below

commit 8bad2c14da39aaabfeead5e877ef61f01a270021
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Sep 2 14:19:43 2022 +0300

    JOIDC-126 - The scope identifier does not work in audit logging
    
    https://shibboleth.atlassian.net/browse/JOIDC-126
    
    Wired the correct lookup function.
---
 .../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 65625cfa..b038957a 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
@@ -503,7 +503,7 @@
                     <key>
                         <util:constant static-field="net.shibboleth.idp.plugin.oidc.op.audit.AuditFields.SCOPE"/>
                     </key>
-                    <bean class="net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.ValidatedAudienceLookupFunction" />
+                    <bean class="net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.ValidatedScopeLookupFunction" />
                 </entry>
                 <entry>
                     <key>

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


More information about the commits mailing list