The NEW XpressDox Version 14 is now available!

Edit Content
Click on the Edit Content button to edit/add the content.

Integrate your XpressDox interview, optionally using SSO

Integrating the XpressDox explorer into a 3rd party application, including SSO:

When integrating your XpressDox interview into a 3rd party application, the XpressDox explorer can be embedded in an iFrame using this URL:

https://<yourXpressDoxInstance>.xpressdox.com/Sso/Start?type=microsoft&iframe=true&domainHint=<yourDomain>

 

Integrating a specific XpressDox interview, including SSO:

Or you can load a specific interview like this:

https://<yourXpressDoxInstance>.xpressdox.com/Sso/Start?type=microsoft&iframe=true&domainHint=<yourDomain>&templateId=<yourTemplateIdentifier>

Read here about template identifers

Integrating a specific XpressDox interview, without SSO:

https://demo.xpressdox.com/Explorer/Start?templateId=<yourTemplateIdentifier>

 

Send data into your XpressDox interview:

If you add additional parameters to the URL e.g. the MatterID and ClientID as shown below, the values of the data elements for example «MatterID» and «ClientID» will be injected into the interview.

https://<yourXpressDoxInstance>.xpressdox.com/Sso/Start?type=microsoft&iframe=true&domainHint=<yourDomain>&templateId=<yourTemplateIdentifier>&MatterID=1234&ClientID=5678

 

Without using SSO, that URL would look like this:

https://demo.xpressdox.com/Explorer/Start?ClientID=<ClientID>&MatterID=<MatterID>

 

Note that in the first example, we are sending in hard carded Matter and Client ID’s. And in the second example, we are sending in data elements from the template as the Client and Matter ID’s. They can be fixed, or variable.

 

 

Table of Contents