Sitefinity CMS allows users to perform a sign out operation from the client application via HTTP. You can access the logout REST service of your Sitefinity CMS application via the /Sitefinity/SignOut service address. You can call the service directly or pass query string parameters to specify additional behavior, for example, redirect action after sign out.
NOTE: You need administrator rights to perform the sign out operation for other users.
NOTE: If the redirect_uri parameter is not set, at the end of the sign out operation, the user is redirected to the root of the site.
false
Back To Top