Advertisement
rghose

HOTP.xml

Aug 12th, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  4.  
  5. Copyright (c) 2009 Sun Microsystems Inc. All Rights Reserved
  6.  
  7. The contents of this file are subject to the terms
  8. of the Common Development and Distribution License
  9. (the License). You may not use this file except in
  10. compliance with the License.
  11.  
  12. You can obtain a copy of the License at
  13. https://opensso.dev.java.net/public/CDDLv1.0.html or
  14. opensso/legal/CDDLv1.0.txt
  15. See the License for the specific language governing
  16. permission and limitations under the License.
  17.  
  18. When distributing Covered Code, include this CDDL
  19. Header Notice in each file and include the License file
  20. at opensso/legal/CDDLv1.0.txt.
  21. If applicable, add the following below the CDDL Header,
  22. with the fields enclosed by brackets [] replaced by
  23. your own identifying information:
  24. "Portions Copyrighted [year] [name of copyright owner]"
  25.  
  26. $Id: HOTP.xml,v 1.1 2009/03/24 23:52:13 pluo Exp $
  27.  
  28. -->
  29. <!--
  30. Portions Copyrighted 2012-2013 ForgeRock Inc
  31. Portions Copyrighted 2012 Nomura Research Institute, Ltd
  32. -->
  33.  
  34. <!DOCTYPE ModuleProperties PUBLIC "=//iPlanet//Authentication Module Properties XML Interface 1.0 DTD//EN"
  35. "jar://com/sun/identity/authentication/Auth_Module_Properties.dtd">
  36.  
  37.  
  38. <ModuleProperties moduleName="HOTP" version="1.0" >
  39. <Callbacks length="0" order="1" timeout="120" header="#WILL NOT BE SHOWN#" />
  40. <Callbacks length="2" order="2" timeout="120" header="Please enter your One Time Password sent on your registered Email or Mobile, or request a new one" >
  41. <PasswordCallback echoPassword="false" >
  42. <Prompt> Enter OTP </Prompt>
  43. </PasswordCallback>
  44. <ConfirmationCallback>
  45. <OptionValues>
  46. <OptionValue>
  47. <Value> Submit </Value>
  48.  
  49. </OptionValue>
  50. <OptionValue>
  51. <Value> Request OTP </Value>
  52. </OptionValue>
  53. </OptionValues>
  54. </ConfirmationCallback>
  55. </Callbacks>
  56. </ModuleProperties>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement