Skip to content

Commit

Permalink
Set login and logout redirects in conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppekroghitk committed Sep 9, 2024
1 parent 3c38682 commit 56e09fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/sync/openid_connect.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ connect_existing_users: true
override_registration_settings: true
end_session_enabled: true
user_login_display: above
redirect_login: ''
redirect_logout: ''
redirect_login: 'http://os2loop.local.itkdev.dk/user/login'
redirect_logout: 'http://os2loop.local.itkdev.dk/user/logout'
userinfo_mappings:
timezone: zoneinfo
os2loop_user_family_name: family_name
Expand Down

0 comments on commit 56e09fc

Please sign in to comment.