Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit b3f92d0

Browse files
committed
Merge branch 'hotfix/new-zurich-domain'
2 parents a3d1179 + 59208ca commit b3f92d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ export const CONNECT_PROJECT_CALLBACK = 'new-project-callback'
4040
// this string should be regex aware i.e. it should backquote any regex reserve characters
4141
//export const SSO_PROVIDER_DOMAINS = 'wipro\\.com|asp\\.appirio\\.com|topcoder'
4242
// export const SSO_PROVIDER_DOMAINS = 'wipro\\.com'
43-
export const SSO_PROVIDER_DOMAINS = 'wipro\\.com|credit-suisse\\.com|localsimplesaml\\.com|zurich\\.com|zurichna\\.com|zurich\\.co\\.jp|zurich\\.ie|zurich\\.sg|zurich\\.com\\.au'
43+
export const SSO_PROVIDER_DOMAINS = 'wipro\\.com|credit-suisse\\.com|localsimplesaml\\.com|zurich\\.com|zurichna\\.com|zurich\\.co\\.jp|zurich\\.ie|zurich\\.sg|zurich\\.com\\.au|zurich\\.ch'
4444
// individual domains should not backquote anything because it is matched without regex
4545
export const SSO_PROVIDER_DOMAINS_WIPRO = ['wipro.com']
4646
export const SSO_PROVIDER_DOMAINS_APPIRIO = ['asp.appirio.com']
4747
export const SSO_PROVIDER_DOMAINS_TOPCODER = ['topcoder']
4848
export const SSO_PROVIDER_DOMAINS_CREDITSUISSE = ['credit-suisse.com']
4949
export const SSO_PROVIDER_DOMAINS_LOCALSIMPLESAML = ['localsimplesaml.com']
50-
export const SSO_PROVIDER_DOMAINS_ZURICH = ['zurich.com', 'zurichna.com', 'zurich.co.jp','zurich.ie', 'zurich.sg', 'zurich.com.au']
50+
export const SSO_PROVIDER_DOMAINS_ZURICH = ['zurich.com', 'zurichna.com', 'zurich.co.jp','zurich.ie', 'zurich.sg', 'zurich.com.au', 'zurich.ch']
5151

5252
export const UTM_SOURCE_CONNECT = 'connect'

0 commit comments

Comments
 (0)