From ed6bb44e76e706e295153a14b25e2254c254398d Mon Sep 17 00:00:00 2001 From: Elliot Huffman Date: Sun, 10 Apr 2022 14:47:53 -0400 Subject: [PATCH] Spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da6b807..e07f63f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![CodeQL](https://github.com/microsoft/Privileged-Security-Management/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/microsoft/Privileged-Security-Management/actions/workflows/codeql-analysis.yml) [![Unit Test - Server](https://github.com/microsoft/Privileged-Security-Management/actions/workflows/UnitTest-Server.js.yml/badge.svg)](https://github.com/microsoft/Privileged-Security-Management/actions/workflows/UnitTest-Server.js.yml) [![Unit Test - User Interface](https://github.com/microsoft/Privileged-Security-Management/actions/workflows/UnitTest-UI.js.yml/badge.svg)](https://github.com/microsoft/Privileged-Security-Management/actions/workflows/UnitTest-UI.js.yml) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5021/badge)](https://bestpractices.coreinfrastructure.org/projects/5021) [![License: MIT](https://img.shields.io/badge/License-MIT-blue)](https://github.com/microsoft/Privileged-Security-Management/blob/main/LICENSE) # Introduction -Privileged Access Workstation ([PAW](https://aka.ms/paw)) and Securing Priviledged Access ([SPA](https://aka.ms/spa)) may be the gold standard of administrative security, but the complexity of architecture and associated price point deter most administrators from implementing this in their environments. To lower the barrier of implementation, this application automates processes to reduce human error and simplify the required security expertise to deploy and manage PAWs and [SPA](https://aka.ms/spa) architectures, specifically from deployment to lifecycle management (on-board/decommission) in addition to SILO management. +Privileged Access Workstation ([PAW](https://aka.ms/paw)) and Securing Privileged Access ([SPA](https://aka.ms/spa)) may be the gold standard of administrative security, but the complexity of architecture and associated price point deter most administrators from implementing this in their environments. To lower the barrier of implementation, this application automates processes to reduce human error and simplify the required security expertise to deploy and manage PAWs and [SPA](https://aka.ms/spa) architectures, specifically from deployment to lifecycle management (on-board/decommission) in addition to SILO management. This application is designed to operate with a managed identity but supports multiple authentication methods to access the Microsoft Graph API. The Graph API is used to manage the various aspects of the tenant, from the Conditional Access to the Device Configurations in Endpoint Manager.