diff --git a/M365 E5/BannedPasswordProtection/Readme.md b/M365 E5/BannedPasswordProtection/Readme.md index ee58e32..ddb08f3 100644 --- a/M365 E5/BannedPasswordProtection/Readme.md +++ b/M365 E5/BannedPasswordProtection/Readme.md @@ -57,3 +57,25 @@ Register your Azure AD forest. ``` Register-AzureADPasswordProtectionForest -AccountUpn 'yourglobaladmin@yourtenant.onmicrosoft.com' ``` + +Here is how to add proxy auth if your Password protection proxy servers are sitting behind a corporate proxy. + +Create a AzureADPasswordProtectionProxy.exe.config file in the %ProgramFiles%\Azure AD Password Protection Proxy\Service folder. + +``` + + + + + + + +``` + +If your proxy listens to something other than port 8080 then you will need to do this: + +``` +Set-AzureADPasswordProtectionProxyConfiguration –StaticPort +``` +