[java-identity-provider] branch main updated: IDP-1992 - Add a DateAttributeValue type to avoid formatting conversions

Scott Cantor cantor.2 at osu.edu
Mon Aug 8 19:44:17 UTC 2022


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=8fb40b9c31f3b944146977edd73820afe41cc3df

The following commit(s) were added to refs/heads/main by this push:
     new 8fb40b9c3 IDP-1992 - Add a DateAttributeValue type to avoid formatting conversions
8fb40b9c3 is described below

commit 8fb40b9c31f3b944146977edd73820afe41cc3df
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Aug 8 15:44:15 2022 -0400

    IDP-1992 - Add a DateAttributeValue type to avoid formatting conversions
    
    https://shibboleth.atlassian.net/browse/IDP-1992
---
 .../resources/net/shibboleth/idp/conf/attribute-registry-system.xml     | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/attribute-registry-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/attribute-registry-system.xml
index 57c77cfb6..5d470f944 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/attribute-registry-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/attribute-registry-system.xml
@@ -20,6 +20,8 @@
         class="net.shibboleth.idp.saml.attribute.transcoding.impl.SAML2ByteAttributeTranscoder" />
     <bean id="SAML2XMLObjectTranscoder"
         class="net.shibboleth.idp.saml.attribute.transcoding.impl.SAML2XMLObjectAttributeTranscoder" />
+    <bean id="SAML2DateTimeTranscoder"
+        class="net.shibboleth.idp.saml.attribute.transcoding.impl.SAML2DateTimeAttributeTranscoder" />
         
     <bean id="SAML1StringTranscoder"
         class="net.shibboleth.idp.saml.attribute.transcoding.impl.SAML1StringAttributeTranscoder" />

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


More information about the commits mailing list