forked from baron/baron-sso
ory selfservice 샘플 구성
This commit is contained in:
@@ -4,16 +4,16 @@ dsn: memory
|
||||
|
||||
serve:
|
||||
public:
|
||||
base_url: http://127.0.0.1:4433/
|
||||
base_url: http://localhost:4433/
|
||||
cors:
|
||||
enabled: true
|
||||
admin:
|
||||
base_url: http://127.0.0.1:4434/
|
||||
base_url: http://localhost:4434/
|
||||
|
||||
selfservice:
|
||||
default_browser_return_url: http://127.0.0.1:4455/
|
||||
default_browser_return_url: http://localhost:4455/
|
||||
allowed_return_urls:
|
||||
- http://127.0.0.1:4455
|
||||
- http://localhost:4455
|
||||
- http://localhost:5000
|
||||
|
||||
methods:
|
||||
@@ -26,24 +26,24 @@ selfservice:
|
||||
|
||||
flows:
|
||||
error:
|
||||
ui_url: http://127.0.0.1:4455/error
|
||||
ui_url: http://localhost:4455/error
|
||||
settings:
|
||||
ui_url: http://127.0.0.1:4455/settings
|
||||
ui_url: http://localhost:4455/settings
|
||||
privileged_session_max_age: 15m
|
||||
recovery:
|
||||
ui_url: http://127.0.0.1:4455/recovery
|
||||
ui_url: http://localhost:4455/recovery
|
||||
use: code
|
||||
verification:
|
||||
ui_url: http://127.0.0.1:4455/verification
|
||||
ui_url: http://localhost:4455/verification
|
||||
use: code
|
||||
logout:
|
||||
after:
|
||||
default_browser_return_url: http://127.0.0.1:4455/login
|
||||
default_browser_return_url: http://localhost:4455/login
|
||||
login:
|
||||
ui_url: http://127.0.0.1:4455/login
|
||||
ui_url: http://localhost:4455/login
|
||||
lifespan: 10m
|
||||
registration:
|
||||
ui_url: http://127.0.0.1:4455/registration
|
||||
ui_url: http://localhost:4455/registration
|
||||
lifespan: 10m
|
||||
|
||||
log:
|
||||
|
||||
Reference in New Issue
Block a user