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

Ability to convert group id sent from azure ad to group names #640

Open
small1 opened this issue Jun 12, 2023 · 1 comment
Open

Ability to convert group id sent from azure ad to group names #640

small1 opened this issue Jun 12, 2023 · 1 comment

Comments

@small1
Copy link

small1 commented Jun 12, 2023

New feature.

Ability to convert the group oid to a proper name that is sent from azure ad. on authentication.

This should be a setting pretty much as the enable id4me option.

The code would on authentication from a user query microsoft graph and resolve the oid to a name and then sync that group information down to a readable name.

If the azure ad option is not set it would not be used or visible.

It would ask the microsoft graph api like this and translate the group id to the name.

https://graph.microsoft.com/v1.0/{Configuration.TenantID}/groups/{groupId}

From that it url will get a json that has the name in it and use that instead of oid

@small1
Copy link
Author

small1 commented Jun 12, 2023

@julien-nc We will run a pull request on this where you can check code etc when we have a sample ready.

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

1 participant