This repository was archived by the owner on Jan 21, 2022. It is now read-only.
Tags: alsami/IdentityServer4.Contrib.AspNetCore.Testing
Tags
feat: add overload to IdentityServerTestHostBuilder to build a host w… …ith a custom container
feat: add IdentityServerTestHostCustomContainerBuilder which allows b… …uilding a test host with a custom container
feat: add support for IHostBuilder * Support for `IdentityServer4` version 4 preview 3 * Rename `IdentityServerHostBuilder` to `IdentityServerTestWebHostBuilder` * Add sealed class `IdentityServerHostBuilder` that extends `IdentityServerTestWebHostBuilder` and mark it as obsolete * Add new class `IdentityServerTestHostBuilder` which supports building an `IHostBuilder` * Abstract common logic for `IdentityServerTestWebHostBuilder` and `IdentityServerTestHostBuilder` * Rename `IdentityServerProxy` to IdentityServerWebHostProxy` * Add sealed class `IdentityServerProxy` that derives from `IdentityServerWebHostProxy` * Add new class `IdentityServerHostProxy` which takes an `IHostBuilder` rather than an `IWebHostBuilder` * Abstract common logic for `IdentityServerWebHostProxy` and `IdentityServerHostProxy`
PreviousNext