Experiment with setting up system test docker services

This commit is contained in:
2024-08-17 16:38:41 +02:00
parent 4f287d85dd
commit 5c532a6bb5
13 changed files with 590 additions and 13 deletions

View File

@@ -11,6 +11,8 @@ public class JwtOptions
public string MetadataUrl { get; set; } = "";
public string? NameClaimType { get; set; }
public bool AllowHttpMetadataUrl { get; set; }
}
public class JwtOptionsValidator : AbstractValidator<JwtOptions>