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 d586359 + d567efb commit 1afa8f4Copy full SHA for 1afa8f4
src/Seq.Api/Model/Settings/SettingName.cs
@@ -166,6 +166,11 @@ public enum SettingName
166
/// </summary>
167
OpenIdConnectScopes,
168
169
+ /// <summary>
170
+ /// If using OpenID Connect, overrides the URI of the provider's metadata endpoint.
171
+ /// </summary>
172
+ OpenIdConnectMetadataAddress,
173
+
174
/// <summary>
175
/// If <c>true</c>, ingestion requests incoming via HTTP must be authenticated using an API key or
176
/// logged-in user session. Only effective when <see cref="IsAuthenticationEnabled"/> is <c>true</c>.
0 commit comments