MartinGerarts (Customer) asked a question.

Is there an API for RSA Authentication Manager 8.7 SP2 admin console?

Hello! We would like to automate user creation process in RSA AM 8.7 SP2 internal database. For now we have to create users manually in AM admin console and link newly created users by providing sAMAccountName that we use in AD.

 

Is there any API endpoint so we can do admin console operations via API? I know that there is an SDK that allows to operate in admin console, however it requires to put SDK script in RSA AM install directory (as far as I know) and we would like to do this remotely, instead of calling scripts that are in RSA AM installdir.


  • ISchu (RSA)

    Hi Martin,

     

    the tool that you mention that needs to run on AM is AMBA.

     

    There is a SDK for AM which has a full Admin API included and that can be called remotely. This is available in the "Extras" download for AM.

    https://community.rsa.com/s/product-download/a9G4u000000u01sEAA/authentication-manager-87-sp2-extras

    (it's 4GB... you have been warned)

     

    Unpack that and you'll find directories for the Developer Guide and the AM SDK.

    The Admin API is SOAP based.

     

    If you need a REST based API to integrate into AM (and ID Plus), there is the RSA Professional Service offering "Prime" which would fit that need and more.

     

     

    Expand Post
    Selected as Best
  • ISchu (RSA)

    Hi Martin,

     

    the tool that you mention that needs to run on AM is AMBA.

     

    There is a SDK for AM which has a full Admin API included and that can be called remotely. This is available in the "Extras" download for AM.

    https://community.rsa.com/s/product-download/a9G4u000000u01sEAA/authentication-manager-87-sp2-extras

    (it's 4GB... you have been warned)

     

    Unpack that and you'll find directories for the Developer Guide and the AM SDK.

    The Admin API is SOAP based.

     

    If you need a REST based API to integrate into AM (and ID Plus), there is the RSA Professional Service offering "Prime" which would fit that need and more.

     

     

    Expand Post
    Selected as Best
  • joshuadahle21092 (Customer)

    these people are not accurate. you would want the SOAP API which manages on-prem RSA AM server 8.7 SP2, find the WSDL inside the SDK. there is also a DLL inside the extras package which exposes the SOAP API's and a couple example apps one in python one in dotnet.

    You are looking to connect to the CommandServer on port 7002 with the cmdUser.

     

    They speak of a tool you must be SSH into the actual server in order to use which is not an API. The API is SOAP based. The WSDL is at https://<yourRSAOnPrep>:7002/ims-ws/services/CommandServer?wsdl

     

    access to this is the cmdUser. this should get you on the right path!

    Expand Post