feat(oauth): add oidc username claim (#357)

* feat(oauth): add oidc username claim

* style: remove undefined
This commit is contained in:
Qing Fu
2023-12-20 19:32:42 +08:00
committed by GitHub
parent f179189b59
commit 3ea52a24ef
4 changed files with 52 additions and 11 deletions

View File

@@ -201,6 +201,10 @@ const configVariables: ConfigVariables = {
type: "string",
defaultValue: "",
},
"oidc-usernameClaim": {
type: "string",
defaultValue: "",
},
"oidc-clientId": {
type: "string",
defaultValue: "",