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 42df4f4 commit 0a17e31Copy full SHA for 0a17e31
lib/omniauth/strategies/openid_connect.rb
@@ -428,7 +428,9 @@ def encoded_post_logout_redirect_uri
428
return unless options.post_logout_redirect_uri
429
430
URI.encode_www_form(
431
- post_logout_redirect_uri: options.post_logout_redirect_uri
+ post_logout_redirect_uri: options.post_logout_redirect_uri,
432
+ id_token_hint: params['id_token_hint'],
433
+ state: params['state']
434
)
435
end
436
0 commit comments