Skip to content

Commit 1afa8f4

Browse files
authored
Merge pull request #128 from nblumhardt/2024-api
Add `OpenIdConnectMetadataAddress` setting name
2 parents d586359 + d567efb commit 1afa8f4

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
@@ -166,6 +166,11 @@ public enum SettingName
166166
/// </summary>
167167
OpenIdConnectScopes,
168168

169+
/// <summary>
170+
/// If using OpenID Connect, overrides the URI of the provider's metadata endpoint.
171+
/// </summary>
172+
OpenIdConnectMetadataAddress,
173+
169174
/// <summary>
170175
/// If <c>true</c>, ingestion requests incoming via HTTP must be authenticated using an API key or
171176
/// logged-in user session. Only effective when <see cref="IsAuthenticationEnabled"/> is <c>true</c>.

0 commit comments

Comments
 (0)