Skip to content

SIGAN/gssapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!