[java-identity-provider] branch master updated: Add some audit niceties.

Scott Cantor cantor.2 at osu.edu
Thu Feb 20 21:44:18 EST 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=a89083527d2389ea4e233b69cebc7326b47a29d3

The following commit(s) were added to refs/heads/master by this push:
       new  a890835   Add some audit niceties.
a890835 is described below

commit a89083527d2389ea4e233b69cebc7326b47a29d3
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 20 21:44:15 2020 -0500

    Add some audit niceties.
---
 idp-conf/src/main/resources/conf/audit.xml      | 13 +++++++++++++
 idp-conf/src/main/resources/conf/idp.properties |  5 ++++-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/idp-conf/src/main/resources/conf/audit.xml b/idp-conf/src/main/resources/conf/audit.xml
index a690ae0..a13bd4c 100644
--- a/idp-conf/src/main/resources/conf/audit.xml
+++ b/idp-conf/src/main/resources/conf/audit.xml
@@ -30,4 +30,17 @@
         <value>http://shibboleth.net/ns/profiles/mdquery</value>
     </util:list>
 
+    <util:map id="shibboleth.AuditFieldReplacementMap">
+        <entry key="urn:oasis:names:tc:SAML:1.0:am:password" value="password" />
+        <entry key="urn:oasis:names:tc:SAML:2.0:ac:classes:Password" value="password" />
+        <entry key="urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport" value="password" />
+        <entry key="urn:mace:shibboleth:1.0:nameIdentifier" value="transient" />
+        <entry key="urn:oasis:names:tc:SAML:2.0:nameid-format:transient" value="transient" />
+        <entry key="urn:oasis:names:tc:SAML:2.0:nameid-format:persistent" value="persistent" />
+        <entry key="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress" value="emailAddress" />
+        <entry key="urn:oasis:names:tc:SAML:2.0:status:Success" value="Success" />
+        <entry key="urn:oasis:names:tc:SAML:2.0:status:Requester" value="Requester" />
+        <entry key="urn:oasis:names:tc:SAML:2.0:status:Responder" value="Responder" />
+    </util:map>
+
 </beans>
diff --git a/idp-conf/src/main/resources/conf/idp.properties b/idp-conf/src/main/resources/conf/idp.properties
index 8309eb3..e00597b 100644
--- a/idp-conf/src/main/resources/conf/idp.properties
+++ b/idp-conf/src/main/resources/conf/idp.properties
@@ -221,4 +221,7 @@ idp.ui.fallbackLanguages=en,fr,de
 #idp.fticks.algorithm=SHA-256
 #idp.fticks.salt=somethingsecret
 #idp.fticks.loghost=localhost
-#idp.fticks.logport=514
\ No newline at end of file
+#idp.fticks.logport=514
+
+# Set false if you want SAML bindings "spelled out" in audit log
+idp.audit.shortenBindings = true
\ No newline at end of file

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


More information about the commits mailing list