This commit is contained in:
+4
-4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user