An app secret in Azure AD is a private code. It helps your app show who it is. You use this secret like a password with Azure AD. About half of all Azure AD apps use app secrets to log in. This makes them a popular choice. Many developers choose app secrets because they are easy to use. This is true for smaller projects. But, attackers have tried to ste…

