Logging out from an existing Moria2 SSO session is simply done by browsing to the Moria2 instance's logout URL, for example by redirecting the user. This will accomplish two things:
In addition, the logout service also takes an URL parameter. Following logout, the user will be redirected to the URL passed on in this parameter instead of being shown the default Moria2 logout page. This allows a service to decide how to present the user with logouts. The name of the parameter is configurable at the discretion of the Moria2 administrator.
A service may very well implement its own form of session management. Please note that the logout procedure described here only applies to a SSO session as it exists internally in Moria2. It is technically possible for a user to log out of Moria2 and still be logged into such a service, or vice versa.
Please refer to this chapter for a link to the logout service as found in the instance of Moria2 run by FEIDE.
The name of the logout URL parameter in the FEIDE instance is
redirect
; thus, you would add the following
substring on the end of the logout service's URL:
?redirect=http://some.other.server/some/other/page