Versions Compared
Version | Old Version 1 | New Version Current |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Expand | ||||
---|---|---|---|---|
| ||||
|
Table of Contents
Table of Contents | ||
---|---|---|
|
Prerequisites
Application Preference NFS Authentication Method
Memo Value:
JWTToken
Boolean Value: [blank]
Application Preference NFSOpaqueIDsEnabled
Memo Value: [blank]
Boolean Value:
Yes
DocuCapture configured to process Opaque ID logic
Core Version 24.19+ and the newest version of the nfs profile
Overview
After a user logs in, Fidelity’s server generates a signed JSON Web Token (JWT), which Docupace stores and sends with future requests. Fidelity verifies the token’s authenticity with each request, allowing access to their Wealthscape resource without storing session data. JWTs are stateless, scalable, and secure, making them ideal for modern web applications.
Prerequisites
Application Preference NFS Authentication Method
Memo Value:
JWTToken
Boolean Value: [blank]
Application Preference NFSOpaqueIDsEnabled
Memo Value: [blank]
Boolean Value:
Yes
DocuCapture configured to process Opaque ID logic
How to Generate NFS Credentials
Rw ui steps macro | |||
---|---|---|---|
Load a standard ACL file. DocuCapture generates and provisions an Opaque ID. This value allows users to open accounts via NFS.
The system stores this information for each user as their API Credentials for NFS under Settings > Account Profile.
To view or edit these credentials, click on the Pencil icon. |
How to Import Docupace NFS Credentials into Wealthscape
To authenticate each account, you must link their Docupace User ID to their Wealthscape User ID. To get started, you’ll need to run the NFS Federation Report. Mainly, it is used for linking all your users with Docupace’s existing users to Wealthscape for the first time, but it can be used for updating existing lists.
Note: The NFS Federation Report will always pull a list of all Docupace users with an Opaque ID. However, you can modify it to remove all previously authenticated users from the system.
Rw ui steps macro | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Go to Administration and click on the Reports tile.
Locate the NFS Federation Report. The report can be located in different report groups on the site, such as Back Office Reports, ePACS Reports, or General Reports. You may add it to any other groups as needed.
Select the NFS Federation User report.
The system generates the NFS Federation User Report. It contains four columns.
Export the report in CSV format.
Replace the Docupace user ID with the 10-digit Wealthscape user ID. Save the edited version as a separate file.
Log into the Wealthscape site.
On the Home page, click Menu.
Locate the ID & Profile Maintenance in the Service section and click on Bulk Import. Note: Your view in Wealthscape may be different, depending on your access rights.
To initiate a new import, click the New Import button.
Drag and drop the CSV file on the New Import screen. Then click Import.
You will get a confirmation message. Copy the Import ID and then click Done.
Paste the Import ID into the corresponding field and click Search. The system will generate a list of matching imports. Completed imports will have a Note: If you see the
Optional: To test if it works, go to Docupace and try to open an account. If you receive the error message
|
How to Review Previous Wealthscape Imports
Rw ui steps macro | ||
---|---|---|
While logged into Wealthscape, navigate to Menu > Bulk Imports. The Results page displays a list of recent imports. Click an Import ID to view more information.
Here, you can see each user's status and compare it to the CSV file you imported. |
Audience: Home/Back Office User.
Info |
---|
Functionality: This guide describes how to authenticate a user for our Fidelity NFS integration using the AccountCreate API. |