[java-identity-provider] branch main updated: Add AuditContext to renamed context list.
Scott Cantor
cantor.2 at osu.edu
Thu Jun 15 18:45:13 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=0063ecc84862d7b1f0c597a0de797508f7b8729c
The following commit(s) were added to refs/heads/main by this push:
new 0063ecc84 Add AuditContext to renamed context list.
0063ecc84 is described below
commit 0063ecc84862d7b1f0c597a0de797508f7b8729c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jun 15 14:45:10 2023 -0400
Add AuditContext to renamed context list.
---
.../src/main/resources/net/shibboleth/idp/conf/global-system.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
index 1c5edd6c5..765e3a902 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
@@ -128,6 +128,7 @@
<util:map id="shibboleth.ContextLookAsideMap">
<entry key="net.shibboleth.idp.profile.context.RelyingPartyContext" value="#{T(net.shibboleth.profile.context.RelyingPartyContext)}" />
+ <entry key="net.shibboleth.idp.profile.context.AuditContext" value="#{T(net.shibboleth.profile.context.AuditContext)}" />
</util:map>
<!-- This extends the original user-space resource list with the classpath-embedded message tree. -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list