Skip to content

Commit b1d3b63

Browse files
committed
Merge branch 'dev' of github.com:datalust/seq-api into v2024.1
2 parents 55a033d + 1afa8f4 commit b1d3b63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Seq.Api/Model/Settings/SettingName.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,11 @@ public enum SettingName
171171
/// </summary>
172172
OpenIdConnectMetadataAddress,
173173

174+
/// <summary>
175+
/// If using OpenID Connect, overrides the URI of the provider's metadata endpoint.
176+
/// </summary>
177+
OpenIdConnectMetadataAddress,
178+
174179
/// <summary>
175180
/// If <c>true</c>, ingestion requests incoming via HTTP must be authenticated using an API key or
176181
/// logged-in user session. Only effective when <see cref="IsAuthenticationEnabled"/> is <c>true</c>.

0 commit comments

Comments
 (0)