This website is originally written in the Czech language. Most content is machine (AI) translated into English. The translation may not be exact and may contain errors.
Kerberos and Single Sign-On
Authentication protocol that is widely used (not only) by Microsoft. The articles focus on single sign-on (SSO), in practice it is very much about using Microsoft Active Directory Domain Services.
Kerberos protocol and Single sign-on
Let's look at the standard Kerberos protocol, which has long been used in Windows and is the primary authentication protocol in recent versions. This protocol is very secure and by design supports single sign-on. And SSO is what we're interested in. Kerberos is widely used (not only on Windows), but we will base the description on the MS implementation in a domain environment.
06.03.2014 | 15.09.2010 | Samuraj - Petr Bouška | Microsoft admin | 34 461x | Comments [7]
Kerberos SSO - Internet Explorer and Firefox settings
The article deals with setting up the client to be able to use Single sign-on against the application on the server. We take Microsoft Windows as clients that are joined to a domain, all SSO authentication is against Active Directory and we consider only Kerberos protocol. Of course our server application must support SSO. Mainly we will be looking at web applications and therefore web browser configuration and bulk configuration using Group Policy.
16.09.2010 | | Microsoft admin | 22 337x | Comments [7]
Kerberos SSO in a PHP application with Apache on Linux
In previous articles, we have described the Kerberos protocol and its use in Single sign-on. Also, using SSO from a Windows client perspective, primarily when authenticating to a web application. Today we'll look at the other side, the web server and the use of SSO in our web application. The basic description is general, but in the details we have to work from precise conditions. Again, we will take advantage of the fact that we have user management in an Active Directory domain, and thus authentication to AD using Kerberos. The clients will be on Windows as we described in the last article. On the server we will be using the Apache application server and a small mention of the code will be related to the PHP language.
08.04.2013 | 22.09.2010 | | webdesign | 39 851x | Comments [12]
Kerberos authentication and group membership
The article describes a problem I recently encountered. It is a situation where we have a user who is a member of a large number of groups. I first ran into a problem with a web application that uses SSO and it stopped working. The solution is to modify the Apache or Tomcat configuration. Then I ran into a problem in Windows 7 where the user stopped authenticating correctly (while some features still worked).
16.01.2014 | | Microsoft admin | 13 213x | Comments [0]