We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7674e7f commit 7835f7fCopy full SHA for 7835f7f
README.md
@@ -17,6 +17,10 @@ An integration microservice responsible to manage Operating Block users:
17
## Usage
18
1. Provide a `.env` file with the following variables:
19
- USER_MANAGEMENT_MONGODB_URL
20
+ - AZURE_CLIENT_ID: ID of an Azure AD application
21
+ - AZURE_TENANT_ID: ID of the application's Azure AD tenant
22
+ - AZURE_CLIENT_SECRET: the application's client secrets
23
+ - AZURE_DT_ENDPOINT: the Azure Digital Twins instance endpoint
24
2. Run the container with the command:
25
26
`docker run ghcr.io/smartoperatingblock/user-management-integration-microservice:latest`
0 commit comments