discuss
October 12, 2016, 4:34pm
#1
(from github.com/chankrisna )
Hi Fess Author,
i found in doc of version 9.4 is allow to change Database from H2 to other. and i try to change to Postgresql by change config in dbflute_fess but doesn’t work. Is it possible to change database in version 10.2 ?
discuss
October 12, 2016, 9:22pm
#2
(from github.com/marevol )
Fess 10.x does not need any databases.
discuss
October 13, 2016, 3:16am
#3
(from github.com/chankrisna )
Is it possible or not if I want to put user into postgresql . do you have any clue for do that ?
discuss
October 13, 2016, 3:26am
#4
(from github.com/marevol )
Fess 10 contains no DB. User information is in elasticsearch, LDAP/AD or OpenIDConect. DB is not supported.
discuss
October 13, 2016, 3:33am
#5
(from github.com/chankrisna )
Thank you for support, I have own oauth2 service so how to integrate with fess as login with oauth2.
discuss
October 13, 2016, 3:44am
#6
(from github.com/marevol )
OAuth2 is Authorization, not Authentication.
Fess supports only authentication system at the moment.
Therefore, OAuth is not supported.
discuss
October 13, 2016, 3:50am
#7
(from github.com/chankrisna )
does fess can support login with facebook or google plus? if have please provide me some example.
discuss
October 13, 2016, 9:39am
#8
(from github.com/marevol )
To support them, we need to create SsoAuthenticator implementation, like oic.OpenIdConnectAuthenticator.
For Google login, I think you can use OpenIdConnectAuthenticator.
discuss
October 14, 2016, 7:40am
#9
(from github.com/chankrisna )
Yes, Thank you so much. i will try.