You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I applied django-auth-adfs package to perform 2FactorAuthentication on AzureAD.
Hi,
I got an Azure engineer to configure the following link, It works well. azure_ad_config_guide
All attributes except email have been synchronized from Azure AD to the User Table in the Django table correctly. Why Email from AzureAD has not been updated to email attributes on User Table like other fields?
The main point is that I am not sure whether the field mapping between Azure AD and the User Table is correct or not.
this is my configuration in settings.py , To map on Azure AD, my Azure Engineer recommends 'email': 'mail' instead of 'email': 'email'
But I tried it out, it had nothing happened, The email is still empty.
You can decode an access token at https://jwt.io and see what is sent with the token. I suspect either there is no email sent, or the mapping is wrong.
You can decode an access token at https://jwt.io and see what is sent with the token. I suspect either there is no email sent, or the mapping is wrong.
From what you advised, I suppose it is relevant to the later which involves 'email': 'mail' instead of 'email': 'email' .
Now, I ask an Azure Engineer in the company I work for who is in charge of Azure-AD to check again about email field mapping.
I applied django-auth-adfs package to perform 2FactorAuthentication on AzureAD.
Hi,
I got an Azure engineer to configure the following link, It works well.
azure_ad_config_guide
All attributes except email have been synchronized from Azure AD to the User Table in the Django table correctly. Why Email from AzureAD has not been updated to email attributes on User Table like other fields?
The main point is that I am not sure whether the field mapping between Azure AD and the User Table is correct or not.
this is my configuration in settings.py , To map on Azure AD, my Azure Engineer recommends 'email': 'mail' instead of 'email': 'email'
But I tried it out, it had nothing happened, The email is still empty.
Upvote & Fund
The text was updated successfully, but these errors were encountered: