OIDC SSO and Microsoft Graph API

1
Has Anyone used the OIDC SSO module to get authorized to Graph API?  If yes, would you please share your experiences and may be share any documentation you have?   We are trying to find a person’s department and manager via Graph API in a well controlled fashion.
asked
1 answers
1

I was able to use it to get the list of users on Azure Active Directory, with a few informations about each user (such as name, email,...).

Inside the OIDC module, you have some microflows designed to make such requests (inside the “Make Authorized API Calls” folder). You can also test some requests using the Graph Explorer. If you want more information, especifically about users, you can check this Documentation.

answered