mirror of
https://github.com/discourse/discourse.git
synced 2024-11-21 16:38:15 -06:00
DEV: Update LinkedIn OIDC client secret validation format (#27028)
The LinkedIn OIDC client secret format has changed. This updates the regular expression used for validation to reflect this.
This commit is contained in:
parent
2134ca9031
commit
e1953f7042
@ -512,7 +512,7 @@ login:
|
||||
regex: "^[a-z0-9]+$"
|
||||
linkedin_oidc_client_secret:
|
||||
default: ""
|
||||
regex: "^[a-zA-Z0-9]+$"
|
||||
regex: "^[a-zA-Z0-9_=\\.]+$"
|
||||
secret: true
|
||||
auth_skip_create_confirm:
|
||||
default: false
|
||||
|
Loading…
Reference in New Issue
Block a user