Browse Source

Update the KOOK definition to remove the unnecessary <GrantType /> node

pull/2094/head
Kévin Chalet 2 years ago
parent
commit
606715819b
  1. 4
      src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml

4
src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml

@ -822,9 +822,7 @@
<Environment Issuer="https://www.kookapp.cn/">
<Configuration AuthorizationEndpoint="https://www.kookapp.cn/app/oauth2/authorize"
TokenEndpoint="https://www.kookapp.cn/api/oauth2/token"
UserinfoEndpoint="https://www.kookapp.cn/api/v3/user/me">
<GrantType Value="authorization_code" />
</Configuration>
UserinfoEndpoint="https://www.kookapp.cn/api/v3/user/me" />
<!--
Note: Kook requires sending the "get_user_info" scope to be able to use the userinfo endpoint.

Loading…
Cancel
Save