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 int

Re: [xwiki-users] OAuth2 Logout

2017-05-05 Thread Thomas Mortagne
If you are referring to the use of Utils.getComponent it's not exactly deprecated but discouraged to avoid having people using it in components but XWikiAuthServiceImpl is still old style so there is not much way around it right now. On Fri, May 5, 2017 at 10:11 AM, gfinesch wrote: > Thank you f

Re: [xwiki-users] [myxwiki] new wiki request

2017-05-05 Thread Thomas Mortagne
You can access your new wiki on http://gdni.myxwiki.org. Enjoy ! On Thu, May 4, 2017 at 8:28 PM, Rajesh Sharma wrote: > Hi Thomas, > > I have registered gdni on Xwiki. Kindly help in hosting the same. > > Thanks, > Gdni > > On May 4, 2017 6:32 PM, "Thomas Mortagne" > wrote: > > I can't find an

Re: [xwiki-users] How to verify user/password from XWiki from another app

2017-05-05 Thread tadewos somano
Hi Thomas, Thank you. But now I realize that it is difficult to import user credentials of xwiki database to interpret from php based application. So my question is : Is it possible to import user credentials of other application( which stores without encryption) to xwiki database to make xwiki an

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: http://xwiki.475771.n2.nabble.com/O

Re: [xwiki-users] How to verify user/password from XWiki from another app

2017-05-05 Thread Thomas Mortagne
I don't think you need to "import" anything. As I explained in "Use another application as reference" section you can use JDBC authenticator to tell XWiki to use credentials stored in a different database somewhere, you just need to explains it how it can access the database and it even support va

[xwiki-users] export user rights setting for all pages

2017-05-05 Thread jan.steh...@gmail.com
Hello, after upgrade from very old 5.X version to the new 9.X version, I'm fighting with correct rights settings. I need to reset all pages to the default rights setting. Is there any easy way how to do it? Or another question, is there any chance how to export/dump the current page rights settings