Service Help – UserLogoff
The Sharperlight service offers a wide variety of presentation methods, each with its own set of parameters.
In this post, we will introduce the following method from among the various presentation methods available.
http://abcd.com/mdService1Rest/UserLogoff/…
{sharperlight service url}/Help#UserLogoff
|
Clears the current users session and redirects to the specified url. Note: If the Service is setup for NTLM or Windows Authentication a message will appear asking to user to close the browser to complete the sign out instead of redirecting to the url. |
|
| title=[text] | Override the default Title of logon page |
| redirect=[url] |
After the user has logged off the user will be redirected to this url address.
The url is always encoded as FromBase64String then zip memory compressed |
| redirectBase64=[url] |
After the user has logged off the user will be redirected to this url address.
The url is always encoded as FromBase64String |
| redirectSimple=[url] |
After the user has logged off the user will be redirected to this url address.
The url is not encoded except for the url char protection e.g space is %20 etc |
| language=[en|de|es|ja…] |
Override the default user account language. Defaults to English if no translations exist
language=es |
