I’m trying to use “azuread_application” to create a service principal, and the user I’m authenticating as is another service principal. The documentation here: https://www.terraform.io/docs/providers/azuread/d/application.html
Indicates: " NOTE: If you’re authenticating using a Service Principal then it must have permissions to both Read and write all (or owned by) applications
and Sign in and read user profile
within the Windows Azure Active Directory
API."
I cannot find the “Sign in and read user profile” permission. Is this documentation out of date?
thanks,
Ed