Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regex will block Azure Active Directory management portal #46

Open
schuettecarsten opened this issue Mar 5, 2021 · 2 comments
Open

Comments

@schuettecarsten
Copy link

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.

@clayauld
Copy link

clayauld commented Apr 3, 2021

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.

@lietuv1s
Copy link

lietuv1s commented Jun 2, 2021

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants