How to implement RSA SecurID in PHP

We just started distributing RSA SecurID tokens to our employees. Most of our internal personnel systems are regular internal PHP applications, and my task is to update them to use the new RSA SecurID tokens for authentication.

I have no clue where to start ... Does anyone have any idea how to implement it in PHP?

We use MS Active Directory for our ongoing staff authentication if this helps.

+4
source share
2 answers

I have not tried this, but you thought:

+2
source

it looks like someone did this here with PHP: http://charlietree.com/rsa-secure-id-authentication-in-php/

+1
source

Source: https://habr.com/ru/post/1340693/


All Articles