I would like to read the metadata from the external xml file in my saml configuration . Can anybody tell me whether it is possible or not . if yes then how?
currently i tried with this:-
grails.plugins.springsecurity.saml.metadata.sp.file = 'file:c://temp/idp_local.xml'
In my web project I put metadata in resources under src directory. Content gets deployed inside WEB-INF/classes in the final WAR. In your spring security configuration file you can then use this code for example: