The information in this article applies to product: e-Work 6.1 and later
When using an external URL to access e-Work that is configured for Single Sign-On (SSO), an error may be displayed in the browser, e.g.
Single Sign-on Error Error - 1002 Description - 1002 Source - eExternalForm.asp
Make sure all ampersands (&) in the redirect part of the URL are replaced with %2526 as specified in the e-Work Windows Single Sign-On document.
INCORRECT:http://mywebserver/escripts/eexternalform.asp?service=traveldept&redirect=http://mywebserver/escripts/eweb.dll/eblankform?map=flight&service=traveldept&client=external
CORRECT:http://mywebserver/escripts/eexternalform.asp?service=traveldept&redirect=http://mywebserver/escripts/eweb.dll/eblankform?map=flight%26service=traveldept%26client=external