mirror of
https://github.com/grafana/grafana.git
synced 2025-07-25 16:23:49 +08:00
Docs: Add custom fields to Azure/Entra Terraform example (#108222)
Add custom fields to Azure/Entra TF example
This commit is contained in:
@ -271,6 +271,10 @@ resource "grafana_sso_settings" "azuread_sso_settings" {
|
||||
allow_assign_grafana_admin = false
|
||||
skip_org_role_sync = false
|
||||
use_pkce = true
|
||||
custom = {
|
||||
domain_hint = "contoso.com"
|
||||
force_use_graph_api = "true"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Reference in New Issue
Block a user