[java-idp-oidc] 02/02: Add built-in transcoder beans here for now for tests.

Scott Cantor cantor.2 at osu.edu
Fri Jan 10 11:40:39 EST 2020


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

scantor pushed a commit to branch master
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=6c8a6080ac4ce953d2d581aefea8168f73cc2bd6

commit 6c8a6080ac4ce953d2d581aefea8168f73cc2bd6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jan 10 11:40:32 2020 -0500

    Add built-in transcoder beans here for now for tests.
---
 .../src/test/resources/conf/global-oidc.xml                    | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/idp-oidc-extension-impl/src/test/resources/conf/global-oidc.xml b/idp-oidc-extension-impl/src/test/resources/conf/global-oidc.xml
index 3f05f18..d150627 100644
--- a/idp-oidc-extension-impl/src/test/resources/conf/global-oidc.xml
+++ b/idp-oidc-extension-impl/src/test/resources/conf/global-oidc.xml
@@ -59,5 +59,15 @@
         <value>sub</value>
     </util:list>
 
+    <!-- Necessary for encoder parsing to function, normally part of registry wiring. -->
+    
+    <bean id="OIDCByteTranscoder"
+        class="org.geant.idpextension.oidc.attribute.transcoding.impl.OIDCByteAttributeTranscoder" />
+
+    <bean id="OIDCStringTranscoder"
+        class="org.geant.idpextension.oidc.attribute.transcoding.impl.OIDCStringAttributeTranscoder" />
+
+    <bean id="OIDCScopedStringTranscoder"
+        class="org.geant.idpextension.oidc.attribute.transcoding.impl.OIDCScopedStringAttributeTranscoder" />
 
 </beans>
\ 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