Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Kerberos Credentials based Basic Authentication #569

Closed
guruchai opened this issue Jul 4, 2019 · 0 comments · Fixed by #567
Closed

Support Kerberos Credentials based Basic Authentication #569

guruchai opened this issue Jul 4, 2019 · 0 comments · Fixed by #567
Assignees

Comments

@guruchai
Copy link
Contributor

guruchai commented Jul 4, 2019

Currently, we have to authentication handlers

  1. Kerberos SPNEGO Authentication Handler
  2. Knox based JWT handler.

We are introducing a new authentication handler(KerberosLoginAuthenticationHandler) which allows to authenticate a user based on userId and password he/she provides in https POST request. In the absence of credentials or https or login failure, SPNEGO is attempted just as it's done now.
The handler expects the credentials in the Authorization header of the request in Base64 encoded bytes of "userId:password" string.

@guruchai guruchai changed the title Support Kerberos Credentials based Authentication Support Kerberos Credentials based Basic Authentication Jul 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant