Feature #4714
Authorization tokens to include session information
Status: | Closed | Start date: | 08/17/2016 | |
---|---|---|---|---|
Priority: | Sponsored | Due date: | ||
Assignee: | Ruben S. Montero | % Done: | 0% | |
Category: | Core & System | |||
Target version: | Release 5.2 | |||
Resolution: | fixed | Pull request: |
Description
This feature is to extend the current token functionality to:
- Allow users to have more than one active tokens
- Add session information to the token. In this first iteration group could be added, so when the user is authenticated all ownership operations is based on this group, similar to the shell newgrp command.
This feature includes CLI and potentially Sunstone support
Associated revisions
feature #4714: Add multiple authentication tokens per user. Tokens are
extended to include an efective gid, used for object creation and
authorization (when using the token).
feature #4714: check group membership for EGID. Expose new interface
feature #4714: Check EGID as stored in the token is still a valid group for the user.
feature #4714: Fix inicialization of auth driver variable
Feature #4714: Add CLI support for token operations
Feature #4714: Fix const iterator
feature #4714: tabs...
Feature #4714: Fix bug in handling oneuser token --set with no tokens
Feature #4714: Update sunstone login token dialog
Feature #4714: Add expiration time and target group in sunstone
Feature #4714: handle token expiration
Feature #4714: fix bugs: remove auth file and find forever tokens
Feature #4714: Add expired token collector
F #4714: Reset all user tokens when no token is set and valid == 0
F #4714: Use always the same filename for a token
F #4714: Refactor and rename the actions
F #4714: you can now search a token by group
F #4714: update java oca
F #4714: Allow users to select objects owned just by the session's group
F #4714: Expose primary group query flag in OCA Java
F #4714: Add onedb migrator
F #4714: Fix bug for pool info mine
History
#1 Updated by Ruben S. Montero almost 5 years ago
- Status changed from New to Closed
- Resolution set to fixed