(Quick Reference)

1 Introduction to the Spring Security Kerberos Plugin - Reference Documentation

Authors: Burt Beckwith

Version: 1.0.0

Table of Contents

1 Introduction to the Spring Security Kerberos Plugin

The Kerberos plugin adds Kerberos single sign-on support to a Grails application that uses Spring Security. It depends on the Spring Security Core plugin.

Once you have configured a Kerberos server (typically Microsoft Active Directory or MIT Kerberos) and have configured your Grails application(s) as clients, users who are have authenticated at the Kerberos server will be automatically authenticated as a user of your application(s) without requiring a password.

1.1 History

  • Version 1.0.0
    • released December 7, 2015
  • Version 1.0-RC1
    • released October 24, 2013
  • Version 0.1
    • released January 30, 2011