IdentityServer.Wrapper update
parent
79649f3ef4
commit
c07e9908f5
|
@ -6,7 +6,7 @@ namespace IdentityServer.Wrapper
|
|||
{
|
||||
public static class DependencyInjectionExtension
|
||||
{
|
||||
public static void UseIdentityService(this IServiceCollection services, string baseAddress)
|
||||
public static void UseIdentityServices(this IServiceCollection services, string baseAddress)
|
||||
{
|
||||
services.AddSingleton(new ServiceConfiguration(baseAddress));
|
||||
services.AddHttpClient<IIdentityService, IdentityService>();
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<RepositoryType>Git</RepositoryType>
|
||||
<RepositoryUrl>https://dev.azure.com/tstanciu94/_git/IdentityServer</RepositoryUrl>
|
||||
<PackageTags>IdentityServer wrapper</PackageTags>
|
||||
<Version>1.0.1.0</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Reference in New Issue