This repository contains all the necessary code from the Getting Started article on creating an OpenID Connect provider using ASP.NET MVC and our Abblix OIDC Server solution.
Before diving into this project, make sure to review the complete Getting Started Guide. This guide offers detailed, step-by-step instructions and tips to fully grasp the intricacies of this solution.
Important
This codebase is intended primarily for self-checks. We encourage you to build the entire project from scratch to significantly enhance your understanding of these technologies.
Follow these steps to get your development environment set up:
# Ensure Git and .NET SDK are installed on your system
# Clone the repository
git clone https://github.com/Abblix/Oidc.Server.GettingStarted.git
# Navigate to the project directory
cd Oidc.Server.GettingStarted
# Restore dependencies and build the project
# dotnet restore - Downloads the required .NET dependencies.
# dotnet build - Compiles the project.
dotnet restore
dotnet build
For more information regarding the Abblix OIDC Server, feel free to reach out to us. We are here to provide support and answer any questions you may have. Below are the best ways to contact our team:
- Email: Send us your inquiries or support requests at support@abblix.com.
- Website: Visit the official Abblix OIDC Server page for more information: Abblix OIDC Server.
We are dedicated to ensuring your experience with our products is both successful and enjoyable!