microsoftgraph / msgraph-cli-archived

The Microsoft Graph CLI repository has moved. This repository is now an archive.
https://github.com/microsoftgraph/msgraph-cli
Other
44 stars 9 forks source link

What is the purpose of record.txt? #108

Closed MIchaelMainer closed 3 years ago

MIchaelMainer commented 3 years ago

Describe the bug In C:\Users\{user}\.mg\, there is a record.txt the contains information such as the identity authority, clientId, tenantId, userId, and username. How is this used?

AB#9374

jobala commented 3 years ago

This is used by azure-identity to create an AuthRecord object which is used for log in session persistence across requests.