[mirotalksfu] - improve OIDC

هذا الالتزام موجود في:
Miroslav Pejic
2025-07-11 09:00:27 +02:00
الأصل 99afc2b1d5
التزام be70fd683c
7 ملفات معدلة مع 12 إضافات و12 حذوفات

عرض الملف

@@ -92,6 +92,8 @@ OIDC_BASE_URL= # OIDC base URL es https://you
OIDC_CLIENT_ID=clientID # OIDC client ID
OIDC_CLIENT_SECRET=clientSecret # OIDC client secret
OIDC_SECRET=mirotalksfu-oidc-secret # OIDC secret
OIDC_AUTH_REQUIRED=false # set to true if authentication is required for all routes
OIDC_AUTH_LOGOUT=true # Controls automatic logout from both your app and Auth0 (true|false)
OIDC_USERNAME_FORCE=true # Force the username to match OIDC email or name (true|false)
OIDC_USERNAME_AS_EMAIL=true # Set username as email from OIDC (true|false)
OIDC_USERNAME_AS_NAME=false # Set username as name from OIDC (true|false)