Skip to content

Instantly share code, notes, and snippets.

View mhfarrell's full-sized avatar
🎯
Focusing

mhfarrell

🎯
Focusing
View GitHub Profile
@mhfarrell
mhfarrell / discord-openid-configuration.json
Created February 28, 2026 16:21
Patched Discord OIDC discovery document for Azure Entra External ID
{
"issuer": "https://discord.com",
"authorization_endpoint": "https://discord.com/api/oauth2/authorize",
"token_endpoint": "https://discord.com/api/oauth2/token",
"userinfo_endpoint": "https://discord.com/api/oauth2/userinfo",
"jwks_uri": "https://discord.com/api/oauth2/keys",
"token_endpoint_auth_methods_supported": ["client_secret_post"],
"response_types_supported": ["code", "token"],
"subject_types_supported": ["public"],
"id_token_signing_alg_values_supported": ["RS256"],