Skip to content

Commit c84725f

Browse files
committed
Info text updated.
1 parent 112452e commit c84725f

File tree

4 files changed

+33
-12
lines changed

4 files changed

+33
-12
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@ The ITfoxtec Identity Saml2 package implements the most important parts of the S
1111
Message signing and validation as well as decryption is supported. The package supports SAML 2.0 login, logout, single
1212
logout and metadata. Both SP Initiated and IdP Initiated sign on is supported.
1313

14-
The ITfoxtec Identity Saml2 package support signing/encryption certificates in Azure Key Vault. Please see the [TestWebAppCoreAzureKeyVault](https://github.com/ITfoxtec/ITfoxtec.Identity.Saml2/tree/master/test/TestWebAppCoreAzureKeyVault) sample in the [test](https://github.com/ITfoxtec/ITfoxtec.Identity.Saml2/tree/master/test) folder.
14+
Please see the [test samples](https://github.com/ITfoxtec/ITfoxtec.Identity.Saml2/tree/master/test).
15+
16+
The ITfoxtec Identity Saml2 package support signing/encryption certificates in Azure Key Vault.
17+
Please see the [TestWebAppCoreAzureKeyVault](https://github.com/ITfoxtec/ITfoxtec.Identity.Saml2/tree/master/test/TestWebAppCoreAzureKeyVault) sample.
1518

1619
The ITfoxtec Identity Saml2 package is tested for compliance with AD FS, Azure AD and Azure AD B2C.
1720

18-
The ITfoxtec Identity Saml2 package support Danish NemLog-in 2 / OIOSAML 2 and NemLog-in 3 / OIOSAML 3 from version 4.6.1.
21+
The ITfoxtec Identity Saml2 package support the Danish NemLog-in 2 / OIOSAML 2 and NemLog-in 3 / OIOSAML 3.
1922
The [TestWebAppCoreNemLogin3Sp](https://github.com/ITfoxtec/ITfoxtec.Identity.Saml2/tree/master/test/TestWebAppCoreNemLogin3Sp) sample application is configured with NemLog-in 3 and show how to implement a NemLog-in 3 Service Provider (SP).
2023

2124
### More information

src/ITfoxtec.Identity.Saml2.Mvc/ITfoxtec.Identity.Saml2.Mvc.csproj

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,18 @@
88
<AssemblyName>ITfoxtec.Identity.Saml2.Mvc</AssemblyName>
99
<PackageId>ITfoxtec.Identity.Saml2.Mvc</PackageId>
1010
<Title>ITfoxtec Identity SAML 2.0 MVC</Title>
11-
<Description>ASP.NET MVC is supported by the ITfoxtec Identity SAML2 MVC package which helps to integrate the ITfoxtec SAML 2.0 package and add support for SAML-P and SAML 2.0 tokens.
11+
<Description>ASP.NET MVC is supported by the ITfoxtec Identity SAML2 MVC package which helps to integrate the ITfoxtec Identity SAML2 package and add support for SAML-P and SAML 2.0 tokens.
1212

13-
Support .NET Framework 4.6.2 and 4.7.2</Description>
14-
<PackageTags>SAML SAML 2.0 SAML2.0 SAML2 SAML 2 SAML-P SAMLP SSO Identity Provider (IdP) and Relying Party (RP) Authentication Metadata OIOSAML NemLog-in ASP.NET MVC</PackageTags>
13+
Support .NET Framework 4.6.2 and 4.7.2
14+
15+
Support Message signing and validation as well as decryption is supported. The package supports SAML 2.0 login, logout, single logout and metadata. Both SP Initiated and IdP Initiated sign on is supported.
16+
17+
Support signing/encryption certificates in Azure Key Vault.
18+
19+
Tested for compliance with AD FS, Azure AD and Azure AD B2C.
20+
21+
Support the Danish NemLog-in 2 / OIOSAML 2 and NemLog-in 3 / OIOSAML 3.</Description>
22+
<PackageTags>SAML SAML 2.0 SAML2.0 SAML2 SAML 2 SAML-P SAMLP SSO Identity Provider (IdP) and Relying Party (RP) Authentication Metadata OIOSAML OIOSAML 2 OIOSAML 3 NemLogin NemLog-in 2 NemLog-in 3 ASP.NET MVC</PackageTags>
1523
<NeutralLanguage>en-US</NeutralLanguage>
1624
<PackageIconUrl>https://itfoxtec.com/favicon.ico</PackageIconUrl>
1725
<AssemblyVersion>4.6.1.0</AssemblyVersion>

src/ITfoxtec.Identity.Saml2.MvcCore/ITfoxtec.Identity.Saml2.MvcCore.csproj

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,20 @@
88
<AssemblyName>ITfoxtec.Identity.Saml2.MvcCore</AssemblyName>
99
<PackageId>ITfoxtec.Identity.Saml2.MvcCore</PackageId>
1010
<Title>ITfoxtec Identity SAML 2.0 MVC Core</Title>
11-
<Description>ASP.NET MVC Core is supported by the ITfoxtec Identity SAML2 MVC Core package which helps to integrate the ITfoxtec SAML 2.0 package and add support for SAML-P and SAML 2.0 tokens.
11+
<Description>ASP.NET MVC Core is supported by the ITfoxtec Identity SAML2 MVC Core package which helps to integrate the ITfoxtec Identity SAML2 package and add support for SAML-P and SAML 2.0 tokens.
1212

1313
Support .NET 5.0
1414
Support .NET Core 3.1
15-
Support .NET Framework 4.6.1 and 4.7.2</Description>
16-
<PackageTags>SAML SAML 2.0 SAML2.0 SAML2 SAML 2 SAML-P SAMLP SSO Identity Provider (IdP) Relying Party (RP) Authentication Metadata OIOSAML NemLog-in ASP.NET MVC Core</PackageTags>
15+
Support .NET Framework 4.6.1 and 4.7.2
16+
17+
Support Message signing and validation as well as decryption is supported. The package supports SAML 2.0 login, logout, single logout and metadata. Both SP Initiated and IdP Initiated sign on is supported.
18+
19+
Support signing/encryption certificates in Azure Key Vault.
20+
21+
Tested for compliance with AD FS, Azure AD and Azure AD B2C.
22+
23+
Support the Danish NemLog-in 2 / OIOSAML 2 and NemLog-in 3 / OIOSAML 3.</Description>
24+
<PackageTags>SAML SAML 2.0 SAML2.0 SAML2 SAML 2 SAML-P SAMLP SSO Identity Provider (IdP) Relying Party (RP) Authentication Metadata OIOSAML OIOSAML 2 OIOSAML 3 NemLogin NemLog-in 2 NemLog-in 3 ASP.NET MVC Core</PackageTags>
1725
<NeutralLanguage>en-US</NeutralLanguage>
1826
<PackageIconUrl>https://itfoxtec.com/favicon.ico</PackageIconUrl>
1927
<AssemblyVersion>4.6.1.0</AssemblyVersion>

src/ITfoxtec.Identity.Saml2/ITfoxtec.Identity.Saml2.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,21 @@
88
<AssemblyName>ITfoxtec.Identity.Saml2</AssemblyName>
99
<PackageId>ITfoxtec.Identity.Saml2</PackageId>
1010
<Title>ITfoxtec Identity SAML 2.0</Title>
11-
<Description>The ITfoxtec.Identity.Saml2 package adds SAML-P support for both Identity Provider (IdP) and Relying Party (RP) on top of the SAML 2.0 functionality implemented in .NET.
11+
<Description>The ITfoxtec Identity Saml2 package adds SAML-P support for both Identity Provider (IdP) and Relying Party (RP) on top of the SAML 2.0 functionality implemented in .NET.
1212

1313
Support .NET 5.0
1414
Support .NET Core 3.1
1515
Support .NET Standard 2.1
1616
Support .NET Framework 4.6.1 and 4.7.2
1717

18-
Support message signing and validation (SHA1/SHA256/SHA384/SHA512) as well as encryption and decryption. Login, logout, single logout and metadata. Both SP Initiated and IdP Initiated sign on.
18+
Support Message signing and validation as well as decryption is supported. The package supports SAML 2.0 login, logout, single logout and metadata. Both SP Initiated and IdP Initiated sign on is supported.
1919

2020
Support signing/encryption certificates in Azure Key Vault.
2121

22-
Tested for compliance with AD FS, Azure AD and Azure AD B2C. Furthermore, the Danish OIOSAML 2.0 profile and NemLog-in is supported.</Description>
23-
<PackageTags>SAML SAML 2.0 SAML2.0 SAML2 SAML 2 SAML-P SAMLP SSO Identity Provider (IdP) Relying Party (RP) Authentication Metadata OIOSAML NemLog-in</PackageTags>
22+
Tested for compliance with AD FS, Azure AD and Azure AD B2C.
23+
24+
Support the Danish NemLog-in 2 / OIOSAML 2 and NemLog-in 3 / OIOSAML 3.</Description>
25+
<PackageTags>SAML SAML 2.0 SAML2.0 SAML2 SAML 2 SAML-P SAMLP SSO Identity Provider (IdP) Relying Party (RP) Authentication Metadata OIOSAML OIOSAML 2 OIOSAML 3 NemLogin NemLog-in 2 NemLog-in 3</PackageTags>
2426
<NeutralLanguage>en-US</NeutralLanguage>
2527
<PackageIconUrl>https://itfoxtec.com/favicon.ico</PackageIconUrl>
2628
<AssemblyVersion>4.6.1.0</AssemblyVersion>

0 commit comments

Comments
 (0)