Skip to content

Instantly share code, notes, and snippets.

/*
* Copyright 2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
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