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 fa0b800 commit af61a91Copy full SHA for af61a91
lib/omniauth/strategies/openid_connect.rb
@@ -434,7 +434,7 @@ def end_session_endpoint_is_valid?
434
end
435
436
def logout_path_pattern
437
- @logout_path_pattern ||= %r{\A#{Regexp.quote(request_path)}#{options.logout_path}}
+ @logout_path_pattern ||= /\A#{Regexp.quote(request_path)}#{options.logout_path}/
438
439
440
def id_token_callback_phase
0 commit comments