Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/lithnet/laps-web
Browse files Browse the repository at this point in the history
  • Loading branch information
ryannewington committed Jul 1, 2018
2 parents 77d0bf8 + 9f40aac commit 12d3244
Showing 1 changed file with 29 additions and 6 deletions.
35 changes: 29 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,49 @@
# Lithnet LAPS Web App
The Lithnet LAPS Web App is an IIS application that allows you to manage access to local admin passwords that are managed by the [Microsoft Local Admin Password Solution (LAPS)](https://technet.microsoft.com/en-us/mt227395.aspx)

It provides granular permissions, auditing, email alerting and rate-limited access to LAPS passwords stored in a directory.
It provides granular permissions, auditing, email alerting and rate-limited access to LAPS passwords stored in a directory and is compatible with OpenID Connect, WS-Federation (ADFS), and integrated windows authentication.

It is compatible with OpenID Connect, WS-Federation (ADFS), and integrated windows authentication.
## Features
### Web-based accesss to LAPS passwords
The LAPS web app provides a simple web-based and mobile-friendly interface for accessing local admin passwords. There's no need for admins to install custom software, or have access to AD administrative tools to access LAPS passwords. Simply provide the computer name, and if you have access, the password is shown.

### Guides
![](https://github.com/lithnet/laps-web/wiki/images/RequestPassword.png)

LAPS Administrators also have the option of forcing an expiry time when a password is accessed. This ensures that the password is rotated after use.

![](https://github.com/lithnet/laps-web/wiki/images/ShowPassword.png)

### Audit success and failure event logs
All success and failure events are logged to the event log and a file. These can be easily shipped off to a SIEM for record keeping and further analysis and reporting.

![](https://github.com/lithnet/laps-web/wiki/images/AuditSuccess.png)

![](https://github.com/lithnet/laps-web/wiki/images/AuditFail.png)

### Rate limiting
To prevent mass enumeration of passwords, you can limit the number of passwords an IP address or user can access within a given period.

![](https://github.com/lithnet/laps-web/wiki/images/RateLimited.png)

### Modern authentication options
The web app supports traditional integrated windows authentication, as well as external authentication providers such as ADFS or 3rd party OpenID Connect providers. Using an external authentication provider allows you the option of providing additional protections for the application such as multifactor authentication.

## Guides
* [Installing the app](https://github.com/lithnet/laps-web/wiki/Installing-the-app)
* [Configuration settings](https://github.com/lithnet/laps-web/wiki/Configuration-settings)
* [Authentication options](https://github.com/lithnet/laps-web/wiki/Authentication-options)
* [Branding and customisation](https://github.com/lithnet/laps-web/wiki/Branding-and-customisation)

### Download the app
## Download the app
Download the [current release](https://github.com/lithnet/laps-web/releases/)

### How can I contribute to the project
## How can I contribute to the project
Found an issue?
* [Log it](https://github.com/lithnet/laps-web/issues)

Want to fix an issue?
* Clone the project and submit a pull request

### Keep up to date
## Keep up to date
* [Visit my blog](http://blog.lithiumblue.com)
* [Follow me on twitter](https://twitter.com/RyanLNewington)![](http://twitter.com/favicon.ico)

0 comments on commit 12d3244

Please sign in to comment.