- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
RSA Token assignement and deployment API
Hi,
I was wondering is it possible to assign a token and deploy this token via an REST-API (for example with Python).
I can't find any documentation about this.
Kind regards,
Danny
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It can be done with SOAP ( Simple Object Access Protocol ) Web Services
refer to the Dev Guide on the 8.x extras iso
here is the 8.3 extras iso and where to find the docs and dev guide
a snippet from the Dev Guide about SOAP
---------------------------
The SDK already includes the Java SOAP support required to integrate with
Authentication Manager through web services.
This implementation is based on the Axis 1.3 framework.
An application using a SOAP connection is nearly identical to one using a standard SSL EJB connection,
as described in Building and Running Java Applications.
The configuration and setup steps detailed in that section also apply to SOAP connections, with a few differences.
<snip>
----------------------------
The 8.1, 8.2, 8.3 extras iso is in the same location where the full version downloads are located.
This requires a customer login.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've moved your question to the RSA SecurID Access" data-type="space space where it will be seen by the product's support engineers, other customers and partners. Please bookmark this page and use it when you have product-specific questions.
Alternatively, from the RSA Customer Support" data-type="space page, click on Ask A Question on the blue navigation bar and choose Ask A Product Related Question. From there, scroll to RSA SecurID Access" data-type="space and click Ask A Question. That way your question will appear in the correct space.
Regards,
Erica
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It can be done with SOAP ( Simple Object Access Protocol ) Web Services
refer to the Dev Guide on the 8.x extras iso
here is the 8.3 extras iso and where to find the docs and dev guide
a snippet from the Dev Guide about SOAP
---------------------------
The SDK already includes the Java SOAP support required to integrate with
Authentication Manager through web services.
This implementation is based on the Axis 1.3 framework.
An application using a SOAP connection is nearly identical to one using a standard SSL EJB connection,
as described in Building and Running Java Applications.
The configuration and setup steps detailed in that section also apply to SOAP connections, with a few differences.
<snip>
----------------------------
The 8.1, 8.2, 8.3 extras iso is in the same location where the full version downloads are located.
This requires a customer login.
