SSO/HTTP

From Authentication Tools for Joomla! (JAuthTools)

< SSO(Difference between revisions)
Jump to: navigation, search
(New page: HTTP Authentication utilises server provided authentication mechanisms to identify and authorize the users request. For Apache, numerous solutions do exist, a small selection below: * Bas...)
 
(3 intermediate revisions not shown)
Line 3: Line 3:
For Apache, numerous solutions do exist, a small selection below:
For Apache, numerous solutions do exist, a small selection below:
* Basic
* Basic
-
* Kerberos
+
* [[Kerberos]]
-
* LDAP (e.g. user lookup)
+
* [[LDAP]] (e.g. user lookup)
* DBD (e.g. MySQL, Postgres, Oracle, etc)
* DBD (e.g. MySQL, Postgres, Oracle, etc)
For IIS, there are limited options:
For IIS, there are limited options:
-
* Basic (NTLM)
+
* Basic ([[NTLM]])
-
* Kerberos (Negotiate)
+
* [[Kerberos]] (Negotiate)
For either major system, further user details rely on parent schemes (e.g. LDAP provided by AD/eDirectory; MySQL DB with user information) provided by [[Users Sources]] to autocreate and manage users if necessary.
For either major system, further user details rely on parent schemes (e.g. LDAP provided by AD/eDirectory; MySQL DB with user information) provided by [[Users Sources]] to autocreate and manage users if necessary.
-
[[Category:SSO]] [[Category:Kerberos]] [[Category:MSAD]]
+
There are some [[SSO/Troubleshooting|troubleshooting tips]] for getting things to work.
 +
 
 +
'''Note: Joomla! 1.0.x users are able to use this specific method through the [[SSO/HTTP/Mambot|HTTP SSO mambot]].'''
 +
 
 +
[[Category:SSO]] [[Category:LDAP]] [[Category:Kerberos]] [[Category:MSAD]]

Current revision as of 01:36, 20 August 2008

HTTP Authentication utilises server provided authentication mechanisms to identify and authorize the users request.

For Apache, numerous solutions do exist, a small selection below:

  • Basic
  • Kerberos
  • LDAP (e.g. user lookup)
  • DBD (e.g. MySQL, Postgres, Oracle, etc)


For IIS, there are limited options:

For either major system, further user details rely on parent schemes (e.g. LDAP provided by AD/eDirectory; MySQL DB with user information) provided by Users Sources to autocreate and manage users if necessary.

There are some troubleshooting tips for getting things to work.

Note: Joomla! 1.0.x users are able to use this specific method through the HTTP SSO mambot.

Personal tools