Jandev / Jandev/ConsoleGetAADInformation
AuthenticationContext.AcquireTokenAsync(string, ClientCredential) is obsolet
- Dominant language
- C#
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
'AuthenticationContext.AcquireTokenAsync(string, ClientCredential)' is obsolete: 'As a security hygiene, this confidential flow API should not be used on this platform which only supports public client applications. For details please see https://aka.ms/AdalNetConfFlows' AadInformation Line 46.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at AadInformation line 46, where AuthenticationContext.AcquireTokenAsync(string, ClientCredential) is used, and read the linked ADAL confidential-flow guidance. Determine the supported public-client approach for this console application, then verify that Azure Active Directory data retrieval still works without the obsolete API warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- authentication, cloud
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100