Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i8beef/SAML2
https://github.com/i8beef/SAML2
oiosaml saml saml2
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/i8beef/SAML2
- Owner: i8beef
- License: other
- Created: 2016-08-31T18:30:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T22:10:34.000Z (almost 2 years ago)
- Last Synced: 2024-09-19T15:37:39.938Z (about 2 months ago)
- Topics: oiosaml, saml, saml2
- Language: C#
- Size: 1.24 MB
- Stars: 88
- Watchers: 8
- Forks: 43
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SAML2
[![Build status](https://ci.appveyor.com/api/projects/status/prw1j26kc1kvbl4c/branch/release?svg=true)](https://ci.appveyor.com/project/i8beef/saml2/branch/release)
[![Build status](https://ci.appveyor.com/api/projects/status/prw1j26kc1kvbl4c/branch/master?svg=true)](https://ci.appveyor.com/project/i8beef/saml2/branch/master)SAML2 is a .NET implementation of the OASIS SAML 2.0 specification. It is a fork of the OIOSAML.NET project by the Danish government.
### Where to get it
Run the following command in the NuGet Package Manager console to install the library:
PM> Install-Package SAML2
### Usage & Examples
See wiki.
### Credits
As this library is a fork of [OIOSAML.NET](https://digitaliser.dk/group/42063/resources), much of the credit goes to them.
Changes from OIOSAML.NET include:
* NuGet package availability.
* More general namespacing.
* Addition of NameIDFormat support.
* Addition of RequestedAuthnContext support.
* Abstraction of logging to providers to eliminate hard dependency on Log4Net.
* Elimination of Trace usage in favor of abstracted logging providers.
* Expanded logging capabilities
* Abstraction of assertion validation into profiles that allow for custom extensions to the SAML spec requirements without needing include arbitrary implementations in the main library (e.g. Danish Government profile, eGov profile, etc.).
* Completely revamped configuration sections
* Ability to auto-download identity provider metadata files at application start time with the [Metadata Fetcher Module](Metadata Fetcher Module)### License
This library is released under the [Mozilla Public License 1.1 (MPL-1.1)](https://github.com/i8beef/SAML2/blob/master/LICENSE).
### Bug reports
Please create a new issue on the GitHub project homepage.