Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
#set ($spEntityId = $profileRequestContext.getSubcontext('net.shibboleth.profile.context.RelyingPartyContext').getRelyingPartyId())
...
 #if ($spEntityId.equals("https://sp.examle.org/shibboleth"))
	<a>particular HTML element</a>
 #end

Display

...

the first value of an attribute

...

or a default value

Code Block
languagexml
$attributeHelper.getFirstAttributeValuegetFirstAttributeDisplayValue($profileRequestContext, "eppn", "Jane Doe")