[xwiki-users] Issues migrating from 7.4.4 to 8.4.5

2017-05-16 Thread gfinesch
[[Note: The XWiki project is switching away from this mailing list and moving to a forum: https://discourse.xwiki.org. This list will be made readonly in a few days. Please post on the forum from now on. Thanks.]] - Hi, I'm trying to migrate my 7.4.4 (test environment) instance to the

Re: [xwiki-users] OAuth2 Logout

2017-05-05 Thread gfinesch
Yes, now I know that . I had to try either one way or the other and I've realized that I probably chose the "wrong" one. If I have enough time and...budget , I'll fix the problem by using the component's way of customization. -- View this message in context:

Re: [xwiki-users] OAuth2 Logout

2017-05-05 Thread gfinesch
Thank you for your replies. I was actually trying avoiding the deprecated methods used by the OpenId Connect Extension you suggested so I took the CAS Extension source code as an example and from that I built my code. The login part runs without errors, the logout part doesn't. We are currently

[xwiki-users] OAuth2 Logout

2017-04-28 Thread gfinesch
I'm integrating Xwiki with OAuth2. I managed to login but now I'm struggling with logging out from the server when I click on 'logout' in Xwiki. This is the code snippet that performs the redirection to the server to logout from it: else if ("logout".equals(context.getAction())