Hello! It seems that in kratos service's configura...
# talk-kratos
b
Hello! It seems that in kratos service's configuration, the default_browser_return_url in
```selfservice:
default_browser_return_url: a_default_url```
is used instead of the default_browser_return_url in
```
login:
lifespan: 10m
ui_url: http://127.0.0.1:4455/login
after:
oidc:
default_browser_return_url: this_url_right_there```
after oidc login. Are you aware of that ? or is there a configuration mechanism i'm not aware of ?