I am making a modification to my development in asp mvc 5, previously I had to register a user manually enter the data User, Name, Surname etc .. and saved them in the BD, now they asked me to integrate the Active directory to search the user, I am modified in the Register method, where I put the AD user and look for his data in the AD the search part in the AD I already have it, only that I do not know how to return the values that I brought in the Search in the Registration form. Could you help me how to fill in the missing fields with the data I got from the search and be able to save it? I still do not very well master MVC.