-
Notifications
You must be signed in to change notification settings - Fork 34
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 pull custom user attributes #26
Comments
I have not looked into how to do that, but I will put it on my list of things to do. I'd be surprised if it was not possible. |
... In the mean time, what you could check to see is if you can get that information by querying the Microsoft graph DB using the access token that you get from the entity object. |
Hi @kschroeder, I want group name of AD user. i have given permission in Microsoft Graph Permissions from portal but not able to get any more information. |
Getting data from the graph is beyond the capabilities of this code. Any identification information that is sent is done through in the
|
Hi thanks for the early reply, i added this code given by you, it's responding error:- Fatal error: Uncaught GuzzleHttp\Exception\ServerException: Server error: |
Hi this is less of an issue and more of a question (Not related to my issue regarding the redirect which I commented in #24 ).
Is it possible through this system (Assuming I can get it working) to pull custom user attributes that are saved against each user e.g. Company Card Number? From Azure AD B2C?
Thanks,
Oliver.
The text was updated successfully, but these errors were encountered: