We are integrating RSA SecurID for one of the web application running in Drupal and PHP.
We are given RSA SDK samples which are written in java and C. We would like to know if the Authentication agent will expose a service for drupal to call to get the token using RSA Secur ID.
Hi Ravi,
I'm not sure I'm following your question and specifically your request for a "call to get the token". The server offers interface to which a user's passcode is sent for authentication. There are no calls to get a user's tokencodes.
There is a new RSA SecurID Authentication API which can be used from a wide variety of languages. This is a REST-based interface that can be used to perform authentications. I would start with the RSA SecurID Authentication API Developer's Guide. This link also has a reference to the OpenAPI YAML interface definition that can be used with the Swagger Editor to generate a wide variety of agent interfaces (including PHP).
-Piers