Microsoft.Identity.Web token acquisition extensions #2595
Annotations
9 warnings
src/Microsoft.Identity.Web.TokenAcquisition/TokenAcquisition.cs#L109
Possible null reference assignment.
|
src/Microsoft.Identity.Web.TokenAcquisition/TokenAcquisition.cs#L94
Non-nullable field 'tokenAcquisitionAddInOptionsMonitor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/Microsoft.Identity.Web.TokenAcquisition/TokenAcquisition.cs#L402
Possible null reference argument for parameter 'acquireTokenOptions' in 'void TokenAcquisitionAddInOptions.InvokeOnBeforeTokenAcquisitionForApp(AcquireTokenForClientParameterBuilder builder, AcquireTokenOptions acquireTokenOptions)'.
|
src/Microsoft.Identity.Web.TokenAcquisition/DefaultAuthorizationHeaderProvider.cs#L85
Dereference of a possibly null reference.
|
src/Microsoft.Identity.Web.TokenAcquisition/DefaultAuthorizationHeaderProvider.cs#L86
Dereference of a possibly null reference.
|
src/Microsoft.Identity.Web.TokenAcquisition/DefaultAuthorizationHeaderProvider.cs#L87
Dereference of a possibly null reference.
|
tests/Microsoft.Identity.Web.Test.Common/Mocks/QueryStringParser.cs#L60
'string.Replace(string, string?)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Microsoft.Identity.Web.Test.Common.Mocks.QueryStringParser.UrlDecode(string)' with a call to 'string.Replace(string, string?, System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
|
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
|
|
This job succeeded
Loading