Fix auth config oidc scope regex (#20483)

This commit is contained in:
László Rafael 2024-10-24 10:09:44 +02:00 committed by GitHub
parent bfa67a7d61
commit 8254c02603
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -906,7 +906,7 @@
size="40"
required
[disabled]="disabled(currentConfig.oidc_scope)"
pattern="^([\w.]+,){0,}openid(,[\w.]+){0,}$" />
pattern='^(((?!["\\ ])[ -~])+,){0,}openid(,((?!["\\ ])[ -~])+){0,}$' />
<clr-control-error>{{
'TOOLTIP.SCOPE_REQUIRED' | translate
}}</clr-control-error>