Feature #552
Add a user authenticate XML-RPC method
Status: | Closed | Start date: | 03/31/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Daniel Molina | % Done: | 0% | |
Category: | Core & System | |||
Target version: | Release 3.0 | |||
Resolution: | fixed | Pull request: |
Description
Services like Suntone, OCCI, or any other high-level tools should be able to ask the core to authenticate a session token.
This way, the core will redirect the authenticate request to any external module in use.
Associated revisions
Feature #552: XML-RPC Method one.user.authenticate added
Feature #552: XML-RPC method implementation
Feature #552: one.user.authenticate method now returns the User ID
Feature #552: Small fix
Revert Feature #552 commits. This functionality will be provided by a new one.user.info method
This reverts commit ec31ba2b51205d3ca15983d0c776b4641ff1cc1f.
Revert "Feature #552: one.user.authenticate method now returns the User ID"
This reverts commit fd6a54392bf26c1891620910b742ca8aa37ffba4.
Revert "Feature #552: XML-RPC method implementation"
This reverts commit edb2ede58790da0ca1e833b2bbca244f60ee157b.
Revert "Feature #552: XML-RPC Method one.user.authenticate added"
This reverts commit 537253964636d2b63ca2ba1e87320c7f61349e35.
History
#1 Updated by Carlos Martín over 10 years ago
- Tracker changed from Bug to Feature
#2 Updated by Daniel Molina over 10 years ago
- Assignee changed from Carlos Martín to Daniel Molina
Update EC2, OCCI and Sunstone servers to use this new method for authenticating
#3 Updated by Carlos Martín about 10 years ago
The one.user.info method can be called with user_id -1 to:
- Check if the session token is authenticated
- And retrieve all the user information. This will include groups in the future.
#4 Updated by Ruben S. Montero almost 10 years ago
- Status changed from New to Closed
- Priority changed from High to Normal
- Resolution set to fixed