Lunorien
Power Bi / Looker Stuido Conection
You should be able to connect it to the postgres db, but if you are running it on docker, you will have to tweak the db container settings and db settings to allow outside connections. In that case also make sure you properly configure firewalls and use a good password :)
6 replies
Microsoft SSO on Self Hosted Instance
I checked and everything seems fine, i'm a bit confused on why the function is trying to fetch that ip, and why its timing out. If if was a bad request it would just say so, maybe its a problem with my firewall, but I am not sure.
22 replies
Microsoft SSO on Self Hosted Instance
My env:
AUTH_MICROSOFT_APIS_CALLBACK_URL=https://myurl.com/auth/microsoft-apis/get-access-token
AUTH_MICROSOFT_CALLBACK_URL=https://myurl/auth/microsoft/redirect
AUTH_MICROSOFT_CLIENT_ID=myclientid
AUTH_MICROSOFT_CLIENT_SECRET=myclientsecret
AUTH_MICROSOFT_ENABLED=true
22 replies