General Settings
| Format | Path | Filename | Purpose |
|---|---|---|---|
| JSON | ./conf/general/ |
general-config.json |
Configuration of the Directory Service |
Configuration file example:
{
"baseUrl": "https://<MOPS_URL>.com",
"auth": {
"general": {
"token_uri": "https://login.microsoftonline.com/<TENANT_ID>/oauth2/v2.0/token",
"redirect_uri": "https://<MOPS_URL>.com/callback"
},
"mops_services": {
"client_id": "<CLIENT_ID>",
"client_secret": "<CLIENT_SECRET>",
"grant_type": "client_credentials",
"scope": "api://<CLIENT_ID>/.default"
}
}
}