Skip to content

Commit

Permalink
docs: Add AZURE_AD_ALLOWED_PRINCIPALS doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yaegashi committed Sep 27, 2023
1 parent 1dd218c commit 59f78fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/5-add-identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ We'll create two GitHub apps: one for testing locally and another for production
AZURE_AD_CLIENT_ID=
AZURE_AD_CLIENT_SECRET=
AZURE_AD_TENANT_ID=
AZURE_AD_ALLOWED_PRINCIPALS=
```

## Configure an admin user
Expand Down
1 change: 1 addition & 0 deletions docs/7-environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Below are the required environment variables, to be added to the Azure Portal or
| `AZURE_AD_CLIENT_ID` | | The client id specific to the application |
| `AZURE_AD_CLIENT_SECRET` | | The client secret specific to the application |
| `AZURE_AD_TENANT_ID` | | The organisation Tenant ID |
| `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** |
| `ADMIN_EMAIL_ADDRESS` | | Comma separated list of email addresses of the admin users ID |
| **Azure Cognitive Search is optional. This is only required for chat over file feature.** |
| `AZURE_SEARCH_API_KEY` | | API Key of Azure Cognitive search |
Expand Down

0 comments on commit 59f78fc

Please sign in to comment.