Hi I am using neodash docker image to run the container inside my EC2 instance with the Google SSO enablement. What I want to know is there a way to save the SSO sessions from users who logged once and let them log again without providing the google account details. Below is the command I use.
sudo docker run -d \
-e ssoEnabled=true \
-e ssoDiscoveryUrl="https://xxxx.xxxx.net:7687/discovery.json" \
-e standalone=true \
-e standaloneProtocol="bolt+s" \
-e standaloneHost="xxxx.xxxx.net" \
-e standalonePort="7687" \
-e standaloneDatabase="XXXXX" \
-e standaloneDashboardName="XXXXX Neodash View" \
-e standaloneDashboardDatabase="neo4j" \
--network=host \
nielsdejong/neodash