Feature #2988
Authenticate to new API via REMOTE_USER
Description
This allows the setting 'authorize_login_delegation_api' to work. Basically if foreman is behind any kind of proxy using Integrated Windows Authentication or Apache and mod_authnz_ldap, CAS, Cosign, WebAuth, mod_auth_sspi, etc.., foreman should trust its authentication through REMOTE_USER on API calls too.
This covers the new, dedicated API rather than the API in the UI controllers, which was enabled in #1820.
Related issues
Associated revisions
History
#1
Updated by Dominic Cleal over 9 years ago
- Status changed from New to Ready For Testing
#2
Updated by Dominic Cleal over 9 years ago
- Related to Feature #1820: Authenticate API calls via REMOTE_USER too added
#3
Updated by Daniel Lobato Garcia over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 852ff7141e6a77a63087b40201782d2f3f42f24b.
fixes #2988 - merge authentication code, enables REMOTE_USER auth on new API controllers