Version 6.x has been out of support since May 14, 2024, and this corresponding section of the documentation is no longer maintained. We strongly recommend you upgrade to the latest supported version of 7.x and read the latest version of this documentation.

Clients

This section contains a collection of various client technologies connecting to IdentityServer.

.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 login, logout, make API requests to a .NET 4.8 WebApi using OAuth, and refresh access tokens.

link to source code

.NET MAUI client

This sample shows how to use the IdentityModel.OidcClient FOSS library to connect a .NET MAUI app to IdentityServer

link to source code