Description
In this JIRA, we will implement Authentication Service and Identity Token Service for HAS, and we will also implement some built-in authentication modules, such as LDAP/AD, Kerberos and so on. Clients authenticates with Authentication services and gets authentication result. Identity Token Service issues Identity Token. The scope of this task is highlighted as following:
• Implement Authentication service defined in TokenAuth framework. Authentication service supplies authentication framework and several built-in authentication modules implementation, and customer can also have their authentication module implementation and plug into Authentication service.
• Implement Identity Token service. It receives authentication result and issues identity token.
• Implement Authentication management facility.
• Implement LDAP/AD authentication login module, client can login using LDAP/AD account.
• Implement Kerberos authentication login module.
• Implement some web SSO login module, such as SAML2 login module.
Attachments
Issue Links
- Is contained by
-
HADOOP-9798 TokenAuth Implementation - HAS
- Open