All Projects → alsami → IdentityServer4.Contrib.AspNetCore.Testing

alsami / IdentityServer4.Contrib.AspNetCore.Testing

Licence: MIT license
Testing framework for ASP.NET Core and Identity-Server 4

Programming Languages

C#
18002 projects
shell
77523 projects

Projects that are alternatives of or similar to IdentityServer4.Contrib.AspNetCore.Testing

Jpproject.identityserver4.adminui
🔧 ASP.NET Core 3 & Angular 8 Administration Panel for 💞IdentityServer4 and ASP.NET Core Identity
Stars: ✭ 717 (+4381.25%)
Mutual labels:  openid, identityserver4
IdentityServer4.PhoneNumberAuth
Sample passwordless phone number authentication using OAuth in ASP.NET Core 2.2
Stars: ✭ 83 (+418.75%)
Mutual labels:  openid, identityserver4
Aspnetcoreid4external
external OpenID Connect Login to IdentityServer4 with AAD
Stars: ✭ 63 (+293.75%)
Mutual labels:  openid, identityserver4
Aspnet5identityserverangularimplicitflow
OpenID Connect Code / Implicit Flow with Angular and ASP.NET Core 5 IdentityServer4
Stars: ✭ 670 (+4087.5%)
Mutual labels:  openid, identityserver4
React Oidc Client Js
OpenID Connect (OIDC) client with React and typescript
Stars: ✭ 122 (+662.5%)
Mutual labels:  openid, identityserver4
Home
Welcome to Janssen: the world's fastest cloud native identity and access management platform
Stars: ✭ 176 (+1000%)
Mutual labels:  openid
FabricSSO
A SSO(Single Sign On) platform with Microservices architecture built on IdentityServer 4
Stars: ✭ 14 (-12.5%)
Mutual labels:  identityserver4
Jose2go
Golang (GO) implementation of Javascript Object Signing and Encryption specification
Stars: ✭ 150 (+837.5%)
Mutual labels:  openid
Aspnetcorehybridflowwithapi
ASP.NET Core MVC application using API, OpenID Connect Hybrid flow , second API, Code Flow with PKCE
Stars: ✭ 127 (+693.75%)
Mutual labels:  openid
Authentication
Authentication examples for AspNetCore 3.1
Stars: ✭ 37 (+131.25%)
Mutual labels:  identityserver4
AspNetCoreBackChannelLogout
ASP.NET Core Back-Channel Logout for Hybrid Clients, Redis, Key Vault, Azure
Stars: ✭ 17 (+6.25%)
Mutual labels:  identityserver4
LYM.NetCore
IdentityServer4+EFCore
Stars: ✭ 17 (+6.25%)
Mutual labels:  identityserver4
External Auth Server
easy auth for reverse proxies
Stars: ✭ 189 (+1081.25%)
Mutual labels:  openid
sotsera.blazor.oidc
OpenID Connect client for Blazor client-side projects
Stars: ✭ 21 (+31.25%)
Mutual labels:  openid
Spring Boot Keycloak Tutorial
Easily Secure your Spring Boot Apps with Keycloak
Stars: ✭ 165 (+931.25%)
Mutual labels:  openid
squidex-identity
Identity Server for Squidex Headless CMS
Stars: ✭ 28 (+75%)
Mutual labels:  identityserver4
Myoidc
基于OIDC协议的参考实现,根据各类库提供实现参考
Stars: ✭ 132 (+725%)
Mutual labels:  openid
Samples.IdentityServer4.Saml2pIntegration
IdentityServer 4 implementation acting as SAML 2.0 IdP and SP
Stars: ✭ 51 (+218.75%)
Mutual labels:  identityserver4
ThrowawayDb
Dead simple integration tests with SQL Server or Postgres throwaway databases that are created on the fly, used briefly then disposed of automagically.
Stars: ✭ 137 (+756.25%)
Mutual labels:  integration-tests
ada-security
Ada Security - OAuth 2.0 client and server framework to secure web applications
Stars: ✭ 18 (+12.5%)
Mutual labels:  openid

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].