This repository contains two simple ASP.NET Web Form applications that demonstrate how to implement user authentication using OpenID Connect and SAML 2.0 identity layers.
- OpenID Connect Application: An ASP.NET Web Form application that uses OpenID Connect for user authentication.
- SAML 2.0 Application: An ASP.NET Web Form application that uses SAML 2.0 for user authentication.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Visual Studio
- .NET Framework
- Clone the repository to your local machine.
- Open the solution file in Visual Studio.
- Restore any missing NuGet packages.
- Build the solution and run the application.
Run the desired project (OpenID Connect or SAML 2.0) and use the interface to perform user authentication. I am using Okta as a Secuiry Identity, So do change the web.config items accordingly in regards to your provider.
We welcome any contributions and pull requests. Please read our contributing guidelines for more information on how to contribute to the project.