[java-idp-oidc] branch main updated: IDP-1855 - Non-SAML flows should populate the "p" audit field
Scott Cantor
cantor.2 at osu.edu
Mon Aug 29 20:42:44 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor 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=ebb8892abee7e4a02725e37548159ad6ef8f1841
The following commit(s) were added to refs/heads/main by this push:
new ebb8892a IDP-1855 - Non-SAML flows should populate the "p" audit field
ebb8892a is described below
commit ebb8892abee7e4a02725e37548159ad6ef8f1841
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Aug 29 16:42:41 2022 -0400
IDP-1855 - Non-SAML flows should populate the "p" audit field
https://shibboleth.atlassian.net/browse/IDP-1855
Add "p" field to OP audit fields.
---
.../main/resources/META-INF/net.shibboleth.idp/postconfig.xml | 10 ++++++++++
1 file changed, 10 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 acbfef4a..65625cfa 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
@@ -341,6 +341,16 @@
</key>
<bean class="net.shibboleth.idp.plugin.oidc.op.audit.impl.InboundMessageClassLookupFunction" />
</entry>
+ <entry>
+ <key>
+ <util:constant static-field="net.shibboleth.idp.saml.profile.SAMLAuditFields.PROTOCOL"/>
+ </key>
+ <bean parent="shibboleth.Functions.Constant">
+ <constructor-arg>
+ <util:constant static-field="net.shibboleth.oidc.saml.xmlobject.Constants.OIDC_PROTOCOL_URI" />
+ </constructor-arg>
+ </bean>
+ </entry>
<entry>
<key>
<util:constant static-field="net.shibboleth.idp.plugin.oidc.op.audit.AuditFields.IS_PASSIVE"/>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list