good morning team, how can i have multiple values ...
# ui
s
good morning team, how can i have multiple values set for this variable
AUTH_OIDC_SCOPE
, an example is I would like scope to have all 3
oidc, email, profile
? I tried
AUTH_OIDC_SCOPE
=
oidc+email+profile
but it doesnt seem working
g
hey @straight-noon-75819 - from the comment here it looks like the scopes should be separated by spaces rather than
+
icons:
could you give that a try?
b
this is correct
s
awesome, I'll give it a try, thanks @green-football-43791