Deep links with ADFS authentication

Follow

For customers using ADFS authentication (see this article) we can offer a special URL that combines this authentication with Deep Links (explained here). The advantages to this are many, e.g. you may add a link directly to a specific invoice directly from an ERP system (previously referred to as direct lookup), while leaving the authentication to the ADFS server.

To use this simply add a query parameter named "dest" to your ADFS url, containing the relative path from the Deep Link url.

For example, if your ADFS url is:

https://services.ibistic.net/sso/adfs/signOn.request?idp=ee34a770-aa4a-43a0-a109-5ecfc8e71bdc

you could use the following URL to go directly to an invoice from your ERP system:

https://services.ibistic.net/sso/adfs/signOn.request?idp=ee34a770-aa4a-43a0-a109-5ecfc8e71bdc&dest=/views/site/[ID_TYPE]/[ID]/invoices/audit/voucher/accountingreference/[REF]

The parameters and format of the deep link (ID_TYPE, ID etc) are explained in the Deep Links article.

Comments