Hallo,
i succeeded to implement an SSO Authentication for Xwiki using a configured
URL with some parameter and the login is functioning well.
The logout will not work if the passed parameter is still in the URL.
To logout user must go after login to another page so that parameter is no
more.
I will appreciate any help.
Thanks
Show replies by date
Did you implemented checkAuth(XWikiContext context) in your
authenticator ? Deciding if a user is still authenticated is supposed
to be your authenticator job when it's a SSO, if the user is not
authenticated anymore then this method is supposed to return null.