You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
guruchai
changed the title
Support Kerberos Credentials based Authentication
Support Kerberos Credentials based Basic Authentication
Jul 4, 2019
Currently, we have to authentication handlers
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.
The text was updated successfully, but these errors were encountered: