Part III. Spring Security Kerberos Samples

This part of the reference documentation is introducing samples projects. Generally samples can be either compiled manually by building main distribution from https://github.com/spring-projects/spring-security-kerberos or using nightly snapshots or actual release builds.

[Important]Important

If you download and run sample from a maven repo it will not work until a correct configuration is applied. See notes below for specific samples.

Chapter 5, Security Server Windows Auth Sample sample for Windows environment

Chapter 6, Security Server Side Auth Sample sample using server side authenticator

Chapter 7, Security Server Spnego and Form Auth Sample sample using ticket validation with spnego and form

Chapter 8, Security Server Spnego and Form Auth Xml Sample sample using ticket validation with spnego and form (xml config)

Chapter 9, Security Client KerberosRestTemplate Sample sample for KerberosRestTemplate