We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e4ca1 commit 07553cdCopy full SHA for 07553cd
src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml
@@ -659,7 +659,7 @@
659
<Configuration AuthorizationEndpoint="https://discord.com/oauth2/authorize"
660
RevocationEndpoint="https://discord.com/api/oauth2/token/revoke"
661
TokenEndpoint="https://discord.com/api/oauth2/token"
662
- UserInfoEndpoint="https://discord.com/api/oauth2/@me">
+ UserInfoEndpoint="https://discord.com/api/users/@me">
663
<CodeChallengeMethod Value="S256" />
664
665
<GrantType Value="authorization_code" />
0 commit comments