Probleme with AzureAD

Hi

I finaly activate the AzureAD authentification for chronograf.

The only problme i have, when i want to add a user, i see the ID of the user, not the username.

What i need to see the name, or the email.

Thanks

Here is my config:
/etc/deafault/chronograf

TLS_CERTIFICATE=/etc/ssl/testing.pem
PORT=8888

GENERIC_TOKEN_URL=https://login.microsoftonline.com/–hide–/oauth2/v2.0/token
TENANT=–hide–
GENERIC_NAME=azuread
GENERIC_API_KEY=sub

GENERIC_CLIENT_ID=–hide–
GENERIC_AUTH_URL=https://login.microsoftonline.com/–hide–/oauth2/authorize
GENERIC_CLIENT_SECRET=–hide–
TOKEN_SECRET=–hide–
GENERIC_API_URL=https://graph.windows.net/
GENERIC_SCOPES=openid name email
USE_ID_TOKEN = true
JWKS_URL=https://login.microsoftonline.com/common/discovery/keys