File tree 3 files changed +9
-0
lines changed 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ services:
88
88
- XMPP_GUEST_DOMAIN
89
89
- XMPP_MUC_DOMAIN
90
90
- XMPP_RECORDER_DOMAIN
91
+ - TOKEN_AUTH_URL
91
92
networks :
92
93
meet.jitsi :
93
94
aliases :
Original file line number Diff line number Diff line change @@ -335,3 +335,6 @@ JIBRI_LOGS_DIR=/config/logs
335
335
# Container restart policy
336
336
# Defaults to unless-stopped
337
337
RESTART_POLICY=unless-stopped
338
+
339
+ # Authenticate using external service or just focus external auth window if there is one already.
340
+ # TOKEN_AUTH_URL=https://auth.meet.example.com/{room}
Original file line number Diff line number Diff line change @@ -255,6 +255,11 @@ config.transcribingEnabled = {{ $ENABLE_TRANSCRIPTIONS }};
255
255
config . brandingDataUrl = '{{ .Env.BRANDING_DATA_URL }}' ;
256
256
{ { end - } }
257
257
258
+ { { if . Env . TOKEN_AUTH_URL - } }
259
+ // Authenticate using external service or just focus external auth window if there is one already.
260
+ config . tokenAuthUrl = '{{ .Env.TOKEN_AUTH_URL }}' ;
261
+ { { end - } }
262
+
258
263
259
264
// Deployment information.
260
265
//
You can’t perform that action at this time.
0 commit comments