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=bbfe2b7df62af05fcbf09ed8c823fc1cc0c5da1b
The following commit(s) were added to refs/heads/main by this push:
new bbfe2b7df Token seed for testbed testing.
bbfe2b7df is described below
commit bbfe2b7df62af05fcbf09ed8c823fc1cc0c5da1b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 4 21:42:46 2021 -0500
Token seed for testbed testing.
---
idp-conf/src/test/resources/conf/global.xml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/idp-conf/src/test/resources/conf/global.xml b/idp-conf/src/test/resources/conf/global.xml
index a840c1f70..c80e55d31 100644
--- a/idp-conf/src/test/resources/conf/global.xml
+++ b/idp-conf/src/test/resources/conf/global.xml
@@ -82,5 +82,19 @@
<jdbc:initialize-database data-source="testbed.JDBCDataSource" ignore-failures="ALL">
<jdbc:script location="classpath:/test/test-jdbc.sql"/>
</jdbc:initialize-database>
+
+ <!--
+ <bean id="shibboleth.authn.TOTP.SeedSource" parent="shibboleth.authn.TOTP.StaticSeedSource">
+ <property name="seeds">
+ <map>
+ <entry key="jdoe">
+ <list>
+ <value>K44GQWBAI54IQELEGYPDZG5LAJ6EJX73</value>
+ </list>
+ </entry>
+ </map>
+ </property>
+ </bean>
+ -->
</beans>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.