Minor: Add TODO in Azure AD callback for multi-url case

pull/3990/head
Yannick Warnier 5 years ago
parent 34a37684d8
commit 2f3bf4d668
  1. 2
      plugin/azure_active_directory/src/callback.php

@ -139,6 +139,8 @@ try {
//TODO add user update management for groups
//TODO add support if user exists in another URL but is validated in this one, add the user to access_url_rel_user
if (empty($userInfo)) {
throw new Exception('User '.$userId.' not found.');
}

Loading…
Cancel
Save