[java-idp-oidc] branch main updated: JOIDC-87 Hashed IdP Session ID audit log token for OIDC

Henri Mikkonen henri.mikkonen at iki.fi
Tue Apr 12 11:09:41 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=e09984c703af732e3e16317380b22d0fe4eec467

The following commit(s) were added to refs/heads/main by this push:
     new e09984c7 JOIDC-87 Hashed IdP Session ID audit log token for OIDC
e09984c7 is described below

commit e09984c703af732e3e16317380b22d0fe4eec467
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Tue Apr 12 14:09:03 2022 +0300

    JOIDC-87 Hashed IdP Session ID audit log token for OIDC
    
    https://shibboleth.atlassian.net/browse/JOIDC-87
---
 .../src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml   | 6 ++++++
 1 file changed, 6 insertions(+)

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 87e184ad..394f3440 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
@@ -455,6 +455,12 @@
                         </constructor-arg>
                     </bean>
                 </entry>
+                <entry>
+                    <key>
+                        <util:constant static-field="net.shibboleth.idp.profile.IdPAuditFields.HASHED_SESSION_ID"/>
+                    </key>
+                    <ref bean="shibboleth.SessionIDHasher" />
+                </entry>
                 <entry>
                     <key>
                         <util:constant static-field="net.shibboleth.idp.profile.IdPAuditFields.ATTRIBUTES"/>

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


More information about the commits mailing list