From 01fbba67f2fe22b050f599fc13a6df521ce86c02 Mon Sep 17 00:00:00 2001 From: ManojNB Date: Tue, 20 Aug 2024 18:42:49 -0700 Subject: [PATCH] chore: enable subdomain test --- .github/integ-config/integ-all.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/integ-config/integ-all.yml b/.github/integ-config/integ-all.yml index 5ae4557fba1..42d10f3c6ad 100644 --- a/.github/integ-config/integ-all.yml +++ b/.github/integ-config/integ-all.yml @@ -521,6 +521,13 @@ tests: sample_name: [sign-in-with-oauth] spec: sign-out-oidc-provider browser: [chrome] + - test_name: subdomain_authentication + desc: 'Sign-in with the OAuth flow and subdomains' + framework: next + category: auth + sample_name: [subdomains] + spec: subdomains + browser: [chrome] # AUTH GEN2 - test_name: integ_react_javascript_authentication_gen2