Skip to content

Commit 4cc5400

Browse files
Use release versions
1 parent 18a754b commit 4cc5400

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DuendeIdentityServer/DuendeDynamicProviders/DuendeDynamicProviders.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="Duende.IdentityServer" Version="5.2.1" />
13-
<PackageReference Include="Rsk.Saml" Version="4.2.0-preview1" />
14-
<PackageReference Include="Rsk.Saml.DuendeIdentityServer" Version="5.1.0-preview1" />
13+
<PackageReference Include="Rsk.Saml" Version="4.2.0" />
14+
<PackageReference Include="Rsk.Saml.DuendeIdentityServer" Version="5.1.0" />
1515

1616
<PackageReference Include="Serilog.AspNetCore" Version="3.4.0" />
1717
</ItemGroup>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The [master](https://github.com/RockSolidKnowledge/Samples.IdentityServer4.Saml2
1717
- **idpWithIdpInitiated:** an IdentityServer4 implementation configured to send unsolicited SAML assertions using IdP-Initiated SSO
1818
- **sp:** an IdentityServer4 implementation configured to act as both a SAML Identity Provider and a SAML Service Provider
1919
- **DuendeIdentityServer**
20-
- **DuendeIdP:** a Duende.IdentityServer implementation configured to act as a SAML Identity Provider with Service Provider configuration loaded from memory
20+
- **DuendeIdP:** a Duende.IdentityServer implementation configured to act as a SAML Identity Provider with Service Provider configuration loaded from memory. This uses the Duende Automatic Key Management feature for signing key
2121
- **DuendeDynamicProviders:** A Duende.IdentityServer implementation acting as a SAML Service Provider with dynamic identity providers
2222

2323

0 commit comments

Comments
 (0)