mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 14:42:20 +08:00
Docs: Update azuread docs to mention about env variables (#39203)
* Update azuread docs to mention about env variables Add a note about the name of the environment variables to be used for configuring client_id and client_secret * Update docs/sources/auth/azuread.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/auth/azuread.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * fix typo * Revert "fix typo" This reverts commit ff84f70773eca3f6878be0ffa1d1275509a1475f. * Fixed typo again, trying to kick start license check. Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Co-authored-by: achatterjee-grafana <aparajita.chatterjee@grafana.com>
This commit is contained in:

committed by
GitHub

parent
c3cf95f383
commit
b5ed47c95c
@ -108,6 +108,11 @@ allowed_domains =
|
||||
allowed_groups =
|
||||
```
|
||||
|
||||
You can also use these environment variables to configure **client_id** and **client_secret**:
|
||||
```
|
||||
GF_AUTH_AZUREAD_CLIENT_ID
|
||||
GF_AUTH_AZUREAD_CLIENT_SECRET
|
||||
```
|
||||
**Note:** Ensure that the [root_url]({{< relref "../administration/configuration/#root-url" >}}) in Grafana is set in your Azure Application Reply URLs (**App** -> **Settings** -> **Reply URLs**)
|
||||
|
||||
### Configure allowed groups
|
||||
|
Reference in New Issue
Block a user