3/4/2010 6:35:16 AM
 Jeremy A Posts: 61
|
Looking to enable Webservices in SecretServer so that some of our admins can use the iphone app, but I can't find any info on webservices in help files or online KB.
Can you provide a detailed tech overview of what enabling this does?
-- http://www.ignitionmsp.com/
|
|
|
0
• link
|
3/4/2010 9:03:58 AM
 hao Posts: 9
|
Hello Jeremy,
Secret Server Web Service can be turn on at Administration -> Configuration page. Hit Edit button when you arrive at the page and you will find it near the top.
See this screenshot for reference: <a href="http://i.imgur.com/i2MTA.png">http://i.imgur.com/i2MTA.png</a>
Let us know if that doesn't help, Hao Deng
|
|
|
0
• link
|
3/4/2010 9:52:47 AM
 Jeremy A Posts: 61
|
Sorry, no. That doesn't help. I know how to enable the webservices.
My principle concern is the security of the passwords. I want to know specifically what happens when I enable this. Does this open the server up to other wireless devices? How does this allow WAN access? What firewall ports data goes through for this (if not 80)etc... technical information regarding how this change affects the security of the server.
-- http://www.ignitionmsp.com/
|
|
|
0
• link
|
3/4/2010 10:11:52 AM
 Jonathan Administrator Posts: 591
|
Jeremy,
Enabling webservices simply makes the asp.net webservices built into Secret Server available. They are found under /webservices/sswebservice.asmx in your Secret Server. They run on the same port as the web application. You can view them with a browser to see the functionality that is offered.
The webservices are secure and require authentication in the same manner as regular access to Secret Server. All actions that involve data are also logged (Secret views, updates, adds, etc).
The first step is to authenticate with the webservice to obtain an authentication token. This involves calling the Authenticate method (coming in 7.0 there will also be AuthenticateRADIUS for RADIUS-based logins). The Authenticate method takes the same parameters that you use to login to Secret Server. If login is successful, then an authentication token is issued. This token can then be used to call the other webservice methods.
Enabling webservices allows Secret Server to be accessed using Secret Assistant (it uses webservices) and the iPhone app.
If you have further questions, I would be happy to discuss by phone or email (just submit a support ticket and ask for me).
We are currently working on an updated User Guide for 7.0 that will fully document the webservices.
Best.
-- Secret Server 8.1 - Web Password Filler, SAP support, advanced discovery capabilities with rules. Need a free trial license? Send an email to sales@thycotic.com
|
|
|
0
• link
|
3/4/2010 10:24:30 AM
 Jeremy A Posts: 61
|
thanks.
this is exactly the type of information I was looking for.
-- http://www.ignitionmsp.com/
|
|
|
0
• link
|