Skip to content

Instantly share code, notes, and snippets.

@beckje01
Forked from anonymous/samlconfig.groovy
Created January 8, 2013 17:37
Show Gist options
  • Save beckje01/4485923 to your computer and use it in GitHub Desktop.
Save beckje01/4485923 to your computer and use it in GitHub Desktop.
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