Web API in Azure (2), Set a Client Credential Secret

This is a series of articles related to a Web API that is registered on Azure Identity Platform, and consumed over there.

A - Introduction

In this article, we will describe how to set a new Client Credential Secret in Azure Identity Platform:

  • A - Introduction
  • B - Implementation

B - Implementation

Go to the Azure Admin Portal https://portal.azure.com/#home, login:

In the Welcome page, Click on View to manage Microsoft Extra ID (used to be Azure Active Directory)

Select App Registration in the left Panel

Choose App:

Click App, such as

Click on Certificates & Secrets

Azure will display the existing secrets, expiration dates

Click on the New Client Secret:

Add a Client Secret:

Click Add to create the new client secret, 

References:


Similar Articles