Commit 101158f1 authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

fix: Azure client ID typo

parent 9361815c
...@@ -89,7 +89,7 @@ auth: ...@@ -89,7 +89,7 @@ auth:
tlsCertPath: C:\example\root_ca_cert.crt tlsCertPath: C:\example\root_ca_cert.crt
azure: azure:
enabled: false enabled: false
clientID: APP_ID clientId: APP_ID
clientSecret: APP_SECRET_KEY clientSecret: APP_SECRET_KEY
resource: '00000002-0000-0000-c000-000000000000' resource: '00000002-0000-0000-c000-000000000000'
tenant: 'YOUR_TENANT.onmicrosoft.com' tenant: 'YOUR_TENANT.onmicrosoft.com'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment