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 <krallit...@outlook.fr> 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 secret. > > However authentication don’t working, once you are authenticated with > google oauth2, openmeetings redirect to the sign-in page > > > > My current configuration > > Name : Google > > > > Client_id : ooooooooooooooooooooooooooo > > > > Client_secret : **************** > > > > Redirect_URI : https://media.trstech.net:5443/openmeetings/oauth/2 > > > > Request Key URL : > https://accounts.google.com/o/oauth2/auth?redirect_uri={$redirect_uri}&response_type=code&client_id={$client_id}&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile > <https://accounts.google.com/o/oauth2/auth?redirect_uri=%7b$redirect_uri%7d&response_type=code&client_id=%7b$client_id%7d&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile> > > > > Request token URL : > https://oauth2.googleapis.com/tokeninfo?id_token={$code}&client_id={$client_id}&client_secret={$client_secret}&redirect_uri={$redirect_uri}&grant_type=authorization_code > > > > Request token attributes : > code={$code}&client_id={$client_id}&client_secret={$client_secret}&redirect_uri={$redirect_uri}&grant_type=authorization_code > > > > Request info URL : > https://www.googleapis.com/auth/userinfo?access_token={$access_token} > > > > Have anyone running google oauth2 with OM 5.0.0-M2 ? > > > > > -- WBR Maxim aka solomax