samples
samples copied to clipboard
Impersonation custom policy error typos
trafficstars
Typo in the error message of the Impersonation custom policy sample: <InputParameter Id="value" DataType="string" Value="You are not allow to impersonate. Please content your administrator" />
Should be: <InputParameter Id="value" DataType="string" Value="You are not allowed to impersonate. Please contact your administrator" />
Maybe should be fixed in case anyone using the sample doesn't pick up on it.