RSA SecurID token authentication?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chris Shenton

    RSA SecurID token authentication?

    Anyone doing python application authentication using RSA SecurID
    tokens? We have a Pylons app that needs this.

    I've written code against RSA's API and found the docs terrible and
    the libraries painful to use. RSA has a RADIUS server fronting their
    server so I expect I could use that instead, might be easier. This is
    on Solaris10 x86 which supports PAM but I've never accessed PAM from
    Python, any pointers?

    I've done RADIUS before (Cistron, Ascend, FreeRADIUS) but not with
    Python. Any suggestions? I see a pyrad library, last updated in March
    2006; any experience with it? Any other suggestions?

    Thanks.
  • Nick Owen

    #2
    Re: RSA SecurID token authentication?

    On May 29, 11:22 am, Chris Shenton <chris-list-pyt...@shenton. org>
    wrote:
    Anyone doing python application authentication using RSASecurID
    tokens? We have a Pylons app that needs this.
    >
    I've written code against RSA's API and found the docs terrible and
    the libraries painful to use. RSA has a RADIUS server fronting their
    server so I expect I could use that instead, might be easier. This is
    on Solaris10 x86 which supports PAM but I've never accessed PAM from
    Python, any pointers?
    >
    I've done RADIUS before (Cistron, Ascend, FreeRADIUS) but not with
    Python. Any suggestions? I see a pyrad library, last updated in March
    I'm guessing it's too late to choose a two-factor solution with an
    open API and open source python examples? :) Oh well.

    I recommend going with pyrad and using the Radius interface. This
    will allow you to use a third party radius server if you want and
    since all the two-factor vendors support radius, you won't have to re-
    write the apps if you switch strong authentication vendors.

    HTH,

    nick

    --
    Nick Owen
    WiKID Systems, Inc.
    404.962.8983
    WiKID Systems - on-premises two-factor authentication for enterprises

    Commercial/Open Source Two-Factor Authentication
    irc.freenode.ne t: #wikid


    Comment

    Working...