Skip to content

Commit 83cffc3

Browse files
Update template.env (#271)
The value in OIDC_ROLES_MAPPING must not be escaped
1 parent 1ff716b commit 83cffc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ SYNCSERVERS_1_PULL_RULES=
135135
# OIDC_CLIENT_ID=
136136
# OIDC_CLIENT_SECRET=
137137
# OIDC_ROLES_PROPERTY="roles"
138-
# OIDC_ROLES_MAPPING="{\"admin\": \"1\"}"
138+
# OIDC_ROLES_MAPPING="{\"admin\": 1}"
139139
# OIDC_DEFAULT_ORG=
140140
# OIDC_LOGOUT_URL=
141141
# OIDC_SCOPES="[\"profile\", \"email\"]"

0 commit comments

Comments
 (0)