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

Rename azure_ad_endpoint to identity_endpoint in profile.json to match branding #107

Closed MIchaelMainer closed 3 years ago

MIchaelMainer commented 3 years ago

Describe the bug The profile.json contains an entry called azure_ad_endpoint. A more appropriate endpoint for where we obtain bearer tokens is identity_endpoint.

https://github.com/microsoftgraph/msgraph-cli/search?q=azure_ad_endpoint

AB#9373

jobala commented 3 years ago

We used azure_ad_endpoint in an effort to align with Azure's verbiage. Closing this reopen if you have further concerns on the effect of this on the user experience.