cancel
Showing results for 
Search instead for 
Did you mean: 

Integration with external password management system

GIrishGupte
Level 2
Hi, I work for a financial entity and we have a centralized system to store credentials of all non-unique (system) user-ids, and have built APIs with Java, .NET and python to retrieve passwords while a system needs to present passwords to other systems. Is it possible for Blue prism to retrieve the password of the bot from this system via a python script, or a Java or .ET code (or a windows bat script) rather than retrieving it from its database? Thanks   Girish    
2 REPLIES 2

BenKirimlidis
Level 7
Hi Girish, Yes this should be possible.  For example look at the Business Object 'Utility - HTTP'.  You can use that to send a GET or POST request to your API and then just interpret the results as needed. Kind regards, Ben

AndreyKudinov
Level 10
If you already have .net library for it, you can most likely just make a VBO wrapper.