We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d44ce commit e3406e8Copy full SHA for e3406e8
lib/redmine_oauth/patches/account_controller_patch.rb
@@ -52,7 +52,9 @@ def logout
52
when 'Keycloak'
53
logout_user
54
tenant_id = RedmineOauth.tenant_id
55
- redirect_to "#{site}/realms/#{tenant_id}/protocol/openid-connect/logout?redirect_uri=#{url}"
+ id = RedmineOauth.client_id
56
+ redirect_to "#{site}/realms/#{tenant_id}/protocol/openid-connect/logout? \
57
+ id_token_hint=#{id}&post_logout_redirect_uri=#{url}"
58
when 'Okta'
59
60
id = RedmineOauth.client_id
0 commit comments