Skip to content

Commit 0a17e31

Browse files
committed
1 parent 42df4f4 commit 0a17e31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/omniauth/strategies/openid_connect.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,9 @@ def encoded_post_logout_redirect_uri
428428
return unless options.post_logout_redirect_uri
429429

430430
URI.encode_www_form(
431-
post_logout_redirect_uri: options.post_logout_redirect_uri
431+
post_logout_redirect_uri: options.post_logout_redirect_uri,
432+
id_token_hint: params['id_token_hint'],
433+
state: params['state']
432434
)
433435
end
434436

0 commit comments

Comments
 (0)