fix: SSO정보 변경
Deploy EG-BIM QA Gateway / deploy (push) Successful in 52s

This commit is contained in:
root
2026-09-18 20:31:39 +09:00
parent a420407c18
commit 42516b4f8b
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -12,10 +12,10 @@ routes = [
AUTH_REDIRECT_URI = "https://qa-test.baroncs.co.kr/auth/callback"
AUTH_POST_LOGOUT_REDIRECT_URI = "https://qa-test.baroncs.co.kr/"
AUTH_SCOPE = "openid tenants profile email"
AUTH_CLIENT_ID = "e16898a7-acd2-420a-a224-cdcd89ff66cd"
AUTH_AUTHORIZE_URL = "https://sso.hmac.kr/oidc/oauth2/auth"
AUTH_TOKEN_URL = "https://sso.hmac.kr/oidc/oauth2/token"
AUTH_USERINFO_URL = "https://sso.hmac.kr/oidc/userinfo"
AUTH_CLIENT_ID = "e1270f17-e192-4c8c-84b6-54e9698d0f36"
AUTH_AUTHORIZE_URL = "https://app.brsw.kr/oidc/oauth2/auth"
AUTH_TOKEN_URL = "https://app.brsw.kr/oidc/oauth2/token"
AUTH_USERINFO_URL = "https://app.brsw.kr/oidc/userinfo"
SESSION_COOKIE_NAME = "baron_qa_session"
OAUTH_COOKIE_NAME = "baron_qa_oauth"
SESSION_TTL_SECONDS = "3600"