I am using Azure AD to authenticate users and then use the user and access their claims, access msgraph, and insert data to their calendar.
Now what I want is to save this user so an admin in my asp.net web core app can insert data to this user that exists in the database. Is that possible?