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

Reply via email to