mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-21 17:55:30 +01:00
Fix auth config oidc scope regex (#20483)
This commit is contained in:
parent
bfa67a7d61
commit
8254c02603
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user