Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit db2d443

Browse files
authored
Update middleware.md
1 parent 81d70cf commit db2d443

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/auth/middleware.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
in some other means with Apache. Adldap2 does not set this up for you. To enable Windows Authentication, visit:
55
https://www.iis.net/configreference/system.webserver/security/authentication/windowsauthentication/providers/add
66

7-
SSO authentication allows you to authenticate your users by the pre-populated `$_SERVER['AUTH_USER']` (or `$_SERVER['REMOTE_USER']`)
8-
that is filled when users visit your site when SSO is enabled on your server. This is configurable in your `adldap_auth.php`
9-
configuration file.
7+
SSO authentication allows you to authenticate your domain users automatically in your application by
8+
the pre-populated `$_SERVER['AUTH_USER']` (or `$_SERVER['REMOTE_USER']`) that is filled when
9+
users visit your site when SSO is enabled on your server. This is
10+
configurable in your `adldap_auth.php`configuration file.
1011

1112
> **Note**: The WindowsAuthenticate middleware utilizes the `scopes` inside your `config/adldap.php` file.
1213
> A user may successfully authenticate against your AD server when visiting your site, but

0 commit comments

Comments
 (0)