Description
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.
Attachments
Attachments
Issue Links
- Is contained by
-
HADOOP-9798 TokenAuth Implementation - HAS
- Open