You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Optionally, extended DMS can be configured to mirror the Patricia trusted login feature set (SSO).  When trusted login is configured, users will not be required to enter a password when accessing the case browser, or to Nuxeo, when a document is right-clicked and the user selects "via in DMS server".

 

 

Please note that to make this work Nuxeo server and case browser must sit on the same machine.

Admin Setup: Enabling Extended DMS trusted login

To enable the trusted login feature, follow the 2 setup steps below.

  1. set the following registry key on the client machine
    Under HKEY_CURRENT_USER\Software\PINXDesktop\Settings (set key, e.g. cbUrl=http://192.168.3.86:9080/casebrowser)

  2. set a static password for the environment in the /etc/nuxeo/pi-nuxeo.xml file (or C:\ProgramData\Nuxeo\conf\pi-nuxeo.xml on Windows).  The pi-nuxeo.xml is not accessible to users.  Add below settings (static password should be set to something stronger than example):

    <entry key="sso.mode.enabled">true</entry>
    <entry key="sso.static.pass">123456</entry>
    <entry key="ad.domain.name">GHFIP.local</entry>
    <entry key="ad.server.addr">192.168.3.20</entry>

The active directory domain name and server address will be used to authenticate users when they log in from home machine.

Client Usage: Accessing Case Browser using Default Web Browser

In addition to being able to use the DMS tab in Patricia, the user can right-click on the PINXDesktop tool in the taskbar, and select Go to Case Browser menu item, which will log the user into the case browser via the trust login mechanism.  

When in a given case, the user can right-click on a document, and select 'Open in DMS browser', to be able to access the Nuxeo DMS interface for the file via the trusted login mechanism.

Mounting the WebDav Drive

The WebDav drive in this scenario will be mounted using the windows username (in uppercase) and the SSO password configured in pi-nuxeo.xml (described above).



 

  • No labels