Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 2.93 KB

user-profile.md

File metadata and controls

48 lines (35 loc) · 2.93 KB
title description ms.custom ms.date ms.reviewer ms.suite ms.topic author ms.author manager ms.workload
User Profile | Microsoft Docs
An overview of how to view and remove your Visual Studio Live Share user profile.
05/22/2018
reference
lostintangent
joncart
AmandaSilver
liveshare

User Profile

When you authenticate with Visual Studio Live Share, it creates a user profile for you, which simply allows the participants you collaborate with to see who you are (e.g. your e-mail address, avatar). At any given time, you can view the profile information that Live Share has stored on your behalf, by navigating to one of the following pages (depending on the identity provider you used):

This page will ask you to sign-in (in order to verify your identity), and will then display the raw JSON output for your user profile.

User profile

If Visual Studio Live Share doesn't currently have a profile stored for the identity you logged in with, then it will let you know that as well.

User profile with no profile

Removing Your Profile

If you'd like to remove your user profile, you can click the Delete your account button on the user profile page. Otherwise, Visual Studio Live Share will automatically delete your profile 30 days since your last successful sign-in. In this context, a "successful sign-in" refers to the following (depending on the tool you're using):

IDE/Editor Your user profile will be deleted 30 days after the last time you...
Visual Studio Launch a new instance of the IDE. In order to support single sign-on, Visual Studio Live Share refreshes your authentication session every time you open a new instance of Visual Studio.
Visual Studio Code Complete the browser-based authentication workflow (e.g. clicking the Sign In button or running the Live Share: Sign in with browser command). Visual Studio Live Share will remember your authentication session on the client, to prevent you from needing to sign-in every time you share. However, that session expires after 30 days, and is never automatically refreshed, until you explicit sign-in through the browser again.

See also

Having problems? See troubleshooting or provide feedback.