AspNetSaml
Very simple SAML 2.0 consumer module for ASP.NET/C#
File Explorer
Download Latest Version (.zip)- dotnet.yml
- release.yml
- AspNetSaml.csproj
- Saml.cs
- AspNetSaml.Tests.csproj
- UnitTests.cs
- Usings.cs
- launchSettings.json
- appsettings.json
- AspNetSaml.WebExample.csproj
- Program.cs
- README
- .gitignore
- AspNetSaml.sln
- LICENSE
- README.md
- testenvironments.json
# Installation Guide
1. Get the code
git clone https://github.com/jitbit/AspNetSaml
Downloads the entire project code from GitHub to your computer.
cd AspNetSaml
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd AspNetSaml.Tests
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
