File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net6.0</TargetFramework >
15
15
16
16
<ItemGroup >
17
17
<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 " />
21
21
</ItemGroup >
22
22
23
23
<ItemGroup >
Original file line number Diff line number Diff line change 34
34
options . Cookie . SecurePolicy = CookieSecurePolicy . Always ;
35
35
options . Cookie . HttpOnly = true ;
36
36
options . Cookie . IsEssential = true ;
37
+
37
38
options . Events = new CustomCookieAuthenticationEvents ( ) ; // modifies the behavior of certain cookie authentication events.
38
39
} ) ;
39
40
You can’t perform that action at this time.
0 commit comments