Skip to content

Instantly share code, notes, and snippets.

Created January 8, 2013 17:37
Show Gist options
  • Save anonymous/4485919 to your computer and use it in GitHub Desktop.
Save anonymous/4485919 to your computer and use it in GitHub Desktop.
Grails Spring Security SAML config first half for the key manager setup.
grails.plugins.springsecurity.saml.keyManager.defaultKey = 'qa' //The self signed key generated
grails.plugins.springsecurity.saml.keyManager.storeFile = 'classpath:security/keystore.jks' //Change to where you have the keystore
grails.plugins.springsecurity.saml.keyManager.storePass = 'password' //Password for the keystore
grails.plugins.springsecurity.saml.keyManager.passwords =['qa':'password'] //Alias and password for each key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment