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

Commit 12d3244

Browse files
committed
Merge branch 'master' of https://github.com/lithnet/laps-web
2 parents 77d0bf8 + 9f40aac commit 12d3244

File tree

1 file changed

+29
-6
lines changed

1 file changed

+29
-6
lines changed

README.md

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,49 @@
22
# Lithnet LAPS Web App
33
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)
44

5-
It provides granular permissions, auditing, email alerting and rate-limited access to LAPS passwords stored in a directory.
5+
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.
66

7-
It is compatible with OpenID Connect, WS-Federation (ADFS), and integrated windows authentication.
7+
## Features
8+
### Web-based accesss to LAPS passwords
9+
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.
810

9-
### Guides
11+
![](https://github.com/lithnet/laps-web/wiki/images/RequestPassword.png)
12+
13+
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.
14+
15+
![](https://github.com/lithnet/laps-web/wiki/images/ShowPassword.png)
16+
17+
### Audit success and failure event logs
18+
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.
19+
20+
![](https://github.com/lithnet/laps-web/wiki/images/AuditSuccess.png)
21+
22+
![](https://github.com/lithnet/laps-web/wiki/images/AuditFail.png)
23+
24+
### Rate limiting
25+
To prevent mass enumeration of passwords, you can limit the number of passwords an IP address or user can access within a given period.
26+
27+
![](https://github.com/lithnet/laps-web/wiki/images/RateLimited.png)
28+
29+
### Modern authentication options
30+
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.
31+
32+
## Guides
1033
* [Installing the app](https://github.com/lithnet/laps-web/wiki/Installing-the-app)
1134
* [Configuration settings](https://github.com/lithnet/laps-web/wiki/Configuration-settings)
1235
* [Authentication options](https://github.com/lithnet/laps-web/wiki/Authentication-options)
1336
* [Branding and customisation](https://github.com/lithnet/laps-web/wiki/Branding-and-customisation)
1437

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

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

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

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

0 commit comments

Comments
 (0)