diff --git a/Auth/SamlAuth.php b/Auth/SamlAuth.php index 48c58de..daaebc6 100644 --- a/Auth/SamlAuth.php +++ b/Auth/SamlAuth.php @@ -100,7 +100,7 @@ public function authenticate(){ if (!empty($username) && !empty($email)) { //Create user by having email as username - $this->userInfo = new SamlUserProvider($username, $email, $fullname); + $this->userInfo = new SamlUserProvider($username, $email, $fullname, 'app-user'); return true; } else {