We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55a033d + 1afa8f4 commit b1d3b63Copy full SHA for b1d3b63
src/Seq.Api/Model/Settings/SettingName.cs
@@ -171,6 +171,11 @@ public enum SettingName
171
/// </summary>
172
OpenIdConnectMetadataAddress,
173
174
+ /// <summary>
175
+ /// If using OpenID Connect, overrides the URI of the provider's metadata endpoint.
176
+ /// </summary>
177
+ OpenIdConnectMetadataAddress,
178
+
179
/// <summary>
180
/// If <c>true</c>, ingestion requests incoming via HTTP must be authenticated using an API key or
181
/// logged-in user session. Only effective when <see cref="IsAuthenticationEnabled"/> is <c>true</c>.
0 commit comments