Skip to content

Commit 56e09fc

Browse files
committed
Set login and logout redirects in conf
1 parent 3c38682 commit 56e09fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/sync/openid_connect.settings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ connect_existing_users: true
33
override_registration_settings: true
44
end_session_enabled: true
55
user_login_display: above
6-
redirect_login: ''
7-
redirect_logout: ''
6+
redirect_login: 'http://os2loop.local.itkdev.dk/user/login'
7+
redirect_logout: 'http://os2loop.local.itkdev.dk/user/logout'
88
userinfo_mappings:
99
timezone: zoneinfo
1010
os2loop_user_family_name: family_name

0 commit comments

Comments
 (0)