Open ID Google Connect

juangavilla2 years 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 Tananaev2 years ago

You should put those in the config file:

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

juangavilla2 years ago

Thank you!

Track-trace2 years 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.

juangavilla2 years ago

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