Thursday, 2012-10-11

*** ___TOM (~wtfnom@38.103.49.130) has joined #wikid01:16
*** __TOM has quit (*.net *.split)01:26
*** ___TOM has quit ()02:13
*** nowen (~nowen@adsl-98-66-180-42.asm.bellsouth.net) has joined #wikid12:27
*** nowen has quit (Quit: Leaving.)13:26
*** Mo (d8390e7c@gateway/web/freenode/ip.216.57.14.124) has joined #wikid15:10
Mohello15:10
*** Mo is now known as Guest5372215:11
Guest53722Where's Nick?15:11
*** Guest53722 has quit (Client Quit)15:11
*** nowen (~nowen@adsl-98-66-180-42.asm.bellsouth.net) has joined #wikid15:58
*** nowen has quit (Ping timeout: 260 seconds)17:17
*** nowen (~nowen@adsl-98-66-180-247.asm.bellsouth.net) has joined #wikid17:28
*** nowen has quit (Quit: Leaving.)17:33
*** nowen (~nowen@99.174.93.102) has joined #wikid18:15
*** nowen1 (~nowen@99-174-93-102.lightspeed.tukrga.sbcglobal.net) has joined #wikid19:23
*** nowen has quit (Read error: Connection reset by peer)19:23
*** nowen1 has quit (Quit: Leaving.)19:34
*** nowen (~nowen@99-174-93-102.lightspeed.tukrga.sbcglobal.net) has joined #wikid19:57
*** __TOM (~wtfnom@38.103.49.130) has joined #wikid20:32
__TOMNick20:33
nowenhi20:33
__TOMhow do I grant more than 1 token to a user ID?20:33
nowenYou'll need to use the API for that. have you looked at example.jsp?20:33
nowenor ADRegister?20:33
__TOMno, not yet in depth.  I've seen random postings about it.  do you by chance have a link i can review?20:34
nowenyou betcha ;)20:34
nowenhttps://www.wikidsystems.com/support/wikid-support-center/troubleshooting-faq/how-can-i-test-if-the-server-is-working-correctly20:34
nowencan you edit a file on linux?20:35
nowenalso, the end of this page: https://www.wikidsystems.com/support/wikid-support-center/manual/how-to-install-the-wikid-strong-authentication-server/installing-the-wikid-strong-authentication-server-enterprise-edition-page-520:35
__TOMyes. i can edit a file on linux.20:37
nowenok - I'm never sure ;)20:37
__TOMyikes20:38
nowen?20:38
__TOMso like i'd have to train every helpdesk guy to do this20:38
nowenno20:39
nowenthey don't have to edit the file, they just have to enter the reg code into the box.20:39
__TOMyeah.20:39
nowenyou can create a script for them with  only that one box20:39
__TOMyoure giving helpdesk a little too much credit.20:39
__TOMthey will be following a specific document telling them how to log into the wikid gui20:40
__TOMand how to add a user to "wikid"20:40
nowenyou can also have the users add themselves: https://www.wikidsystems.com/support/wikid-support-center/installation-how-tos/how-to-let-users-add-themselves-using-ad-credentials20:40
__TOMand now a portion to describe how to add a second token to a user.20:40
__TOMi guess my question is, why was this prohibited in the gui?20:40
__TOMe.g. adding two for 1 person?20:41
nowenthe script can have them add a user's first token and then a second20:41
nowenit was a request from the customer for whom we created the API.  they had security concerns.20:41
nowenIf you look at ADRegister, they basically login with AD creds, enter one reg code and then can enter another.  can't get much easier20:46
nowenwould you want your helpdesk people to be WiKIDAdmins?20:46
__TOMthere is lot to be desired.20:51
nowenwhat are you trying to do?20:52
__TOMissue multiple tokens to 1 user.20:52
nowenand you want the helpdesk to do it?20:53
__TOMyes.20:53
__TOMnot the end user, but the helpdesk.20:53
nowendoes the helpdesk have access to the WiKIDAdmin?20:53
__TOMthey can, if its required.20:54
nowenit is not20:54
__TOMtheres no RBAC built into the gui20:54
__TOMso, how do you do it then?20:54
__TOMhttps://www.wikidsystems.com/support/wikid-support-center/troubleshooting-faq/how-can-i-test-if-the-server-is-working-correctly20:54
__TOM?20:54
nowenhttps://www.wikidsystems.com/support/wikid-support-center/installation-how-tos/how-to-let-users-add-themselves-using-ad-credentials20:55
nowencreate a simple script that the helpdesk logs into with their AD creds or however you want to do it.  There are two sections.  "Add a new token" and "Add a second token".  Each section has two boxes:  username and regcode20:56
__TOMwait a second.20:58
__TOMim not using AD creds.20:58
nowenyou can use whatever you want.20:59
__TOMso... the URL you gave me allows people to log into AD21:01
__TOMi dont have any LDAP/AD setup21:01
nowenwhat do you have?21:01
__TOMnothing?21:01
nowendo you want your helpdesk to not have to login?21:02
__TOMoh no,  i do want them to log in21:02
__TOMright now, to date i have been using whatever local database of users wikid has through the gui21:02
nowenwell, if you keep the file in /opt/WiKID/tomcat/webapps/WiKIDAdmin, then that will do it21:03
nowenso, you can just copy the example.jsp and comment out everything you don't want21:03
__TOMbut the example.jsp wont require them to log in,21:05
__TOMright?21:05
nowenit requires WiKIDAdmin credentials21:05
nowenbrb21:06
__TOMi've entered in my localhost passphrase21:11
__TOMyet it still states that my wclient connection was not successfully est21:11
nowenyou probably need to restart wikid. the jsp is cached21:12
__TOMso which section would i need if a user called in, saying that they just added wikid, and they have a passphrase they want to submit to us.21:16
nowenfirst time registration?21:17
__TOMyes.21:17
__TOMif i went into the admin page21:17
__TOMi could just click on users21:17
__TOMthen manually add a user.21:17
__TOMand then i'd see a list of devices.21:17
__TOMwith their SHA1 values.21:17
__TOMi'd click on one of those and then add the username.21:18
nowenhmm - the API can't list the reg codes21:21
__TOMso the user would need to read off the reg code verbatim?21:21
nowenyes21:21
__TOMhmm...21:21
__TOMthats sort of challenging in sorts.21:22
nowenor we would need to add that to the api21:22
__TOM"whats your passphase?"  "its big X, little l, 3, big K, little f, 3, 3"21:22
__TOMwell.. just surprised none of your existing customers find this an issue.21:22
__TOMis there a way to disable that security feature in the wikid admin page?21:22
__TOMso i can add multiple devices to one username?21:23
nowenwe can put it on the list21:23
nowenalso, you can use pre-registration21:23
__TOMokay...how'd that work?21:23
__TOMsome helpdesk guy goes to example.jsp21:24
__TOMand...21:24
nowenthe helpdesk person creates a pre-registration code, enters it via the api and gives it to the user21:24
__TOMand then the user, using an Iphone does what exactly with it?21:25
nowenthe user selects 'pre-register a domain' enters that code and their PIN twice21:25
nowenbut21:25
nowennot supported on smart phone tokens21:25
__TOMbummer.  im only using smart phone tokens.21:25
nowenhow many users do you have?21:26
__TOM250?21:26
__TOMroughly21:26
nowenI think most of our customers try to get their users to register their own tokens using ADregister. then, they catch the exceptions.21:27
__TOMI'm not using wikid in your traditional view that all your clients are using this as a password replacement tool.21:32
nowenso, what's the best option? Add a 2nd token through the WiKIDAdmin?21:32
nowenhow are you using it?21:32
__TOMmost transparent for me is to have the capability to add multiple tokens through wikidadmin for 1 user.21:33
__TOMand it would be great if there was a way to lock IT staff out to just that page.21:33
__TOMbut there's currently no role based authentication for that gui.21:33
nowenno, and that's a big add21:34
__TOMyeah, im sure it is.21:34
__TOMagain, im using this strictly as two factor solution21:34
__TOMas a secondary factor21:34
__TOMnot to replace the primary factor.21:34
__TOMuser hits a portal21:34
__TOMthey need their user credentials still21:34
__TOMand they need to then punch in a OTP thats provided by wikid.21:35
__TOMto be quite honest,  the more and more i think about it, and the more challenges im coming across, i really begin to wonder which market segment has a strong wikid presence.  its beginning to seem really misaligned for what i need, a two factor solution for a financial corporate environment.21:37
__TOMnot a knock on wikid, but i know you mentioned you coded the API for one of your clients.21:37
nowenyeah, one of our clients in the financial world.21:37
__TOMand i'm sort of curious what kind of shop would do things the way you laid out.21:37
__TOMi can see how that would happen.21:38
nowenI would say about 1/2, but we don't track it.21:38
nowenso, if you're only doing smart phones, how many users will have two?21:39
__TOM80% will have one, 10% will have 2 or 3 phones, and the last 10% will have upwards of 12 phones.21:39
nowenyou could also protect a page with the first token and have them reg the 2nd token there.21:40
__TOMnot having end users self register tokens at this time, though a novel idea.21:41
__TOMby thew ay21:43
__TOMdo you have any financial references you can throw my way?21:43
__TOMnot that i would want to talk to them21:43
__TOMbut more in lines of who they are21:44
nowenhttp://onlinebankingsolutions.com/  they oem.  they are a corp banking software provider21:45
__TOMno direct clients then?21:46
nowenI'd have to look21:46
nowenI feel like there was a hedge fund, but I don't know21:46
__TOMokay. thanks...21:47
nowenyou know, is does Canyon Partners scream hedge fund?21:47
__TOMim with Canyon Partners.21:47
nowenyeah, I know.  but unless it's Julian Peterson or George Soros, I don't know21:48
nowenwe have a good number of customers I never talk to/chat with21:48
__TOMthey never call in, email, or irc for support?21:50
__TOMthats pretty impressive.21:50
nowenyeah, and I was bragging about how low our post support costs are, but then got hammered by one guy for a like a week.21:50
__TOMso i just tried your suggestion about pre-registration codes22:03
__TOMbut wait..you said that didnt work on mobile devices.22:03
__TOMhmm22:03
__TOMso what would work for iphone client then?22:04
nowenI think the best option is for us to add the ability to reg a 2nd token to WiKIDAdmin22:06
__TOMok.22:09
*** nowen has quit (Ping timeout: 246 seconds)22:13
*** nowen (~nowen@99-174-93-102.lightspeed.tukrga.sbcglobal.net) has joined #wikid22:27
*** nowen has quit (Quit: Leaving.)22:55

Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!