Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
Updating to MSAL 4.27.0 and adding credscan exclusion (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: trwalke <[email protected]>
  • Loading branch information
trwalke and trwalke authored Feb 19, 2021
1 parent 7941881 commit ba9f014
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
1 change: 1 addition & 0 deletions MsalNetExt.sln
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{D6543F66
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
azure-pipelines.yml = azure-pipelines.yml
build\credscan-exclusion.json = build\credscan-exclusion.json
Directory.Build.props = Directory.Build.props
release_build.yaml = release_build.yaml
EndProjectSection
Expand Down
9 changes: 9 additions & 0 deletions build/credscan-exclusion.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"tool": "Credential Scanner",
"suppressions": [
{
"file": "token_cache_adfs.json",
"_justification": "A few dummy test constants, not actual secrets."
}
]
}
2 changes: 1 addition & 1 deletion sample/ManualTestApp/ManualTestApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Client" Version="4.26.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.27.0" />
<!-- <PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="2.16.8" /> -->

<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="5.2.8" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Import Project="..\Shared\Shared.projitems" Label="Shared" />

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Client" Version="4.26.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.27.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == '$(TargetFrameworkNetDesktop)'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Client" Version="4.26.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.27.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
Expand Down

0 comments on commit ba9f014

Please sign in to comment.