Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.02 KB

add-app-client-secret.md

File metadata and controls

18 lines (16 loc) · 1.02 KB
author ms.service ms.subservice ms.topic ms.date ms.author ms.manager
kengaderdus
entra-external-id
customers
include
05/05/2023
kengaderdus
mwongerapk

Create a client secret for the registered application. The application uses the client secret to prove its identity when it requests for tokens.

  1. From the App registrations page, select the application that you created (such as ciam-client-app) to open its Overview page.
  2. Under Manage, select Certificates & secrets.
  3. Select New client secret.
  4. In the Description box, enter a description for the client secret (for example, ciam app client secret).
  5. Under Expires, select a duration for which the secret is valid (per your organizations security rules), and then select Add.
  6. Record the secret's Value. You'll use this value for configuration in a later step. The secret value won't be displayed again, and isn't retrievable by any means, after you navigate away from the Certificates and secrets. Make sure you record it.