Skip to content

Commit

Permalink
Merge branch 'main' into 1341-broken-markdown-links
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuynhMITRE authored Nov 12, 2024
2 parents 36a2627 + 4f4233c commit 6475aad
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions PowerShell/ScubaGear/baselines/aad.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,19 @@ Legacy authentication SHALL be blocked.

#### MS.AAD.1.1v1 Instructions

- [Determine if an agency’s existing applications use legacy authentication](https://learn.microsoft.com/en-us/entra/identity/conditional-access/block-legacy-authentication#identify-legacy-authentication-use) before blocking legacy authentication across the entire application base.
1. [Determine if an agency’s existing applications use legacy authentication](https://learn.microsoft.com/en-us/entra/identity/conditional-access/block-legacy-authentication#identify-legacy-authentication-use) before blocking legacy authentication across the entire application base.

- Create a [Conditional Access policy to block legacy authentication](https://learn.microsoft.com/en-us/entra/identity/conditional-access/howto-conditional-access-policy-block-legacy).
2. Create a Conditional Access policy to block legacy authentication

<pre>
Users > Include > <b>All users</b>

Target resources > Cloud apps > Include > <b>All cloud apps</b>

Conditions > Client apps > Configure > <b>Yes</b> > Legacy authentication clients > Select only <b>Exchange ActiveSync clients</b> and <b>Other clients</b>

Access controls > Grant > <b>Block Access</b>
</pre>

## 2. Risk Based Policies

Expand Down

0 comments on commit 6475aad

Please sign in to comment.