Where is the SecurID Agent Documentation?

Apparently, on Windows computers where the RSA authentication agent is installed, you can use this to provide authentication services. There seems to be some kind of documentation / SDK for this. It seems possible to statically link this functionality or dynamically load it by calling some functions exported from "aceclnt.dll".

However, since the RSA site was moved to emc.com, all links to the old site are dead. I can not find documents anywhere on the new site. Please help me with this!

We can trivially use SecurID authentication in our application on UNIX / Linux through PAM. This is only on Windows, where we need to use a special SecurID API to request, accept or reject credentials.

+5
source share
2 answers

Three years later, and the answer changed: documents are available for free download on the RSA website!

https://community.rsa.com/docs/DOC-36840

Without any support contract, you can download and read the "Authentication Agent 8.1.1 API for C Developers".

0
source

If you have a support account ...

It is not that simple, especially with the SD SDK that you will use with aceclnt.dll. Many API calls are asynchronous, which means you have to call and ask for an answer. Most / all traffic is encrypted, Wireshark helps a little.

, ( RSA).

RSA API 8.1 SP2 C:

RSA (API) C RSA SecurID . API RSA SecurCare Online https://knowledge.rsasecurity.com .tar .zip .

URL- SDK SD https://knowledge.rsasecurity.com/scolcms/set.aspx?id=8635

Authentication Manager 7.1, Java, Python # API. . Java .

URL SDK Python, Java # SDK https://knowledge.rsasecurity.com/scolcms/set.aspx?id=8205.

, . Python, Java # .

- , : RADIUS

RADIUS. RADIUS PIN SecurID. . RADIUS.

, PIN- . / PIN- Windows.

SecurID , , , - . Tokencodes 6 , PIN- . , , PIN- ..

RADIUS , . , PIN- .. , RADIUS, , . . NTRadPing .

+5

All Articles