Skip to content

alsami/alsami.Duende.IdentityServer.AspNetCore.Testing

Folders and files

NameName
Last commit message
Last commit date
Nov 23, 2022
Apr 8, 2019
Jan 20, 2022
Feb 11, 2025
Feb 11, 2025
Sep 29, 2020
Jan 20, 2022
Feb 11, 2025
Apr 3, 2019
Jan 20, 2022
Jan 20, 2022
Dec 2, 2024
Feb 11, 2025
Feb 11, 2025
Jan 20, 2022
Jan 20, 2022
Jan 20, 2022

Repository files navigation

alsami.Duende.IdentityServer.AspNetCore.Testing

CI codecov

NuGet NuGet

This library serves as a testing framework for Duende.IdentityServer using Microsoft.AspNetCore.TestHost and makes it easy to test your web-applications in combination with Duende.IdentityServer.

Usage

This library is supposed to be used within test-projects. Please checkout the prerequisites described by Microsoft.

Check out the docs for more information about the usage!

Installation

This package is available via nuget. You can install it using Visual-Studio-Nuget-Browser or by using the dotnet-cli for your test-project.

dotnet add package alsami.Duende.IdentityServer.AspNetCore.Testing

If you want to add a specific version of this package

dotnet add package alsami.Duende.IdentityServer.AspNetCore.Testing --version 1.0.0

For more information please visit the official dotnet-cli documentation.