@@ -164,20 +164,22 @@ spec:
164
164
# remove some from this list.
165
165
scopes: [ openid, email, profile ]
166
166
167
- # If a product extracts some sort of "effective user" that is represented by a
168
- # string internally, this config determines with claim is used to extract that
169
- # string. It is desirable to use `sub` in here (or some other stable identifier),
170
- # but in many cases you might need to use `preferred_username` (e.g. in case of Keycloak)
171
- # or a different claim instead.
167
+ # If a product extracts some sort of "effective user" that is
168
+ # represented by a string internally, this config determines with
169
+ # claim is used to extract that string. It is desirable to use
170
+ # `sub` in here (or some other stable identifier), but in many
171
+ # cases you might need to use `preferred_username` (e.g. in case
172
+ # of Keycloak) or a different claim instead.
172
173
#
173
- # Please note that some products hard-coded the claim in their implementation,
174
- # so some product operators might error out if the product hardcodes a different
175
- # claim than configured here.
174
+ # Please note that some products hard-coded the claim in their
175
+ # implementation, so some product operators might error out if
176
+ # the product hardcodes a different claim than configured here.
176
177
#
177
- # We don't provide any default value, as there is no correct way of doing it
178
- # that works in all setups. Most demos will probably use `preferred_username`,
179
- # although `sub` being more desirable, but technically impossible with the current
180
- # behavior of the products.
178
+ # We don't provide any default value, as there is no correct way
179
+ # of doing it that works in all setups. Most demos will probably
180
+ # use `preferred_username`, although `sub` being more desirable,
181
+ # but technically impossible with the current behavior of the
182
+ # products.
181
183
principalClaim: preferred_username
182
184
183
185
# Optional provider hint. If unspecified, the product will not
0 commit comments