When IDP initialize its configuration on start up, you can make any changes in its picketlink.xml file, but they won't be applied. I have tested it for changes in <KeyProvider> configuration (try to add or remove ValidatingAlias for some SP and identity federation is working without change) . I'm not sure, but maybe the problem is that initIdentityServer() method is called only once at startPicketLink(), and not in every timer run.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
When IDP initialize its configuration on start up, you can make any changes in its picketlink.xml file, but they won't be applied. I have tested it for changes in <KeyProvider> configuration (try to add or remove ValidatingAlias for some SP and identity federation is working without change) . I'm not sure, but maybe the problem is that initIdentityServer() method is called only once at startPicketLink(), and not in every timer run.