Removed required scope policy, no longer needed, audience covers the intent
continuous-integration/drone/pr Build is passing

This commit is contained in:
Khwezi Mngoma
2026-06-06 16:44:22 +02:00
parent 5d5b59d610
commit dc4addb43a
2 changed files with 1 additions and 12 deletions
@@ -9,8 +9,4 @@ public sealed class LiteCharmsSettings
public string? ClientSecret { get; set; }
public string? Audience { get; set; }
public string? RequiredClaimName { get; set; }
public string? RequiredClaimNameValue { get; set; }
}