Add API and make ROPC call #2896
Annotations
8 warnings
Build with .NET 8:
src/Microsoft.Identity.Web.TokenAcquisition/TokenAcquisition.cs#L338
'IConfidentialClientApplication.GetAccountsAsync()' is obsolete: 'Use GetAccountAsync(identifier) in web apps and web APIs, and use a token cache serializer for better security and performance. See https://aka.ms/msal-net-cca-token-cache-serialization.'
|
Build with .NET 8:
src/Microsoft.Identity.Web.TokenAcquisition/ClaimConstants.cs#L106
Symbol 'Username' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
Build with .NET 8:
src/Microsoft.Identity.Web.TokenAcquisition/ClaimConstants.cs#L111
Symbol 'Password' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
Build with .NET 8:
src/Microsoft.Identity.Web/ClaimsPrincipalFactory.cs#L118
Symbol 'FromUsernamePassword' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
Build with .NET 8:
tests/E2E Tests/TokenAcquirerTests/TokenAcquirer.cs#L115
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Build with .NET 8:
tests/E2E Tests/TokenAcquirerTests/TokenAcquirer.cs#L121
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Initialize CodeQL
This run of the CodeQL Action does not have permission to access Code Scanning API endpoints. As a result, it will not be opted into any experimental features. This could be because the Action is running on a pull request from a fork. If not, please ensure the Action has the 'security-events: write' permission. Details: Resource not accessible by integration
|
Initialize CodeQL
Feature flags do not specify a default CLI version. Falling back to the CLI version shipped with the Action. This is 2.19.2.
|
Loading