1
0
forked from baron/baron-sso

구조 통합

This commit is contained in:
Lectom C Han
2026-02-02 16:22:23 +09:00
parent a54c2ab138
commit 39296ca522
17 changed files with 531 additions and 89 deletions

View File

@@ -11,9 +11,8 @@ serve:
base_url: http://localhost:4434/
selfservice:
default_browser_return_url: http://localhost:4455/
default_browser_return_url: http://localhost:5000/
allowed_return_urls:
- http://localhost:4455
- http://localhost:5000
- https://sss.hmac.kr
- https://sss.hmac.kr/
@@ -33,24 +32,24 @@ selfservice:
flows:
error:
ui_url: http://localhost:4455/error
ui_url: http://localhost:5000/error
settings:
ui_url: http://localhost:4455/settings
ui_url: http://localhost:5000/error?error=settings_disabled
privileged_session_max_age: 15m
recovery:
ui_url: http://localhost:4455/recovery
ui_url: http://localhost:5000/recovery
use: code
verification:
ui_url: http://localhost:4455/verification
ui_url: http://localhost:5000/verification
use: code
logout:
after:
default_browser_return_url: http://localhost:4455/login
default_browser_return_url: http://localhost:5000/login
login:
ui_url: http://localhost:4455/login
ui_url: http://localhost:5000/login
lifespan: 10m
registration:
ui_url: http://localhost:4455/registration
ui_url: http://localhost:5000/registration
lifespan: 10m
log: