timja / jenkins-gh-issues-poc-06-18

0 stars 0 forks source link

[JENKINS-6501] Authentication via HTTP Header #705

Closed timja closed 10 years ago

timja commented 14 years ago

At our company we have a authentication app that handles the access to our webapps. When a User is authorized, a HTTP Header with the Username(or the ldap User) is set (In this environment Hudson connaot be accessed directly).

It would be great to have a Authentication Option: HTTP Header, which determines the Username through this Header (no password needed, cause user is already authenticated).

Another great option, would be to lookup this Username via LDAP/Active Directory via the existing plugins, to get the Real Name and so on.

I wanted to write my own Plugin for this purpose but the Hudson Plugin Tuts are too confusing for me


Originally reported by firefart, imported from: Authentication via HTTP Header
  • status: Resolved
  • priority: Major
  • resolution: Won't Fix
  • resolved: 2014-05-25T12:08:38+00:00
  • imported: 2022/01/10
timja commented 10 years ago

danielbeck:

Seems to be covered by Reverse Proxy Auth Plugin. If not, would need a new plugin, rather than core implementation.