Skip to content

Commit

Permalink
Merge branch 'master' into SH-0-RegistrationSite
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Williams committed Jul 21, 2021
2 parents 43c3414 + 3d7ae05 commit ba7b239
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public static AuthenticationBuilder AddAuthentication(this IServiceCollection se
services.TryAddScoped<IApiToken, ApiToken>();
services.AddHttpContextAccessor();
services.AddSingleton<IAuthenticationConnection, HttpClientAuthenticationConnection>();
services.AddSingleton<IApiTokenClient, ApiTokenClient>();
services.TryAddSingleton<IApiTokenClient, ApiTokenClient>();

if (authConfiguration.RedisConfiguration != null && authConfiguration.RedisConfiguration.Enabled)
{
Expand Down

1 comment on commit ba7b239

@NICE-TeamCity
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Identity and Access Management / Identity - .NET Standard 2.0 Nuget (SDK) - prerelease Build 516-beta-SH-0-RegistrationSit outcome was SUCCESS
Summary: Running Build time: 00:02:54

Please sign in to comment.