> ## Documentation Index
> Fetch the complete documentation index at: https://docs.truu.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Configure the Self-Service Password Reset URL for WA

> The Windows Authenticator can be configured to direct users to a Self-Service password reset link url in WA version 25.3.2 or higher version.

1. Login with the TruU Passwordless Sign-in.

<img src="https://mintcdn.com/truu-2/m22YLP0oXSNG0U3O/images/docs/87c0270190a03e999098cb0084ac58640128750b4d37bf5f3b41bb7a170f93fc-image.png?fit=max&auto=format&n=m22YLP0oXSNG0U3O&q=85&s=11034e5f04145862cb705d950fd4152b" alt="" width="1464" height="913" data-path="images/docs/87c0270190a03e999098cb0084ac58640128750b4d37bf5f3b41bb7a170f93fc-image.png" />

2. Enter your TruU PIN (or scan your registered biometrics).

<img src="https://mintcdn.com/truu-2/qCK1oWL4jNpZKJ8A/images/docs/a0629d6f6a258a1a198bf8ebd1133540a5e2b2e3a0193315050ecec9beebaba8-image.png?fit=max&auto=format&n=qCK1oWL4jNpZKJ8A&q=85&s=83c193fba2fbd7c949e3c0282c2a3b5d" alt="" width="611" height="571" data-path="images/docs/a0629d6f6a258a1a198bf8ebd1133540a5e2b2e3a0193315050ecec9beebaba8-image.png" />

3. Below shows the **Password Expired** dialog when a user's password has expired. Click the link initiate the password reset process.

<img src="https://mintcdn.com/truu-2/jMF4bYA9yOA_2TKv/images/docs/23bdee31dbc86c9e884d498a0cd3327da75faf6a2fca58028b35bdc02669bc4d-image.png?fit=max&auto=format&n=jMF4bYA9yOA_2TKv&q=85&s=b84b1ad718d3af8c1c3fbc26740582d8" alt="" width="612" height="569" data-path="images/docs/23bdee31dbc86c9e884d498a0cd3327da75faf6a2fca58028b35bdc02669bc4d-image.png" />

4. You will be directed to the following screen. Use your mobile device to either scan the QR code presented on the screen (which will direct you to your company's password reset link) **OR** manually enter the link and complete the password reset steps.

<img src="https://mintcdn.com/truu-2/jMF4bYA9yOA_2TKv/images/docs/3b836924e9ae67d48bab951a86820c7da30f3136248210dd471bf5cbf134a318-image.png?fit=max&auto=format&n=jMF4bYA9yOA_2TKv&q=85&s=0848fb464ffede0940ab4c9dde2c52c4" alt="" width="616" height="571" data-path="images/docs/3b836924e9ae67d48bab951a86820c7da30f3136248210dd471bf5cbf134a318-image.png" />

5. Reset and login to your Windows workstation.

[YouTube embed](//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2Ff2B_TDPWtJU%3Ffeature%3Doembed\&display_name=YouTube\&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Df2B_TDPWtJU\&image=https%3A%2F%2Fi.ytimg.com%2Fvi%2Ff2B_TDPWtJU%2Fhqdefault.jpg\&type=text%2Fhtml\&schema=youtube)

# For the Admin, this is Configurable by Config File

1. The admin must set the custom service desk URL in the config file prior to deploying the TruU Windows Desktop agent. In the application.config file, ensure that you add the following values:

```
 <!-- Setting "ssprUrl" to "https://yoursupportlink.com" will direct the service help desk URL on the login screen. -->
<add key="ssprUrl" value="https://yoursupportlink.com"/>
```

<img src="https://mintcdn.com/truu-2/E6hYbyLPrBHWbQ3m/images/docs/bb9ddc514076b85a34d240cfe9b19e1a92856a65acb747bc60596e1f3e926234-image.png?fit=max&auto=format&n=E6hYbyLPrBHWbQ3m&q=85&s=a1bdfe5e5d306898f7edf08018188853" alt="" width="1176" height="117" data-path="images/docs/bb9ddc514076b85a34d240cfe9b19e1a92856a65acb747bc60596e1f3e926234-image.png" />

### Registry key - For purposes of testing, a reg key can be set.

1. Find the TruU Credential Provider in the registry. Right-click and create a new string value and name it "ssprUrl" and then set the value to your self service URL.

```
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers\{5fd3d285-0dd9-4362-8855-e0abaacd4af6}
```

```
reg string value name = "sspUrl" and value = "yoursspurl.com"
```

2. **Restart the TruUService** in Services.msc.

***

[TruU's Interaction with External Cameras](/docs/external-camera-interaction)

[Network and Port Requirements](/docs/network-and-port-requirements)
