Skip to content

Commit 3535a1b

Browse files
committed
fix: correct handling of KeyPassword property
1 parent c990fb7 commit 3535a1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PDNDClientAssertionGenerator/Middleware/PDNDClientAssertionServiceExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public static IServiceCollection AddPDNDClientAssertionServices(this IServiceCol
4646
config.Audience = configuration["ClientAssertionConfig:Audience"];
4747
config.PurposeId = configuration["ClientAssertionConfig:PurposeId"];
4848
config.KeyPath = configuration["ClientAssertionConfig:KeyPath"];
49+
config.KeyPassword = configuration["ClientAssertionConfig:KeyPassword"];
4950
config.Duration = int.Parse(configuration["ClientAssertionConfig:Duration"]);
5051
});
5152

0 commit comments

Comments
 (0)