microsoftgraph / msgraph-cli

CLI tool for Microsoft Graph based on .NET
MIT License
94 stars 20 forks source link

Logout not working #167

Open calebkiage opened 2 years ago

calebkiage commented 2 years ago

When a user runs the logout command, the cached token is still accessible

baywet commented 1 year ago

To recap the discussion we've had on the call: we should reach out to azure identity to understand why they don't offer that feature today, whether they are planning to and when before we make any code change.

baywet commented 1 year ago

link to the issue in azure identity https://github.com/Azure/azure-sdk-for-net/issues/31498

CarolKigoonya commented 1 year ago

Short-term solution #224

ddyett commented 1 year ago

Tracks the integration with azure identity once the logout work is done.

calebkiage commented 1 year ago

According to Azure/azure-sdk-for-net#32048, it will be a while before the logout feature is worked on. We should decide what to do about this task.