You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public async Task<ActionResult<UserProfileModel>> GetUserProfile()
{
// ToDo System Security: NOTE: User profile is loaded and validated on every api call from the OnTokenValidated event setup in the Startup class. No input needed; only the header token is needed.
// to test api using swagger, comment out [Authorize] attributes of the controller/method and change which test user to use in controller base class.