From f6fc6923b5c358a721157d60cb161e0224f10a31 Mon Sep 17 00:00:00 2001 From: WilliamDahlen <36991168+WilliamDahlen@users.noreply.github.com> Date: Mon, 15 Jun 2020 15:35:09 +0200 Subject: [PATCH] Comment about client secrets For beginners its quite usefull to know that application password is primarily named 'Client secrets' in the Azure management portal. It is stated that 'Client secrets' can be referred to as application password, but if you are not that familiar with the azure platform this might help someone out. --- website/docs/r/application_password.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/application_password.html.markdown b/website/docs/r/application_password.html.markdown index a648e45a84..ba5e3ee786 100644 --- a/website/docs/r/application_password.html.markdown +++ b/website/docs/r/application_password.html.markdown @@ -9,7 +9,7 @@ description: |- # azuread_application_password -Manages a Password associated with an Application within Azure Active Directory. +Manages a Password associated with an Application within Azure Active Directory. Also can be referred to as Client secrets. -> **NOTE:** If you're authenticating using a Service Principal then it must have permissions to both `Read and write all applications` and `Sign in and read user profile` within the `Windows Azure Active Directory` API.