Skip to content

Commit

Permalink
Sr at21 integration test config8 (#243)
Browse files Browse the repository at this point in the history
* config bind

* folder fix

* fiks
  • Loading branch information
simen-rekkedal authored Apr 25, 2024
1 parent 9ddd9bb commit bb73fc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,4 @@
<ProjectReference Include="..\Altinn.Authentication.UI.Mocks\Altinn.Authentication.UI.Mocks.csproj" />
</ItemGroup>

<ItemGroup>
<Folder Include="wwwroot\authentication\" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ public static IServiceCollection ConfigureAppSettings(this IServiceCollection se
Integration.Configuration.PlatformSettings? platformSettings = configuration.GetSection("PlatformSettings").Get<Integration.Configuration.PlatformSettings>();

services.Configure<GeneralSettings>(configuration.GetSection("GeneralSettings"));
services.Configure<KeyVaultSettings>(configuration.GetSection("KeyVaultSettings"));
services.Configure<ClientSettings>(configuration.GetSection("ClientSettings"));

services.AddSingleton(configuration);

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// Empty file to keep git from deleting this folder

0 comments on commit bb73fc5

Please sign in to comment.