Skip to content

Fix error where Drupal anon client tokens would fail to authenticate

Martin Lowe requested to merge malowe/main/oauth-filter-anon-client-fix into main
  • Fix error where Drupal anon client tokens would fail to authenticate

In this case, having no user is an expected use case. If the user should not have access, checking authentication will throw 403 if partial responses are not allowed and Drupal auth is enabled.

Merge request reports