alsami / IdentityServer4.Contrib.AspNetCore.Testing

Testing framework for ASP.NET Core and Identity-Server 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IdentityServer4.Contrib.AspNetCore.Testing

DEPRECATION NOTICE

This package has been deprecated. Feel free to clone it and maintain it, if needed. The package has been ported to support Duende.IdentityServer. The repository can be found here.

Infos

Build Status codecov

NuGet NuGet

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

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 IdentityServer4.Contrib.AspNetCore.Testing

If you want to add a specific version of this package

dotnet add package IdentityServer4.Contrib.AspNetCore.Testing --version 1.0.0

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

About

Testing framework for ASP.NET Core and Identity-Server 4

License:MIT License


Languages

Language:C# 99.0%Language:Shell 1.0%