Jerry Chen created HADOOP-9814:
----------------------------------

             Summary: Access Token Service API
                 Key: HADOOP-9814
                 URL: https://issues.apache.org/jira/browse/HADOOP-9814
             Project: Hadoop Common
          Issue Type: Task
          Components: security
    Affects Versions: 3.0.0
            Reporter: Jerry Chen


Access Token Service API defines the service interface for client requesting 
access token to a Hadoop service. A valid identity token which stands for an 
authenticated user must be provided to exchange an access token. An access 
token is for a specific service and thus cannot be used for accessing other 
Hadoop service than it was originally requested for. The scope of this task is 
highlighted as following: 

* Define Access Token Service API interface and commonn facilities.
* Specify how to configure and register Access Token Service implementation 
based on the pluggable framework.


--
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