Open ID Google Connect

juangavillaa year ago

Hi everyone

So I am trying to authenticate users (open ID) with Google cloud console, I follow all the steps from https://www.traccar.org/openid-sso/ but I am not sure how to Configure Traccar with the details from Google Cloud:
-openid.clientId - Google Client ID
-openid.clientSecret - Google Client Secret
-openid.issuerUrl - https://accounts.google.com
-web.url - URL of your Traccar instance

I am trying to figure out all by myself. I deployed Traccar on Ubuntu server in Digital Ocean.

Thank you!

Anton Tananaeva year ago

You should put those in the config file:

https://www.traccar.org/configuration-file/

juangavillaa year ago

Thank you!

Track-tracea year ago

@juangavilla did you get it working? Might be interesting to add some remarks to be used with the steps https://www.traccar.org/openid-sso/ so that anyone can understand how to do it.

juangavillaa year ago

Yes, I used nano /opt/traccar/conf/traccar.xml, copied and pasted with <entry key=''></entry>, and it worked.