1. Beyond Pidgen (initial forced-setting event) and MyVT (user-driven setting event), should there be other places where sspr preferences should be set?
  2. Should the "allow me to call 4Help" option be true as default?
  3. What should we say to the user concerning the use/exposure of their cell number?
  4. Should we be concerned about the sms message being intercepted if we only accept the message if it is given through the current web session it was sent from?
  5. Is this a sufficient secret key:
     SecureRandom random = new SecureRandom();
            String skey = new BigInteger(35, random).toString(32);  (this results in 7 alphanumeric characters like '7a0ltar' - noting that alpha characters are lowercased.)
  6. How long should the sms key be good for (e.g. 5 minutes?)?
  7. Is VT ID and otp2sms sufficient for authentication?
  8. Should the user be allowed to setup more than 1 remote id provider?
  9. Is VT ID and a single successful remote auth event sufficient for authentication?
  10. Do we need something else like captcha to slow the app down to mitigate scripting?
  11. Are there architectural concerns with the SOA proposal?
  12. Should we employ REST for the authentication service, and if so, how should we authenticate requests?

Attendees

Kevin Rooney, Karen Herrington, Marc DeBonis, Michael Hosig, Marvin Addison, Daniel Fisher, David Hawes (teleconference), Greg Kroll, Mary Dunker, Susan Brooker-Gross, Kim Homer, Nate Smith, Doug Atwater

Meeting Notes