We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discord's OpenID implementation supports the userinfo endpoint ( https://discord.com/api/oauth2/userinfo ) but it isn't documented in the OpenID Discovery configuration (at https://discord.com/.well-known/openid-configuration )
userinfo
Look at Discord's OpenID Discovery, there is no userinfo endpoint listed. However userinfo can be used just fine with OIDC.
OpenID Discovery should advertise userinfo at the URL of https://discord.com/api/oauth2/userinfo
https://discord.com/api/oauth2/userinfo
It does not advertise userinfo in OpenID Discovery.
No response
Any OIDC client that supports autodiscovery.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Discord's OpenID implementation supports the
userinfo
endpoint ( https://discord.com/api/oauth2/userinfo ) but it isn't documented in the OpenID Discovery configuration (at https://discord.com/.well-known/openid-configuration )Steps to Reproduce
Look at Discord's OpenID Discovery, there is no userinfo endpoint listed. However userinfo can be used just fine with OIDC.
Expected Behavior
OpenID Discovery should advertise userinfo at the URL of
https://discord.com/api/oauth2/userinfo
Current Behavior
It does not advertise userinfo in OpenID Discovery.
Screenshots/Videos
No response
Client and System Information
Any OIDC client that supports autodiscovery.
The text was updated successfully, but these errors were encountered: