From e593756a56b6fd6bf9f33bb6df5a355984a58040 Mon Sep 17 00:00:00 2001 From: GeekCorner <45696571+GeekCornerGH@users.noreply.github.com> Date: Wed, 26 Jul 2023 19:13:48 +0200 Subject: [PATCH] docs: Commit Dan's second suggestion Co-authored-by: Daniel Scalzi --- docs/MicrosoftAuth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MicrosoftAuth.md b/docs/MicrosoftAuth.md index 3832dc9a..9ce5763e 100644 --- a/docs/MicrosoftAuth.md +++ b/docs/MicrosoftAuth.md @@ -34,7 +34,7 @@ In `app/assets/js/ipcconstants.js` you'll find **`AZURE_CLIENT_ID`**. Set it to Note: Azure Client ID is NOT a secret value and **can** be stored in git. Reference: https://stackoverflow.com/questions/57306964/are-azure-active-directorys-tenantid-and-clientid-considered-secrets -Then relaunch your app, and login. You'll be greeted with an error message, because the app isn't whitelisted yet. And for some reason, Microsoft needs some activity on the app before whitelisting it. __Trying to log in before requesting whitelist is mandatory.__ +Then relaunch your app, and login. You'll be greeted with an error message, because the app isn't whitelisted yet. Microsoft needs some activity on the app before whitelisting it. __Trying to log in before requesting whitelist is mandatory.__ ## Requesting whitelisting from Microsoft