Hello,
I have two different tenant with Discord activate,
The both have the same discord & auth0 configuration, but …
In the first, i have more informations from discord (Discriminator, etc …)
{
"avatar": "0123012301230123001230123",
"created_at": "2020-12-26T23:55:33.430Z",
"discriminator": "4855",
"flags": 0,
"identities": [
{
"provider": "oauth2",
"user_id": "discord|012301230123",
"connection": "discord",
"isSocial": true
}
],
"locale": "fr",
"mfa_enabled": true,
"name": "",
"nickname": "",
"picture": "https://cdn.auth0.com/avatars/default.png",
"public_flags": 0,
"updated_at": "2021-04-06T21:35:19.968Z",
"user_id": "oauth2|discord|012301230123",
"username": "Username",
"last_ip": "000.000.000.00",
"last_login": "2021-04-06T21:35:19.966Z",
"logins_count": 44,
"blocked_for": ,
"guardian_authenticators":
}
In the second, i have less information, but i lost very important for discord … discriminator
{
"created_at": "2021-04-06T21:55:18.106Z",
"identities": [
{
"provider": "oauth2",
"user_id": "discord|01230123",
"connection": "discord",
"isSocial": true
}
],
"name": "Username",
"nickname": "Username",
"picture": "https://cdn.discordapp.com/avatars/01230123/01230123.png",
"updated_at": "2021-04-06T21:55:18.106Z",
"user_id": "oauth2|discord|01230123",
"last_ip": "000.000.000.00",
"last_login": "2021-04-06T21:55:18.105Z",
"logins_count": 1,
"blocked_for": ,
"guardian_authenticators":
}
Anyone have an idea ? Losing discriminator in discord, it’s very bad …
Kind regards,