save checkpoint
This commit is contained in:
@@ -176,7 +176,7 @@ public sealed class PlatformEnvironmentSettingsOptions
|
||||
public string? LogoutEndpoint { get; set; }
|
||||
public string RedirectUri { get; set; } = string.Empty;
|
||||
public string? PostLogoutRedirectUri { get; set; }
|
||||
public string Scope { get; set; } = "openid profile email ui.read";
|
||||
public string Scope { get; set; } = "openid profile email ui.read authority:tenants.read graph:read sbom:read scanner:read policy:read policy:simulate policy:author policy:review policy:approve orch:read analytics.read advisory:read vex:read exceptions:read exceptions:approve aoc:verify findings:read release:read scheduler:read";
|
||||
public string? Audience { get; set; }
|
||||
public List<string> DpopAlgorithms { get; set; } = new() { "ES256" };
|
||||
public int RefreshLeewaySeconds { get; set; } = 60;
|
||||
|
||||
Reference in New Issue
Block a user