Skip to content

update: switch to use profile service to fetch user data based on userID

Martin Lowe requested to merge malowe/main/auth-drupal-fix into main
  • update: switch to use profile service to fetch user data based on userID

Previously, we attempted to use the tokens endpoint, which in recent patches doesn't seem to function correctly. Rather than use a brittle endpoint, we have switched to use the user endpoint to look up by UID, which should be more reliable.

Merge request reports

Loading