class OmniAuth::Strategies::Oidc

def logout_path_pattern

def logout_path_pattern
  @logout_path_pattern ||= /\A#{Regexp.quote(request_path)}#{options.logout_path}/
end