BARON-SSO 로그인 연동

This commit is contained in:
root
2026-07-27 17:23:52 +09:00
parent bf5e694571
commit ac5823234e
44 changed files with 1804 additions and 695 deletions
+12 -1
View File
@@ -4,4 +4,15 @@ G5_MYSQL_DB=egbim
G5_MYSQL_USER=egbim
G5_MYSQL_PASSWORD=baron3840!!
MARIADB_ROOT_PASSWORD=root_local_pass
COMPOSE_PROJECT_NAME=egbim
COMPOSE_PROJECT_NAME=egbim
# BARON SSO local test
BARON_SSO_CLIENT_ID=
BARON_SSO_CLIENT_SECRET=
BARON_SSO_AUTHORIZE_ENDPOINT=
BARON_SSO_TOKEN_ENDPOINT=
BARON_SSO_USERINFO_ENDPOINT=
BARON_SSO_ISSUER=
BARON_SSO_REDIRECT_URI=http://localhost:8088/auth/callback
BARON_SSO_SCOPE=openid profile email tenants
BARON_SSO_CLIENT_AUTH_METHOD=basic