[ADF-3791] [User Info] - SSO - User Info displays only the First Name* Fixed display fullname * Updated unit test for the recent changes (#4022)

This commit is contained in:
siva kumar
2018-11-28 20:55:31 +05:30
committed by Maurizio Vitale
parent eb2ca06526
commit b5c693fe79
3 changed files with 7 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ import { JwtHelperService } from './../../services/jwt-helper.service';
})
export class IdentityUserService {
static USER_NAME = 'given_name';
static USER_NAME = 'name';
static USER_EMAIL = 'email';
static USER_ACCESS_TOKEN = 'access_token';
static USER_PREFERRED_USERNAME = 'preferred_username';