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!
@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.
Yes, I used nano /opt/traccar/conf/traccar.xml
, copied and pasted with <entry key=''></entry>
, and it worked.
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!