Skip to content

Commit 0299184

Browse files
committed
docs(PostConfigure): Add Warning that he needs to add the claims himself for detailed user info if he wants to use PostConfigure himself, which runs after the Provider side
1 parent b71fb6f commit 0299184

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/etsy.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ _Requires `EtsyAuthenticationOptions.IncludeDetailedUserInfo = true`_
166166
| `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname` | `last_name` ||
167167
| `urn:etsy:image_url` | `image_url_75x75` | [Manual](#manually-added-claims) |
168168

169+
> [!WARNING]
170+
> As those claims are set in Provider side `PostConfigureOptions`, you have to include them yourself if you bind from `PostConfigure<EtsyAuthenticationOptions>` also.
171+
169172
#### Manually Added Claims
170173

171174
The `image_url_75x75` claim is not auto-mapped to reduce data bloat. You can add it manually via either:

0 commit comments

Comments
 (0)