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

Question - Best approach to get attributes not available in the standard datasets #235

Open
NJarZe opened this issue May 4, 2023 · 2 comments

Comments

@NJarZe
Copy link

NJarZe commented May 4, 2023

We are using the Graph Data Connect to extract Azure AD information for all users in our tenant (using Azure Data Factory). The extractions works as expected but there are fields that don't seem to be available in the standard schemas (e.g. Employee ID or schema extensions).

What's the best approach to get these fields? Should we then use the API to get these values for each user?
Is there a better, more efficient, approach?

Thanks!

@pejuborg
Copy link

pejuborg commented Jan 8, 2024

Hi, I'm also interested in this, in my particular case I would like to find the Authentication methods registered to users.

Thanks!

@NJarZe
Copy link
Author

NJarZe commented Jan 8, 2024

Hi, I'm also interested in this, in my particular case I would like to find the Authentication methods registered to users.

Thanks!

@pejuborg - FYI, I ended up abandoning this way of extracting Azure AD information and used the MS Graph API directly. It's a bit more work, but you have a lot more flexibility on what you can do.

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

No branches or pull requests

2 participants