Re: google oauth2 error

2020-04-16 Thread Maxim Solodovnik
EFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;`). > oauth2 authentication works properly now with google and facebook. > > > Thank you.🙂 > > > > > > > -- > *De :* Maxim Solodovnik > *Envoyé :* lundi 30 mars 2020 12:32 >

Re: google oauth2 error

2020-03-30 Thread Maxim Solodovnik
>> *Envoyé :* lundi 30 mars 2020 11:49 >> *À :* Openmeetings user-list >> *Objet :* Re: google oauth2 error >> >> `COLLATE` matters when you searching/ordering >> >> I personally using MySql (NOT MariaDB due to some weird errors, maybe >> this is o

Re: google oauth2 error

2020-03-30 Thread Maxim Solodovnik
ogle user ? > > > > > -- > *De :* Maxim Solodovnik > *Envoyé :* lundi 30 mars 2020 11:49 > *À :* Openmeetings user-list > *Objet :* Re: google oauth2 error > > `COLLATE` matters when you searching/ordering > > I personally using MySql (NOT MariaDB due t

Re: google oauth2 error

2020-03-30 Thread Maxim Solodovnik
TE utf8_general_ci;`) > > On Mon, 30 Mar 2020 at 18:30, Ruben ALLITTEH > wrote: > > User mapping > > > > > > > > -------------- > *De :* Maxim Solodovnik > *Envoyé :* lundi 30 mars 2020 11:20 > *À :* Openmeetings user-list > *Objet :* Re: google oauth2 er

Re: google oauth2 error

2020-03-30 Thread Maxim Solodovnik
mapping > > > > > > > > -- > *De :* Maxim Solodovnik > *Envoyé :* lundi 30 mars 2020 11:20 > *À :* Openmeetings user-list > *Objet :* Re: google oauth2 error > > Can you see the attribute mapping in Admin->LDAP, are you? > > I would appreciate if you can test lates

RE: google oauth2 error

2020-03-30 Thread Ruben ALLITTEH
User mapping [cid:b2e4e509-04e3-4717-a5a1-5f59eb7bb339] De : Maxim Solodovnik Envoyé : lundi 30 mars 2020 11:20 À : Openmeetings user-list Objet : Re: google oauth2 error Can you see the attribute mapping in Admin->LDAP, are you? I would appreciate if

Re: google oauth2 error

2020-03-30 Thread Maxim Solodovnik
an try to install OM 5.0.0-M3 on a test server and I will check. >> >> >> >> >> >> -- >> *De :* Maxim Solodovnik >> *Envoyé :* lundi 30 mars 2020 10:54 >> *À :* Openmeetings user-list >> *Objet :* Re: google oauth2 error >&g

Re: google oauth2 error

2020-03-30 Thread Maxim Solodovnik
re : > https://issues.apache.org/jira/browse/OPENMEETINGS-2057 > > I can try to install OM 5.0.0-M3 on a test server and I will check. > > > > > > -- > *De :* Maxim Solodovnik > *Envoyé :* lundi 30 mars 2020 10:54 > *À :* Openmeetings user-l

RE: google oauth2 error

2020-03-30 Thread Ruben ALLITTEH
: Openmeetings user-list Objet : Re: google oauth2 error The OAuth part was successful Then there was problem during saving GUser into DB What DB are you using? Can you check if you have this issue with 5.0.0-M3 (or upcoming M4-SNAPSHOT) if it will be not too complicated ... ? On Mon, 30 Mar 2020 at 17:47

Re: google oauth2 error

2020-03-30 Thread Maxim Solodovnik
ed(ReflectiveMethodInvocation.java:186) > at > org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) > at > org.apache.openmeetings.db.dao.user.UserDao$$EnhancerBySpringCGLIB$$ffdd416.update() > at > org.apache.openmeetings.web.

RE: google oauth2 error

2020-03-30 Thread Ruben ALLITTEH
com.sun.proxy.$Proxy135.loginOAuth(Unknown Source) at org.apache.openmeetings.web.pages.auth.SignInPage.loginViaOAuth2(SignInPage.java:298) at org.apache.openmeetings.web.pages.auth.SignInPage.(SignInPage.java:111) De : Maxim Solodovnik Envoyé : lundi 30 mars

Re: google oauth2 error

2020-03-30 Thread Maxim Solodovnik
27;. 🙁 > I have take the another URL on ''google identity platform'' page. > > > -- > *De :* Maxim Solodovnik > *Envoyé :* lundi 30 mars 2020 09:54 > *À :* Openmeetings user-list > *Objet :* Re: google oauth2 error > > Well

RE: google oauth2 error

2020-03-30 Thread Ruben ALLITTEH
mars 2020 09:54 À : Openmeetings user-list Objet : Re: google oauth2 error Well It seems you have changed "Request token URL" to inaccessible URL https://www.googleapis.com/oauth2/token originally was https://accounts.google.com/o/oauth2/token On Mon, 30 Mar 2020 at 16:41, Ruben ALLIT

Re: google oauth2 error

2020-03-30 Thread Maxim Solodovnik
> org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) > at > java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) > at > java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) > at > org

RE: google oauth2 error

2020-03-30 Thread Ruben ALLITTEH
ase/java.lang.Thread.run(Thread.java:834) De : Maxim Solodovnik Envoyé : lundi 30 mars 2020 09:23 À : Openmeetings user-list Objet : Re: google oauth2 error This usually mean there are FS permissions issue Please check catalina.out (if it is up-to-date) :) On M

Re: google oauth2 error

2020-03-30 Thread Maxim Solodovnik
> 'manager.log', 'access.log' > -- > *De :* Maxim Solodovnik > *Envoyé :* lundi 30 mars 2020 08:55 > *À :* Openmeetings user-list > *Objet :* Re: google oauth2 error > > I believe you need to check `openmeetings.log` instead of `access log` > (share with

RE: google oauth2 error

2020-03-30 Thread Ruben ALLITTEH
I don't have 'openmeetings.log' on my server. I just have 'catalina.log', 'manager.log', 'access.log' De : Maxim Solodovnik Envoyé : lundi 30 mars 2020 08:55 À : Openmeetings user-list Objet : Re: goo

Re: google oauth2 error

2020-03-30 Thread Maxim Solodovnik
reenWidth=1536&screenHeight=864&screenColorDepth=24&utcOffset=0&utcDSTOffset=0&browserWidth=1536&browserHeight=539&hostname=media.trstech.net&codebase=https%3A%2F%2Fmedia.trstech.net%3A5443%2Fopenmeetings%2Foauth%2F2&settings=%5Bobject%20Object%5D&_=1585557141479 > HTTP/1

RE: google oauth2 error

2020-03-30 Thread Ruben ALLITTEH
DSTOffset=0&browserWidth=1536&browserHeight=539&hostname=media.trstech.net&codebase=https%3A%2F%2Fmedia.trstech.net%3A5443%2Fopenmeetings%2Foauth%2F2&settings=%5Bobject%20Object%5D&_=1585557141479 HTTP/1.1" 200 80 [30/Mar/2020:08:32:23 +] "GET /openmeetings/?2-

Re: google oauth2 error

2020-03-28 Thread Maxim Solodovnik
Hello, Google OAuth works on demo https://om.alteametasoft.com:8443/next/ Can you check openmeetings.log? On Sat, 28 Mar 2020 at 21:57, Ruben ALLITTEH wrote: > > Hello ! > > I’m trying to configure oauth2 google for openmeetings 5.0.0-M2 > > I have activated ID client oauth2 with client ID and