Skip to content

Commit ce85211

Browse files
committed
update packages to latest
1 parent 22acea9 commit ce85211

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/CallGraphBFF.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
@@ -15,9 +15,9 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="Microsoft.AspNetCore.SpaProxy" Version="6.0.10" />
18-
<PackageReference Include="Microsoft.Identity.Web" Version="1.25.10" />
19-
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="1.25.10" />
20-
<PackageReference Include="Microsoft.Identity.Web.UI" Version="1.25.10" />
18+
<PackageReference Include="Microsoft.Identity.Web" Version="2.7.0" />
19+
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="2.7.0" />
20+
<PackageReference Include="Microsoft.Identity.Web.UI" Version="2.7.0" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
options.Cookie.SecurePolicy = CookieSecurePolicy.Always;
3535
options.Cookie.HttpOnly = true;
3636
options.Cookie.IsEssential = true;
37+
3738
options.Events = new CustomCookieAuthenticationEvents(); // modifies the behavior of certain cookie authentication events.
3839
});
3940

0 commit comments

Comments
 (0)