Jump to content

PZim

Members
  • Content Count

    1
  • Joined

  • Last visited

Everything posted by PZim

  1. Hello, Actually we have an application writen with Delphi 2006, that makes several requests HTTP, in an active directory environment. We want to change the protocol from NTLM authentication to Kerberos. Based on the documentation provided, we can use the component TRestOAuth to obtain a authentication token. (Kerberos) We can read in the documentation : (http://wiki.overbyte.eu/wiki/index.php/FAQ_Using_TRestOAuth) 'The preferred authorization method is for the native application to launch the standard browser and redirect to localhost where a small web server runs to capture the Authorization Code. That is how TRestOAuth works, transparently to the user, capturing the Authorization Code and using it for a token grant to get an Access Token.' We are looking for an example of how to implement a authentication Kerberos. As we understand the explanation from your documentation, we must also install a small web server onto the client post. In this way, do we use a solution like keycloak ? https://www.keycloak.org/ Thanks for your help
×