File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,8 @@ set_up_oidc() {
97
97
\" client_secret\" : \" ${OIDC_CLIENT_SECRET} \" ,
98
98
\" roles_property\" : \" ${OIDC_ROLES_PROPERTY} \" ,
99
99
\" role_mapper\" : ${OIDC_ROLES_MAPPING} ,
100
- \" default_org\" : \" ${OIDC_DEFAULT_ORG} \"
100
+ \" default_org\" : \" ${OIDC_DEFAULT_ORG} \" ,
101
+ \" scopes\" : ${OIDC_SCOPES}
101
102
}
102
103
}" > /dev/null
103
104
Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ services:
118
118
- " OIDC_ROLES_MAPPING=${OIDC_ROLES_MAPPING}"
119
119
- " OIDC_DEFAULT_ORG=${OIDC_DEFAULT_ORG}"
120
120
- " OIDC_LOGOUT_URL=${OIDC_LOGOUT_URL}"
121
+ - " OIDC_SCOPES=${OIDC_SCOPES}"
121
122
# LDAP authentication settings
122
123
- " LDAP_ENABLE=${LDAP_ENABLE}"
123
124
- " LDAP_APACHE_ENV=${LDAP_APACHE_ENV}"
You can’t perform that action at this time.
0 commit comments