diff --git a/Lombiq.Tests.UI/Helpers/UrlCheckHelper.cs b/Lombiq.Tests.UI/Helpers/UrlCheckHelper.cs index 6f939d718..10018a74e 100644 --- a/Lombiq.Tests.UI/Helpers/UrlCheckHelper.cs +++ b/Lombiq.Tests.UI/Helpers/UrlCheckHelper.cs @@ -31,7 +31,7 @@ public static bool IsOrchardPage(UITestContext context) path.StartsWithOrdinalIgnoreCase("/Register") || path.StartsWithOrdinalIgnoreCase("/Login") || path.StartsWithOrdinalIgnoreCase("/ChangePassword") || - path.StartsWithOrdinalIgnoreCase("/ExternalLogins") || + path.StartsWithOrdinalIgnoreCase("/ExternalAuthentications") || context.IsSetupPage(); } diff --git a/Lombiq.Tests.UI/SecurityScanning/AutomationFrameworkPlans/FullScan.yml b/Lombiq.Tests.UI/SecurityScanning/AutomationFrameworkPlans/FullScan.yml index 96e4c43c5..f6b4c73a9 100644 --- a/Lombiq.Tests.UI/SecurityScanning/AutomationFrameworkPlans/FullScan.yml +++ b/Lombiq.Tests.UI/SecurityScanning/AutomationFrameworkPlans/FullScan.yml @@ -105,7 +105,7 @@ jobs: newRisk: False Positive parameter: '' parameterRegex: false - url: .*/(ChangePassword|Account/LinkLogin|Account/ExternalLogin|Users/LogOff|api/content).* + url: .*/(ChangePassword|ExternalAuthentication/LinkExternalLogin|ExternalAuthentication/ExternalLogin|Users/LogOff|api/content).* urlRegex: true attack: '' attackRegex: false