Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 445 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 445 Bytes

GSSAPI.NET

GSSAPI wrapper

What is it

Wrapper library with additional simplified functionality for WebRequest handling. Includes IAuthenticationModule implementation.

How to use it

Install MIT Kerberos Client for Windows.

Authenticate to it using GUI or using keytab.

Initilize GSS API via call to Gss.InitializeAndOverrideApi.

Use your .NET application to make http queries or authenticate to services.

It only works as a CLIENT!