Skip to content

Commit d2f67f3

Browse files
committed
limit to line length 70
1 parent 7b5ce25 commit d2f67f3

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

modules/contributor/pages/adr/ADR032-oidc-support.adoc

+14-12
Original file line numberDiff line numberDiff line change
@@ -164,20 +164,22 @@ spec:
164164
# remove some from this list.
165165
scopes: [ openid, email, profile ]
166166
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.
172173
#
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.
176177
#
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.
181183
principalClaim: preferred_username
182184
183185
# Optional provider hint. If unspecified, the product will not

0 commit comments

Comments
 (0)