Actions
Feature #8852
openadd token-based authentication feature for API
Status:
New
Priority:
Normal
Assignee:
-
Category:
API
Target version:
-
Updated by Dominic Cleal almost 10 years ago
Updated by The Foreman Bot almost 10 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2052 added
- Pull request deleted (
)
Updated by Joseph Magen almost 10 years ago
Updated by Tomáš Strachota almost 10 years ago
- Related to Feature #8888: hammer auth should support token based authentication added
Updated by Dominic Cleal almost 10 years ago
- Related to Feature #1301: Consider adding a per-user API key added
Updated by Jan Pazdziora almost 10 years ago
Dominic Cleal wrote:
We have OAuth support (#1576), session support ...
How is session support related to this bearer token support? Is it the same?
Updated by Jan Pazdziora almost 10 years ago
- Related to Feature #8923: Ability to use Negotiate/Kerberos authentication to API and hammer added
Updated by Dominic Cleal almost 10 years ago
Jan Pazdziora wrote:
Dominic Cleal wrote:
We have OAuth support (#1576), session support ...
How is session support related to this bearer token support? Is it the same?
A user who has authed via the usual login page will have a Rails session and cookie, which works to auth against the API. Katello (an Angular app I believe) relies on this as the client-side JavaScript queries the API using the active session.
Updated by Joseph Magen almost 9 years ago
- Status changed from Ready For Testing to New
- Assignee deleted (
Joseph Magen)
Switched status back to New. Simon, can you take a look at this?
Actions