8000 GetPrincipalPipe · frankframework/frankframework Wiki · GitHub
[go: up one dir, main page]

Skip to content
BonnoSmeele edited this page Oct 9, 2024 · 4 revisions

The following is a simple example configuration for using the GetPrincipalPipe:

	
<GetPrincipalPipe
	name="FindPrincipal"
	storeResultInSessionKey="principal"
	preserveInput="true">
	<forward name="success"	path="NextPipe" />
</GetPrincipalPipe>

Clone this wiki locally

0