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
Refactor Conditional Access templates and add new policies
- Reformatted JSON structure for better readability in the following templates:
- Require multifactor authentication for all users
- Require multifactor authentication for guest access
- Require phishing-resistant multifactor authentication for admins
- Securing security info registration
- Use application enforced restrictions for O365 apps
- Introduced new PowerShell functions:
- Get-PremiumP2ServicePlans: Returns service plans that include Azure AD Premium P2 features.
- Test-ConditionalAccessPolicyRequiresP2: Checks if a Conditional Access policy requires Premium P2 licensing.
- Test-ConditionalAccessPolicyRequiresPreview: Checks if a Conditional Access policy requires private preview features.
- Added new Conditional Access policies:
- Block access to Office365 apps for users with insider risk
- Block all agent identities from accessing resources
- Block all agent users from accessing resources
- Block high risk agent identities from accessing resources
- Require multifactor authentication for risky sign-ins
- Require password change for high-risk users
- Secure account recovery with identity verification (Preview)
- Updated existing policies to ensure compliance with new security standards and practices.
0 commit comments