feat(oauth): add oidc username claim (#357)
* feat(oauth): add oidc username claim * style: remove undefined
This commit is contained in:
@@ -201,6 +201,10 @@ const configVariables: ConfigVariables = {
|
||||
type: "string",
|
||||
defaultValue: "",
|
||||
},
|
||||
"oidc-usernameClaim": {
|
||||
type: "string",
|
||||
defaultValue: "",
|
||||
},
|
||||
"oidc-clientId": {
|
||||
type: "string",
|
||||
defaultValue: "",
|
||||
|
||||
Reference in New Issue
Block a user