SSO and gitlab connectivity in TLJH

Hello everyone,
Wanted to know if there is any way to enable AD SSO with TLJH and if I can automatically store all the code files created by users in a private gitlab repository.

I don’t think there’s a ready-made solution to this, but you can use Spawner.auth_state_hook to load credentials from the user’s auth_state, e.g. into spawner.environment, and then go from there.

Alternately, you could put this info into a volume, if you’re using something like KubeSpawner.