(Quick Reference)

3 Installation - Reference Documentation

Authors: Aaron J. Zirbes

Version: 1.0.0

3 Installation

Installing the Plugin

To install this plugin, simply add the following to your grails-app/conf/BuildConfig.groovy

plugins {
   // open-ended syntax supported in Grails 2.0.0 and later
   build ':spring-security-shibboleth-native-sp:[1.0.0,)'
   // or fixed version for the Grails 1.3.x series
   //build ':spring-security-shibboleth-native-sp:1.0.0'
}

or issue the following command from within your project

grails install-plugin spring-security-shibboleth-native-sp

As mentioned previously, this plugin only works when deployed as a WAR to a shibboleth aware servlet container, so it is recommended that you use this plugin in conjunction with the Spring Security Mock plugin, or some other method of authentication when running in development mode.