Browse Source

Update the Discord provider to use /users/@me instead of /oauth2/@me

pull/2319/head 7.0.0-preview.3
Kévin Chalet 9 months ago
parent
commit
07553cd4f2
  1. 2
      src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml

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

@ -659,7 +659,7 @@
<Configuration AuthorizationEndpoint="https://discord.com/oauth2/authorize"
RevocationEndpoint="https://discord.com/api/oauth2/token/revoke"
TokenEndpoint="https://discord.com/api/oauth2/token"
UserInfoEndpoint="https://discord.com/api/oauth2/@me">
UserInfoEndpoint="https://discord.com/api/users/@me">
<CodeChallengeMethod Value="S256" />
<GrantType Value="authorization_code" />

Loading…
Cancel
Save