Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To download offline tokens from the DualShield MFA server, follow the steps below:

Table of Contents

Configure the

...

Token Download Endpoint

Include Page
Customise Offline Token Download Endpoint
Customise Offline Token Download Endpoint

In the "config.json" file that is to be distributed with the Computer MFA Logon Agent to the users' PCs, add the value below to the "token_download_endpoint" key: 

Code Block
"token_download_endpoint": "https://your-dualshield-fqdn/sso/v1/authc/oauth/connect/downloadTokens"

You must replace "your-dualshield-fqdn" with the actual FQDN of your DualShield MFA server, e.g. "demo.la.deepnetid.com"

Below is an example:

Image Removed

Configure the DualShield MFA Server

...