4
votes

We have just started rolling out RSA SecurID tokens to our staff members. Most of our internal staff systems are custom in-house PHP applications, and it is my job to upgrade them to use the new RSA SecurID tokens for authentication.

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

We use MS Active Directory for our current staff authentication, if that helps.

2

2 Answers

2
votes

I haven't tried that, but have you considered:

  1. Using SecurID PAM module -> some info here.
  2. and incorporating PAM authentication in PHP ?
1
votes