You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -57,6 +66,18 @@ public OpenIdConnectSettings(bool validateConfiguration)
57
66
[JsonPropertyName("requireHttpsMetadata")]
58
67
publicboolRequireHttpsMetadata{get;}
59
68
69
+
[JsonPropertyName("servicePulseEnabled")]
70
+
publicboolServicePulseEnabled{get;}
71
+
72
+
[JsonPropertyName("servicePulseAuthority")]
73
+
publicstringServicePulseAuthority{get;}
74
+
75
+
[JsonPropertyName("servicePulseClientId")]
76
+
publicstringServicePulseClientId{get;}
77
+
78
+
[JsonPropertyName("servicePulseApiScope")]
79
+
publicstringServicePulseApiScope{get;}
80
+
60
81
voidValidate()
61
82
{
62
83
if(!Enabled)
@@ -112,6 +133,24 @@ void Validate()
112
133
logger.LogWarning("Authentication.ValidateIssuerSigningKey is set to false. This is a serious security risk and should only be used in development environments");
0 commit comments