Skip to content

Commit 59f78fc

Browse files
committed
docs: Add AZURE_AD_ALLOWED_PRINCIPALS doc
1 parent 1dd218c commit 59f78fc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/5-add-identity.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ We'll create two GitHub apps: one for testing locally and another for production
8383
AZURE_AD_CLIENT_ID=
8484
AZURE_AD_CLIENT_SECRET=
8585
AZURE_AD_TENANT_ID=
86+
AZURE_AD_ALLOWED_PRINCIPALS=
8687
```
8788

8889
## Configure an admin user

docs/7-environment-variables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Below are the required environment variables, to be added to the Azure Portal or
1717
| `AZURE_AD_CLIENT_ID` | | The client id specific to the application |
1818
| `AZURE_AD_CLIENT_SECRET` | | The client secret specific to the application |
1919
| `AZURE_AD_TENANT_ID` | | The organisation Tenant ID |
20+
| `AZURE_AD_ALLOWED_PRINCIPALS` | | Comma separated list of Object IDs for users/groups that are allowed to log in. **All authenticated users are allowed by default** |
2021
| `ADMIN_EMAIL_ADDRESS` | | Comma separated list of email addresses of the admin users ID |
2122
| **Azure Cognitive Search is optional. This is only required for chat over file feature.** |
2223
| `AZURE_SEARCH_API_KEY` | | API Key of Azure Cognitive search |

0 commit comments

Comments
 (0)