Requirements
No requirements.
Providers
Modules
No modules.
Resources
| Name | Type |
|---|---|
| azuread_application.main | resource |
| azuread_application_password.main | resource |
| azuread_service_principal.main | resource |
| azurerm_key_vault_secret.main | resource |
| azuread_client_config.current | data source |
Inputs
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| client_fqdn | The Fully qualified domain name of the client application | string | n/a | yes |
| environment_name | The environment name for the App Registration Name | string | n/a | yes |
| key_vault_id | The ID of the key vault to add the secret to | string | n/a | yes |
| logout_url_suffix | The path to logout | string | "/logout" | no |
| owners | A list of object ID’s for users that will own (and therefore be able to manage) any Entra ID objects | list(string) | n/a | yes |
| purpose | Purpose of the App Registration | string | n/a | yes |
| redirect_path_suffix | The path to login | string | n/a | yes |
| secret_name | Name of the secret in azure key vault | string | n/a | yes |