Experiment with setting up system test docker services
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user