Skip to content

Commit 141482f

Browse files
authored
Merge pull request #113999 from rmca14/fixwarn
Fix build warning in afternoon publish
2 parents 70f34c5 + ca24ccd commit 141482f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/security/develop/secure-design.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -437,14 +437,13 @@ privilege](https://docs.microsoft.com/windows-server/identity/ad-ds/plan/securit
437437
throughout its access patterns.
438438

439439
> [!NOTE]
440-
> The rules of least privilege need to apply to the software and to the people creating the software. Software developers can be a huge risk to IT security if they are given too much access. The consequences can be severe if a developer has malicious intent or is given too much
441-
access. We recommend that the rules of least privilege be applied to developers throughout the development lifecycle.
440+
> The rules of least privilege need to apply to the software and to the people creating the software. Software developers can be a huge risk to IT security if they are given too much access. The consequences can be severe if a developer has malicious intent or is given too much access. We recommend that the rules of least privilege be applied to developers throughout the development lifecycle.
442441
443442
#### Implement just-in-time access
444443

445444
Implement *just-in-time* (JIT) access to further lower the exposure time
446445
of privileges. Use [Azure AD Privileged Identity
447-
Management](../../active-directory/users-groups-roles/directory-admin-roles-secure.md#stage-3-build-visibility-and-take-full-control-of-admin-activity)
446+
Management](../../active-directory/users-groups-roles/directory-admin-roles-secure.md#stage-3-take-control-of-admin-activity)
448447
to:
449448

450449
- Give users the permissions they need only JIT.

0 commit comments

Comments
 (0)