This commit is contained in:
Elliot Huffman 2022-04-10 14:47:53 -04:00
Родитель f9d7a51122
Коммит ed6bb44e76
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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) [![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 # 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. 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.