Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save arijusg/3026b27420ecc84dc6f1142af6edee8c to your computer and use it in GitHub Desktop.
Save arijusg/3026b27420ecc84dc6f1142af6edee8c to your computer and use it in GitHub Desktop.

Revisions

  1. arijusg revised this gist Apr 6, 2020. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions configure-list-of-allowed-authentication-servers.md
    Original file line number Diff line number Diff line change
    @@ -8,6 +8,7 @@
    6. Add rows below:
    - Key: AuthServerAllowlist, Type: String, Value: *contose.com
    - Key: AuthNegotiateDelegateAllowlist, Type: String, Value: *contoso.com
    7. Remove ```RestoreOnStartup``` policy (optional)
    7. Save
    8. Restart Mac.
    9. Open Edge and navigate to edge://policy/ to verify that policies are active
  2. arijusg revised this gist Apr 6, 2020. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions configure-list-of-allowed-authentication-servers.md
    Original file line number Diff line number Diff line change
    @@ -6,8 +6,8 @@
    ```/usr/bin/plutil -convert xml1 ~/Library/Preferences/com.microsoft.Edge.plist```
    5. Open ```~/Library/Preferences/com.microsoft.Edge.plist``` with xcode
    6. Add rows below:
    - Key: AuthServerAllowlist, Type: String, Value: *contose.com
    - Key: AuthNegotiateDelegateAllowlist, Type: String, Value: *contoso.com
    - Key: AuthServerAllowlist, Type: String, Value: *contose.com
    - Key: AuthNegotiateDelegateAllowlist, Type: String, Value: *contoso.com
    7. Save
    8. Restart Mac.
    9. Open Edge and navigate to edge://policy/ to verify that policies are active
  3. arijusg created this gist Apr 6, 2020.
    13 changes: 13 additions & 0 deletions configure-list-of-allowed-authentication-servers.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    1. Open finder and go to ```~/Library/Preferences```
    2. Find ```com.microsoft.Edge.plist```. If file doesn't exist, continue, otherwise go to step x
    3. Create a new config file
    ```/usr/bin/defaults write ~/Library/Preferences/com.microsoft.Edge.plist RestoreOnStartup -int 1```
    4. Convert it to plist:
    ```/usr/bin/plutil -convert xml1 ~/Library/Preferences/com.microsoft.Edge.plist```
    5. Open ```~/Library/Preferences/com.microsoft.Edge.plist``` with xcode
    6. Add rows below:
    - Key: AuthServerAllowlist, Type: String, Value: *contose.com
    - Key: AuthNegotiateDelegateAllowlist, Type: String, Value: *contoso.com
    7. Save
    8. Restart Mac.
    9. Open Edge and navigate to edge://policy/ to verify that policies are active