You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Yi Liu (JIRA)" <ji...@apache.org> on 2013/08/06 05:31:50 UTC

[jira] [Created] (HADOOP-9838) Token Implementation for HAS

Yi Liu created HADOOP-9838:
------------------------------

             Summary: Token Implementation for HAS
                 Key: HADOOP-9838
                 URL: https://issues.apache.org/jira/browse/HADOOP-9838
             Project: Hadoop Common
          Issue Type: Task
          Components: security
    Affects Versions: 3.0.0
            Reporter: Yi Liu


This issue is Token Implementation for HAS. We will implement Identity token and Access Token. Identity token is gotten after client is authenticated and is issued by Identity token service and is required when client requests access token. Access token is issued by Authorization service, and is used when client accesses Hadoop service.  In this GIRA, we'll

•	Implement Identity Token: contains identity attributes of client, it's signed and can be verified, and it's valid in lifecycle. 
•	Implement Access Token: contains more attributes which can be used for authorization, it's signed and can be verified, and it's valid in lifecycle.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira