Skip to content

Commit 89d5de7

Browse files
authored
Document DSTACK_ENTRA_EXTRA_URLS (#3)
1 parent 233bdeb commit 89d5de7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/entra.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ To enable Entra ID Single Sign-On on the `dstack` server, you need to set the fo
3434
* `DSTACK_ENTRA_CLIENT_ID` - the Application (client) ID of the `dstack` Enterprise application created in the previous step.
3535
* `DSTACK_ENTRA_CLIENT_SECRET` - the Client Secret of the `dstack` Enterprise application created in the previous step.
3636

37-
Also, ensure that you have `DSTACK_SERVER_URL` set to the URL of the `dstack` Enterprise installation if it's different from the default `http://localhost:3000`, e.g., `https://enterprise-example.dstack.ai`.
38-
37+
Ensure that you've set `DSTACK_SERVER_URL` environment variable to the URL of the `dstack` Enterprise installation if it's different from the default `http://localhost:3000`, e.g., `DSTACK_SERVER_URL=https://enterprise-example.dstack.ai`. If the server is available on multiple domains, specify additional server URLs allowed for Entra login via the `DSTACK_ENTRA_EXTRA_URLS` environment variable, e.g. `DSTACK_ENTRA_EXTRA_URLS=https://enterprise2.dstack.ai,https://enterprise3.dstack.ai`.

0 commit comments

Comments
 (0)