Actions
Feature #2988
closedAuthenticate 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.
Updated by Dominic Cleal over 11 years ago
- Status changed from New to Ready For Testing
Updated by Dominic Cleal over 11 years ago
- Related to Feature #1820: Authenticate API calls via REMOTE_USER too added
Updated by Daniel Lobato Garcia over 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 852ff7141e6a77a63087b40201782d2f3f42f24b.
Actions