Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersAbel committed Apr 2, 2020
1 parent c04b0ea commit 4d3819a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@ to act as a SAML2 Service Provider (SP). The library was previously named Kentor
Sustainsys.Saml2 is open sourced and contributions are welcome, please see
[contributing guidelines](CONTRIBUTING.md) for info on coding standards etc.

## Branches
There are three active branches in the repo
* v1 is a security-supported-only version that uses the `System.IdentityModel` library for token handling and supports HttpModule, Mvc, Owin and AspNetCore2 (only on full. Net Framework).
* v2 is a currently supported version that uses the `Microsoft.IdentityModel` nuget packages for toking handling, multi-targets and supports HttpModule, Mvc, Owin and AspNetCore2
* master is development for a new version (will be released as v3 eventually) that only supports Asp.Net Core.

## Documentation
Complete documentation is available at [our documentation site](https://saml2.sustainsys.com).

0 comments on commit 4d3819a

Please sign in to comment.