Jump to content

Kereberos authentication


Guest Prabhu

Recommended Posts

Guest Prabhu

I am working on a project with the requirement to contact with RESTful APIs from a LabVIEW client. The server uses Kerberos authentication. I would like to know if this REST client can be used in there. If yes, do we have some examples?

Link to comment
Share on other sites

Yes and no.

Yes, it's possible. You will need to write to the http request header a "Authorization: Negotiate [token]" instead of "Authorization: Basic" (for basic password authentication).

However (this is the "no" part), you probably will need to implement the security token handshaking protocol yourself -- I don't see (via googling) that anyone has done that.

See here for a high level overview. There's a more detailed, technical explanation of the process here

Link to comment
Share on other sites

  • 2 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.