Skip to content

Commit

Permalink
Document and unrecommend AAD app removal #24, #54
Browse files Browse the repository at this point in the history
- Document breaking of night light settings (#54).
- Document breaking of language selection from taskbar (#24).
- Unrecommend from strict pool.
  • Loading branch information
undergroundwires committed Dec 25, 2021
1 parent c3c5b89 commit 455084c
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions src/application/collections/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5341,8 +5341,21 @@ actions:
parameters:
packageName: InputApp
-
name: Microsoft AAD Broker Plugin app (breaks Office app authentication)
recommend: strict
name: Microsoft AAD Broker Plugin app (breaks Night Light settings, taskbar keyboard selection and Office app authentication)
docs:
# Azure Active Directory plugin, is needed for apps using Azure Active Directory authentication.
# More about Azure Active Directory:
- https://azure.microsoft.com/en-us/services/active-directory/
# ❗️ In some version it breaks selection of keyboard in taskbar.
# Clicking on taskbar language selection icon does not show the selection dialog.
- https://github.com/undergroundwires/privacy.sexy/issues/24
# ❗️ Uninstalling it breaks Night Light functionality and sign in for Office app.s
# Reverting the script and rebooting solves the night light functionality.
# About the issue:
- https://github.com/undergroundwires/privacy.sexy/issues/54
# More about night light:
- https://support.microsoft.com/en-us/windows/set-your-display-for-night-time-in-windows-18fe903a-e0a1-8326-4c68-fd23d7aaf136
# recommend: strict (Unrecommended until better warning mechanism is implemented)
call:
function: UninstallSystemApp
parameters:
Expand Down

0 comments on commit 455084c

Please sign in to comment.