mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-29 19:57:14 +00:00
🔧(tilt) configure Tilt stack for full-name and short-name mapping
Update the Tilt dev stack configuration so that the full-name and short-name claim mapping works correctly with the current Keycloak configuration.
This commit is contained in:
committed by
aleb_the_flash
parent
10231b0333
commit
76542b2235
@@ -191,6 +191,8 @@ backend:
|
|||||||
SUMMARY_SERVICE_API_TOKEN: password
|
SUMMARY_SERVICE_API_TOKEN: password
|
||||||
SUMMARY_SERVICE_WEBHOOK_API_TOKEN: webhook-password
|
SUMMARY_SERVICE_WEBHOOK_API_TOKEN: webhook-password
|
||||||
RECORDING_DOWNLOAD_BASE_URL: https://meet.127.0.0.1.nip.io/recording
|
RECORDING_DOWNLOAD_BASE_URL: https://meet.127.0.0.1.nip.io/recording
|
||||||
|
OIDC_USERINFO_FULLNAME_FIELDS: first_name, last_name
|
||||||
|
OIDC_USERINFO_SHORTNAME_FIELD: first_name
|
||||||
|
|
||||||
migrate:
|
migrate:
|
||||||
command:
|
command:
|
||||||
|
|||||||
Reference in New Issue
Block a user