Portal
Language
 
Home>Knowledge Base>Secret Server>Running Secret Server in Embedded Mode
Information
Article ID67
Created On12/1/2009
Modified12/4/2009
Share With Others
Running Secret Server in Embedded Mode
As of version 6.2.000011, it is possible to access Secret Server without seeing headers and footers. This makes the website compatible with embedded browsers.

To do this, add an "embedded=true" query string parameter to the URL when accessing Secret Server. This will hide headers and footers from all pages for the duration of your session. For example, if you normally access Secret Server by going to "http://myserver/secretserver/login.aspx", then you can enable embedded mode by going to "http://myserver/secretserver/login.aspx?embedded=true". This parameter can be added to the URL on any page in Secret Server.

To disable embedded mode, you can either end your session by closing the browser or access the site with an "embedded=false" query string parameter.


Back to Results