app
jungopro/app/azuread
A module to create an Application with Service Principle
terraform-azuread-app  A module to create an Application with Service Principal This Terraform module deploys an application and Service Principal to Azure Active Directory Usage ``hcl module "app" { source = "jungopro/app/azuread" } ` Example with custom values `hcl module "app" { source = "jungopro/app/azuread" app_name = "mycustomApp identifier_urls = ["http://app.domain.com","http://my.domain.com"] reply_urls = ["http://app.domain.com","http://my.domain.com"] generate_spn_password = false # supply your own value in the next key spn_password = "MySecret$pnPassw0rD!" } ``
| Name | Type | Description | Default |
|---|---|---|---|
| app_name | string | name of the application | "myApp" |
| identifier_urls | list | A list of user-defined URI(s) that uniquely identify a Web application within it | [] |
| reply_urls | list | A list of URLs that user tokens are sent to for sign in, or the redirect URIs th | [] |
| generate_spn_password | bool | should we auto-generate password for spn. if false, specify a value for the var. | true |
| spn_password | string | password to provide for the created spn. will be set only if var.generate_spn_pa | "" |
app_object_idspn_idspn_application_idspn_object_idspn_display_namespn_passowrd_idspn_passowrdapp_application_id