Skip to content
New issue

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

Profile Properties not syncing - DNN 9.11 #94

Open
steinycode opened this issue Sep 19, 2023 · 2 comments
Open

Profile Properties not syncing - DNN 9.11 #94

steinycode opened this issue Sep 19, 2023 · 2 comments
Assignees

Comments

@steinycode
Copy link

Are there specific permissions or settings required that aren't documented to get user profile properties to sync? Users are syncing, roles are syncing, but profile properties don't seem to beyond basic name and email.

The Graph Client has been set up with App ID and key.

  • DNN 9.11.00
  • Azure AD Provider 4.3.0
  • Note: Using Portal 1 with Azure AD for authentication.
@steinycode
Copy link
Author

Issue persists with DNN 9.13.00 using a blank installation. Profile image syncs, but nothing else.

Additional information:

  • Advanced Settings > Synchronization Role Sync, User Sync, Profile Sync all on.
  • Have added some test mappings under Mappings > User Profile Mappings.

@robheffo79
Copy link

When authenticated Azure returns TWO tokens. access_token, and id_token.

access_token is currently being used to populate the user profile information, but it should be using the id_token instead for that purpose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants