mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
avoid double SSO clicks on initial OIDC login
This commit is contained in:
@@ -50,6 +50,10 @@ kratos:
|
|||||||
ui_url: https://URL_BASE/login/
|
ui_url: https://URL_BASE/login/
|
||||||
registration:
|
registration:
|
||||||
ui_url: https://URL_BASE/login/
|
ui_url: https://URL_BASE/login/
|
||||||
|
after:
|
||||||
|
oidc:
|
||||||
|
hooks:
|
||||||
|
- hook: session
|
||||||
default_browser_return_url: https://URL_BASE/
|
default_browser_return_url: https://URL_BASE/
|
||||||
allowed_return_urls:
|
allowed_return_urls:
|
||||||
- http://127.0.0.1
|
- http://127.0.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user