rsa securid 和 ipad 应用程序集成

发布于 2024-10-17 00:44:59 字数 177 浏览 2 评论 0原文

我想在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

弱骨蛰伏 2024-10-24 00:44:59
  1. 最简单的答案可能是 RADIUS。 RSA 身份验证管理器具有嵌入式 802.1x 兼容 RADIUS 服务器,由 Juniper Steel Belted Radius 提供支持。 RSA Radius 服务器支持 PAP 和 EAP 身份验证协议,包括 POTP、TTLS、PEAP 和 EAP15。

  2. Apple 的“iPad for Business 安全概述”告诉我们,iPad 为需要双因素身份验证令牌进行 VPN 访问的企业网络的 RSA SecurID 和 CryptoCard 手持式身份验证器提供本机支持。请参阅:http://images.apple.com/ipad/business/pdf/iPad_Security_Overview .pdf

  3. RSA(我有时担任顾问)还提供一次性密码安全 (OTPS) 作为如何将 SecurID 身份验证集成到各种系统、协议和设备中的指南。请参阅 RSA.com 上 RSA 实验室提供的资源。

  4. RSA 还为想要使用 iPad(iOS 3.2 或更高版本)作为软件令牌模拟应用程序主机的任何人提供 SDK 和可免费下载的软件应用程序。这将 iPad 本身变成了一个手持式身份验证器,可生成 SecurID 60 秒一次性密码。请参阅:http://www.rsa.com/node.aspx?id=3651

希望这有帮助。

苏尔特,

 _Vin
  1. 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.

  2. 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

  3. 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.

  4. 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,

 _Vin
抚笙 2024-10-24 00:44:59

不知道 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文