oidc access-token in workspace
Hey so I'm using coder and it's great! Thanks this tool is awesome!
I'm about to integrate OIDC again. I had it running with zitadel before, but my question is how do I use the oidc token to provide SSO functionality.
eg I have an isolated deployment of gitlab using the Cloud Native Gitlab containers on an isolated network.
Both the gitlab instance and the coder instance will use Zitadel as the OIDC provider.
How do I seed the oidc token into the environment so that firefox/chrome can see it?
As context I'm deploying "web based desktops", I'm not reverse proxying them from coder. I'm using traefik, the dns terraform provider, and linuxserver/webtop:ubuntu-xfce as the "webtop".
From the coder side of the house, I'm treating it as an external application and providing the URL. The URL is being registered just in time with the DNS server of the ecosystem using RFC 2136
I'm about to integrate OIDC again. I had it running with zitadel before, but my question is how do I use the oidc token to provide SSO functionality.
eg I have an isolated deployment of gitlab using the Cloud Native Gitlab containers on an isolated network.
Both the gitlab instance and the coder instance will use Zitadel as the OIDC provider.
How do I seed the oidc token into the environment so that firefox/chrome can see it?
As context I'm deploying "web based desktops", I'm not reverse proxying them from coder. I'm using traefik, the dns terraform provider, and linuxserver/webtop:ubuntu-xfce as the "webtop".
From the coder side of the house, I'm treating it as an external application and providing the URL. The URL is being registered just in time with the DNS server of the ecosystem using RFC 2136