Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save brian-tex/9280dcced75db22942da7c1e7db08c8a to your computer and use it in GitHub Desktop.

Select an option

Save brian-tex/9280dcced75db22942da7c1e7db08c8a to your computer and use it in GitHub Desktop.

Introduction

This page lists the steps needed to create a new client secret for an Azure AD App registration. This may be needed to configure a new Azure SSO integration or to replace an expiring client secret for an existing Azure SSO integration.

How to Create an App Registration Client Secret

  1. Sign in to portal.azure.com with your admin_netid credentials.
  2. Navigate to Azure Active Directory > App registrations.
  3. Click on the app you need to replace the client secret for.
  4. Click Certificates & secrets.
  5. Click New client secret.
  6. Give the client secret a description.
  7. Set the Expires date for 24 months.
  8. Click Add.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment