You can translate the question and the replies:

Where can i find sample client code for Kerberos enabled Data Services

I am looing for sample code for accessing Data Service exposed from Denodo where the security is Kerberos
user
11-01-2017 22:33:55 -0500
code

1 Answer

SPNEGO authentication is a multi-step process that involve obtaing a ticket-granting ticket (TGT) and a Kerberos service ticket for the target server, create an SPNEGO token, insert it in the HTTP header, and then follow the normal process for creating an HTTP request. However, most browsers and web service testing apps (like SOAP UI) support SPNEGO, so you can test it easily. Some browsers have SPNEGO disabled by defaul, so check your browser's documentation (or simple google "SPNEGO <browser name>" to get some extra details.
Denodo Team
13-01-2017 06:39:50 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here