diff --git a/src/portal/src/app/base/left-side-nav/config/auth/config-auth.component.html b/src/portal/src/app/base/left-side-nav/config/auth/config-auth.component.html index 2b1401d1b..b5f408af7 100644 --- a/src/portal/src/app/base/left-side-nav/config/auth/config-auth.component.html +++ b/src/portal/src/app/base/left-side-nav/config/auth/config-auth.component.html @@ -906,7 +906,7 @@ size="40" required [disabled]="disabled(currentConfig.oidc_scope)" - pattern="^([\w.]+,){0,}openid(,[\w.]+){0,}$" /> + pattern='^(((?!["\\ ])[ -~])+,){0,}openid(,((?!["\\ ])[ -~])+){0,}$' /> {{ 'TOOLTIP.SCOPE_REQUIRED' | translate }}