Creating a client secret

Creating a client secret

Learn how to create a client secret.
The client secret, also referred to as the application password, allows your application to exchange an authorization code for an access token
  1. From the Manage section, select
    App registrations
    .
  2. Select the application that you created (for example, OIDC Test 1).
  3. In the Manage section, select
    Certificates and secrets
    .
  4. Click
    New client secret
    .
  5. Provide a description.
  6. Set an expiry date.
  7. Click
    Add
    .
  8. Save the client secret for later use in this guide.