Skip to content

Commit

Permalink
fix openid connect
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Apr 29, 2023
1 parent 02cc9c7 commit 27bfea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified MultiIdentityProvider/IdentityProvider/usersdatabase.sqlite
Binary file not shown.
4 changes: 2 additions & 2 deletions MultiIdentityProvider/WebApi/WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.5" />
<PackageReference Include="OpenIddict.Validation.AspNetCore" Version="4.3.0" />
<PackageReference Include="OpenIddict.Validation.SystemNetHttp" Version="4.3.0" />
<PackageReference Include="OpenIddict.Validation.AspNetCore" Version="4.1.0" />
<PackageReference Include="OpenIddict.Validation.SystemNetHttp" Version="4.1.0" />
<PackageReference Include="Serilog" Version="2.12.0" />
<PackageReference Include="Serilog.AspNetCore" Version="6.1.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="3.4.0" />
Expand Down

0 comments on commit 27bfea4

Please sign in to comment.