miniOrange.SAML2.NET.Example
1.0.4
Prefix Reserved
Requires NuGet 6.0.0 or higher.
dotnet new install miniOrange.SAML2.NET.Example::1.0.4
miniOrange SAML SSO Example Application (.NET Core)
Overview
This template helps you quickly create a pre-configured ASP.NET Core application with miniOrange SAML SSO integration. Ideal for developers who want a ready-to-run sample app with minimal setup.
✨ Features
- 🔐 Pre-configured SAML SSO integration
- 🚀 ASP.NET Core 8.0 Web Application
- 🛡️ Built-in security best practices
- 📱 Responsive UI for SSO testing
- 🔄 Easy configuration and customization
- 📚 Optional Swagger/OpenAPI support
Prerequisites
- .NET 8.0 SDK or later
- Visual Studio 2022 or later (recommended)
- Valid miniOrange SAML SSO license
🚀 Quick Start
Installation
Install the template from NuGet:
dotnet new install miniOrange.SAML2.NET.Example
To uninstall:
dotnet new uninstall miniOrange.SAML2.NET.Example
Create a New Project
dotnet new miniorangesamlcore -n YourAppName
Run the Application
cd YourAppName
dotnet build
dotnet run
Visit: http://localhost:5292
🔧 SAML SSO Configuration
Need help configuring SAML SSO? Follow our detailed step-by-step guide:
👉 miniOrange ASP.NET Core SAML SSO Setup Guide
🛠️ Troubleshooting
Common Issues
Installation Fails
- Close Visual Studio
- Delete
.vs
,bin
, andobj
folders - Retry installation
Build Errors
- Ensure you're using .NET 8.0
- Verify all required packages are restored
- Check for any conflicting package versions
Runtime Issues
- Verify environment variables
- Check service configurations
- Review application logs
📚 Support
📄 License
This template is provided under the terms of your miniOrange license agreement. See LICENSE for details.
📋 Version History
See CHANGELOG.md for a complete list of changes.
🗺️ Roadmap
- Add more customization options
- Support additional SAML configurations
- Add comprehensive unit tests
- Improve Swagger integration
- Add more authentication providers
- Enhance documentation
Built with ❤️ by miniOrange
-
net8.0
- miniOrange.SAML.SSO (>= 7.1.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
1.0.4 | 832 | 6/9/2025 |
🚀 Initial release of the miniOrange SAML2 Example App for ASP.NET Core