Project

General

Profile

Actions

Feature #3312

closed

Make it possible to use the REMOTE_USER / sso/apache.rb authentication with mod_auth_kerb

Added by Jan Pazdziora over 10 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Authentication
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

Stock Foreman 1.3 can be configured to use SPNEGO/GSSAPI/Negotiate authentication. However, when it is configured via naive wholesale <Location />, for example in /etc/httpd/conf.d/auth_kerb.conf

  <Location />
  AuthType Kerberos
  AuthName "Kerberos Login" 
  KrbMethodNegotiate On
  KrbMethodK5Passwd Off
  KrbAuthRealms EXAMPLE.COM
  Krb5KeyTab /etc/http.keytab
  KrbLocalUserMapping On
  require valid-user
  </Location>

the solution has certain problems (also described at http://projects.theforeman.org/projects/foreman/wiki/Foreman_and_mod_auth_kerb/1):

Some of the locations in Foreman might need the authentication disabled and the proposed <Location /> will cover them all. They need to be identified and exceptions added to Apache configuration. For SPNEGO, this configuration will force the negotiation to happen for every access to the WebUI -- first with 401 result, then second request with negotiation result with result 200, slowing the operation significantly down. Plus, users have to already exist in Foreman database or the authentication will fail -- that however defeats the purpose of using external authentication mechanism.

The goal of this issue is to make the REMOTE_USER authentication more usable by external Apache mod_auth_* modules, specifically with mod_auth_kerb in mind. The authentication should happen on single dedicated location (say /users/extlogin) and after the authentication, the standard Foreman session should be used. If the user does not exist in Foreman database, minimal user record to make the account usable should be created.


Related issues 3 (1 open2 closed)

Related to Installer - Feature #3710: Configure Kerberos/mod_auth_kerb with a keytab for Foreman web UIResolvedActions
Has duplicate Foreman - Feature #3502: As an AD user I'd like to have integration with ADClosed10/25/2013Actions
Blocks Foreman - Tracker #5031: External authentication supportNew04/02/2014

Actions
Actions

Also available in: Atom PDF