forked from baron/baron-sso
크로스 도메인 OIDC 인증을 위한 환경 구성 수정
This commit is contained in:
@@ -92,6 +92,8 @@ KETO_READ_URL=http://keto:4466
|
|||||||
KETO_WRITE_URL=http://keto:4467
|
KETO_WRITE_URL=http://keto:4467
|
||||||
# KETO_READ_PORT=4466 # Internal only
|
# KETO_READ_PORT=4466 # Internal only
|
||||||
# KETO_WRITE_PORT=4467 # Internal only
|
# KETO_WRITE_PORT=4467 # Internal only
|
||||||
|
KETO_READ_URL=http://keto:4466
|
||||||
|
KETO_WRITE_URL=http://keto:4467
|
||||||
|
|
||||||
# Kratos Selfservice UI upstreams (override for deployments)
|
# Kratos Selfservice UI upstreams (override for deployments)
|
||||||
ORY_SDK_URL=http://kratos:4433
|
ORY_SDK_URL=http://kratos:4433
|
||||||
|
|||||||
@@ -10,6 +10,12 @@ serve:
|
|||||||
admin:
|
admin:
|
||||||
base_url: http://localhost:4434/
|
base_url: http://localhost:4434/
|
||||||
|
|
||||||
|
session:
|
||||||
|
cookie:
|
||||||
|
domain: hmac.kr
|
||||||
|
same_site: Lax
|
||||||
|
path: /
|
||||||
|
|
||||||
selfservice:
|
selfservice:
|
||||||
default_browser_return_url: http://localhost:5000/
|
default_browser_return_url: http://localhost:5000/
|
||||||
allowed_return_urls:
|
allowed_return_urls:
|
||||||
|
|||||||
Reference in New Issue
Block a user