What is the use of Client Secrets in Azure App Registrations?
Jan 11
I implemented Microsoft login by referring to this Documentation. I am able to successfully get the Access token and call the Microsoft Graph API.
But when I created the App registration in the Azure portal. I came across the "Certificates and Secrets" Tab. So I created a sample secret for my demo application as mentioned in the below screenshot. But I am not able to find the exact use Case of this Secret variable. Is it used to authorize our Backend Node-JS server (Apis) or anything like that?.
It will be very helpful if anyone provided a sample use case with an example or any documentation reference. As I am completely new to Azure AD.
Thanks in Advance
1 answer
Accepted answer · original discussion
Jan 11
The client secret is the password of the service principal. Using a certificate would be an alternative way to authenticate the SP.
0 question comments
Use comments to ask for clarification. Post a solution as an answer.
No question comments on this page.