Added UI security
continuous-integration/drone/pr Build is passing

This commit is contained in:
Khwezi Mngoma
2026-06-04 14:08:27 +02:00
parent eef1096ec5
commit 5666ffd474
3 changed files with 43 additions and 7 deletions
@@ -6,9 +6,9 @@ public sealed class AuthentikSettings
public string? IntrospectionUrl { get; set; }
public string? ApiResourceName { get; set; }
public string? ClientId { get; set; }
public string? ApiResourceSecret { get; set; }
public string? ClientSecret { get; set; }
public string? RequiredClaimName { get; set; }