Align policy simulation auth passthrough at the frontdoor
This commit is contained in:
@@ -131,6 +131,7 @@ builder.Services.AddSingleton(new IdentityHeaderPolicyOptions
|
||||
.Where(r => r.PreserveAuthHeaders)
|
||||
.Select(r => r.Path)
|
||||
.ToList(),
|
||||
ApprovedAuthPassthroughPrefixes = [.. bootstrapOptions.Auth.ApprovedAuthPassthroughPrefixes],
|
||||
EnableTenantOverride = bootstrapOptions.Auth.EnableTenantOverride
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user