| author | kengaderdus |
|---|---|
| ms.service | active-directory-b2c |
| ms.subservice | B2C |
| ms.topic | include |
| ms.date | 06/11/2021 |
| ms.author | kengaderdus |
Create a client secret for the registered web application. The web application uses the client secret to prove its identity when it requests tokens.
- Under Manage, select Certificates & secrets.
- Select New client secret.
- In the Description box, enter a description for the client secret (for example, clientsecret1).
- Under Expires, select a duration for which the secret is valid, and then select Add.
- Record the secret's Value. You'll use this value for configuration in a later step.