Skip to content

Commit 947235f

Browse files
committed
Consume OpenIddict 7 client-assertion preview of Eryph.IdentityModel.Clients
Bump Eryph.IdentityModel.Clients to the preview build that negotiates the client-assertion audience via discovery (eryph-org/dotnet-identitymodel#42), so the new auth flows through ClientRuntime for end-to-end testing against an OpenIddict 7 eryph server. Pinned to the PR preview on the dbosoft feed; to be re-pinned to the released version once dotnet-identitymodel#42 merges.
1 parent be7d433 commit 947235f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Eryph.ClientRuntime.Configuration/Eryph.ClientRuntime.Configuration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Eryph.IdentityModel.Clients" Version="0.6.1" />
9+
<PackageReference Include="Eryph.IdentityModel.Clients" Version="0.6.2-PullRequest0042.5" />
1010
</ItemGroup>
1111

1212
</Project>

0 commit comments

Comments
 (0)