Saml configuration values in sightly for aem6.5
Hi ,
Wanted to know if there is any way or exact I could use to fetch the values that are stored in saml based on runmodes
I have under
/apps/project/configuration/config.local
com.adobe.granite.auth.saml.SamlAuthenticationHandler-applicationName
from that i need to fetch logout url value .
The property is stored as logoutUrl
Now I need to get the value of this in the sightly code i.e in *.html file
Which I could use for href value
Could anyone provide inputs as how this could be resolved
Thanks