Journey Manager (JM) The transaction engine for the platform. | System Manager / DevOps | 22.10This feature was updated in 22.10.
Manager allows you to create and configure a service connection to connect to DocuSignDocuSign is the leader in eSignature transaction management. The Temenos Journey Manager platform uses this solution to speed the rate at which all digital documents are completed, signed, and returned. using basic username and password authentication mechanism. Various services rely on this service connection to exchange contracts and sign documents electronically.
DocuSign is in the process of retiring basic user password authentication which will no longer be supported after March 2023. For more information, see DocuSign API Basic User Password Authentication Retirement.
The DocuSign OAuth service connection replaces the DocuSign service connection, which uses basic username and password authentication.
However, you still can use the DocuSign service connection after March 2023 provided you will have configured it according to the new guidelines described below.
To configure a service connection:
account-d.docusign.com
account.docusign.com
Do not include the https://
prefix and trailing /
The username and password must contain non-empty and valid values to enable the form to submit, but the values are ignored during user authentication.
Do not use the user's Account ID anymore.
After the service connection is configured, you must manually grant one-time consent to your DocuSign API user.
To grant one-time consent:
https://account-d.docusign.com/oauth/auth?response_type=code&scope=signature+impersonation&client_id=<Integration Key>&redirect_uri=https://httpbin.org/get
https://account.docusign.com/oauth/auth?response_type=code&scope=signature+impersonation&client_id=<Integration Key>&redirect_uri=https://httpbin.org/get
You must configure the valid DocuSign Integration Key for the link to work correctly.
Success is indicated by redirecting to a page at httpbin.org
, which shows HTTP request details. You can ignore it and close the tab.
Next, learn more about DocuSign integration.