You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -215,7 +219,9 @@ Here is a comprehensive `appsettings.json` example covering supported options an
215
219
> [!NOTE]
216
220
> We recommend saving tokens (`SaveTokens = true`) to facilitate token refresh, so the user does not need to re-authenticate frequently.
217
221
> [!NOTE]
218
-
> If you bind from appsettings, make sure to either set no scopes, if the basic `shops_r` scope is sufficient (`IncludeDetailedUserInfo` set to `true` would also add `email_r`), or always include them into the configuration. The handler does not automatically add it when binding from configuration.
222
+
> If `IncludeDetailedUserInfo` is set to `true` and the scopes `shops_r` and `email_r` scopes are sufficient, you don't need to set additional scopes in `appsettings.json`, they are added automatically.
223
+
> [!TIP]
224
+
> We recommend using the `EtsyAuthenticationDefaults` class in your `.AddEtsy` call which contains the default endpoint URLs.
219
225
220
226
If you bind then from configuration, set the options in code, for example:
0 commit comments