Skip to content

Commit 07553cd

Browse files
committed
Update the Discord provider to use /users/@me instead of /oauth2/@me
1 parent 99e4ca1 commit 07553cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@
659659
<Configuration AuthorizationEndpoint="https://discord.com/oauth2/authorize"
660660
RevocationEndpoint="https://discord.com/api/oauth2/token/revoke"
661661
TokenEndpoint="https://discord.com/api/oauth2/token"
662-
UserInfoEndpoint="https://discord.com/api/oauth2/@me">
662+
UserInfoEndpoint="https://discord.com/api/users/@me">
663663
<CodeChallengeMethod Value="S256" />
664664

665665
<GrantType Value="authorization_code" />

0 commit comments

Comments
 (0)