dirkjanm / ROADtools

A collection of Azure AD/Entra tools for offensive and defensive security purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conditional Access Plugin: Unmached object exception

m8r1us opened this issue · comments

Hi Dirk-Jan,

There is an clist ['None'] for ctype "Users" when you dump the conditional access rules.

I changed line 180 to:
if (not 'Guests' or not 'None') in clist:

Can you let me know if the latest commit fixed this?