Clients
This section contains a collection of samples demonstrating various client technologies connecting to Duende IdentityServer.
.NET 4.8 Clients
Section titled “.NET 4.8 Clients”This sample shows how to add OpenID Connect code flow with PKCE to a .NET 4.8 WebForms client and a .NET 4.8 MVC Client. Each client can log in, logout, make API requests to a .NET 4.8 WebApi using OAuth, and refresh access tokens.
.NET 4.8 Clients Sample GitHub Repository for the .NET 4.8 Clients Sample
.NET MAUI Client
Section titled “.NET MAUI Client”This sample shows how to use the IdentityModel.OidcClient open source library to connect a .NET MAUI app to IdentityServer
.NET MAUI Client Sample GitHub Repository for the .NET MAUI Client Sample