More Reading Resources
Demo Server
Section titled “Demo Server”You can try Duende IdentityServer with your favourite client library.
We have a test instance at demo.duendesoftware.com.
On the main page you can find instructions on how to configure your client and how to call an API.
IdentityServer Demo Server Visit https://demo.duendesoftware.com
OAuth and OIDC Fundamentals
Section titled “OAuth and OIDC Fundamentals”- OAuth the good Parts (video from NDC Porto 2022)
- Securing SPAs and Blazor Applications using the BFF (video from NDC Porto 2022)
- Automated OAuth Access Token Management for .NET Workers and ASP.NET Web Applications
ASP.NET Security
Section titled “ASP.NET Security”- Introduction to ASP.NET Core Authentication and Authorization
- ASP.NET Cookie Authentication Documentation
- Supporting External Authentication Providers Part 1
- Supporting External Authentication Providers Part 2