<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<br>
<div class="moz-cite-prefix">On 6/12/15 6:38 PM, Brent Putman wrote:<br>
</div>
<blockquote cite="mid:557B5F7D.8030706@georgetown.edu" type="cite">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
From the variables list at top of login.vm:<br>
<br>
<tt>## environment - Spring Environment object for property
resolution<br>
<br>
<br>
</tt></blockquote>
<br>
Btw, it's mentioned here in the wiki:<br>
<br>
<a class="moz-txt-link-freetext" href="https://wiki.shibboleth.net/confluence/display/IDP30/VelocityProperties">https://wiki.shibboleth.net/confluence/display/IDP30/VelocityProperties</a><br>
<br>
<br>
<br>
<blockquote cite="mid:557B5F7D.8030706@georgetown.edu" type="cite"><tt>
<br>
</tt>So you might just try something like:<br>
<br>
<tt>$environment.getProperty('idpNodeName')</tt><br>
</blockquote>
<br>
The wiki also documents the variant that returns a default value
used when the property isn't set, which might be useful. So
something like<br>
<br>
<tt>$environment.getProperty('idpNodeName', 'some-default-value')</tt><tt><br>
</tt><br>
</body>
</html>