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://<theXpressDoxInstance>.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://<theXpressDoxInstance>.xpressdox.com/Explorer/Start?templateId=<yourTemplateIdentifier>
Present a simplified Explorer view to the user:
Hide the logo, search bar and side bar by adding the following to your URL:
&iframeView=true
A full URL would look like this: https://<theXpressDoxInstance>.xpressdox.com/Explorer/Start?templateId=<yourTemplateIdentifier>&iframeView=true
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://<theXpressDoxInstance>.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://<theXpressDoxInstance>.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.