You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The regex ^ad([sxv]?[0-9]*|system)[_.-]([^.[:space:]]+\.){1,}|[_.-]ad([sxv]?[0-9]*|system)[_.-] blocks Microsoft Azure Active Directory management portal (portal.azure.com), because it calls (valid!) APIs located at support.iam.ad.azure.com etc.
The text was updated successfully, but these errors were encountered:
Do you know how many domains this would block for Azure? I'm interested in adding that to the whitelist. I added it to the list and created a PR as well as a whitelist install script.
Do you know how many domains this would block for Azure? I'm interested in adding that to the whitelist. I added it to the list and created a PR as well as a whitelist install script.
Hello, add: main.iam.ad.ext.azure.com to whitelist (fixed my azure admin issues).
The regex
^ad([sxv]?[0-9]*|system)[_.-]([^.[:space:]]+\.){1,}|[_.-]ad([sxv]?[0-9]*|system)[_.-]
blocks Microsoft Azure Active Directory management portal (portal.azure.com), because it calls (valid!) APIs located atsupport.iam.ad.azure.com
etc.The text was updated successfully, but these errors were encountered: