rsa securid 和 ipad 应用程序集成
我想在 iPAD 应用程序中集成 RSA SecurID TFA(双因素身份验证)。除了用户名/密码之外,用户还将提示输入 SecurID 令牌来访问应用程序。
如何将应用程序上的 iPAD 与 RSA 身份验证管理器集成以验证 SecurID 令牌? RSA 身份验证管理器公开了哪些接口?
谢谢, 普拉文
I would like to integrate RSA SecurID TFA (Two-Factor-Authentication) in the iPAD application. Along with the username/password the user will also prompted for the SecurID token to access the application.
How do I integrate the iPAD on the application with the RSA Authentication Manager for the validation of the SecurID token? What are the interfaces exposed by RSA Authentication Manager?
Thanks,
Praveen
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最简单的答案可能是 RADIUS。 RSA 身份验证管理器具有嵌入式 802.1x 兼容 RADIUS 服务器,由 Juniper Steel Belted Radius 提供支持。 RSA Radius 服务器支持 PAP 和 EAP 身份验证协议,包括 POTP、TTLS、PEAP 和 EAP15。
Apple 的“iPad for Business 安全概述”告诉我们,iPad 为需要双因素身份验证令牌进行 VPN 访问的企业网络的 RSA SecurID 和 CryptoCard 手持式身份验证器提供本机支持。请参阅:http://images.apple.com/ipad/business/pdf/iPad_Security_Overview .pdf
RSA(我有时担任顾问)还提供一次性密码安全 (OTPS) 作为如何将 SecurID 身份验证集成到各种系统、协议和设备中的指南。请参阅 RSA.com 上 RSA 实验室提供的资源。
RSA 还为想要使用 iPad(iOS 3.2 或更高版本)作为软件令牌模拟应用程序主机的任何人提供 SDK 和可免费下载的软件应用程序。这将 iPad 本身变成了一个手持式身份验证器,可生成 SecurID 60 秒一次性密码。请参阅:http://www.rsa.com/node.aspx?id=3651
希望这有帮助。
苏尔特,
The easiest answer is probably RADIUS. The RSA Authentication Manager has an embedded 802.1x-compliant RADIUS server, powered by Juniper Steel Belted Radius. The RSA Radius server supports PAP and EAP authentication protocols including POTP, TTLS, PEAP, and EAP15.
Apple's "iPad for Business Security Overview" tells us that the iPad provides native support for both the RSA SecurID and the CryptoCard hand-held authenticators for enterprise networks which require two-factore authentication tokens for VPN access. See: http://images.apple.com/ipad/business/pdf/iPad_Security_Overview.pdf
RSA, where I am a sometimes consultant, also offers the One-Time Password Secifications (OTPS) as guidelines for how to integrate SecurID authentication into a wide variety of systems, protocols, and devices. See the resources offered by RSA Labs on RSA.com.
RSA also offers a SDK and a freely-downloadable software app for anyone who wants to use their iPad (iOS 3.2 or later) as host to a software token-emulation app. This turns the iPad itself into a hand-held authenticator which generates SecurID 60-second one-time passwords. See: http://www.rsa.com/node.aspx?id=3651
Hope this helps.
Suerte,
不知道 SecurID 的 API,但 Scorpion Software 为其 AuthAnvil 双因素身份验证系统提供了一个开放 API,该系统完全支持使用 Web 服务。我们将其集成到我们的 PHP 网站中,使用 Javascript 集成到我们的订购系统中,并使用 C# 将其连接到我们的内部数据库应用程序 (winforms) 中。代码始终少于 5 行。都是一个下午的时间。
您可以在 www.scorpionsoft.com 上查看它们。
Dunno about the API for SecurID, but Scorpion Software has an open API for their AuthAnvil two-factor authentication system that is completely supported using web services. We integrated it in our PHP website, in our ordeing system using Javascript and hooked it into our internal database app (winforms) using C#. Always in less than 5 lines of code. All in an afternoon.
You can check them out at www.scorpionsoft.com.