This repository was archived by the owner on Jul 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 44 in some other means with Apache. Adldap2 does not set this up for you. To enable Windows Authentication, visit:
55https://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
You can’t perform that action at this time.
0 commit comments