An integration microservice responsible to manage Operating Block users:
- User Authentication
- Health Professionals Digital Twins creation
- Health Professionals information system
-
Provide a
.env
file with the following variables:- USER_MANAGEMENT_MONGODB_URL
- AZURE_CLIENT_ID: ID of an Azure AD application
- AZURE_TENANT_ID: ID of the application's Azure AD tenant
- AZURE_CLIENT_SECRET: the application's client secrets
- AZURE_DT_ENDPOINT: the Azure Digital Twins instance endpoint
-
Run the container with the command:
docker run ghcr.io/smartoperatingblock/user-management-integration-microservice:latest