Forum Discussion

User1_Infosys's avatar
User1_Infosys
Copper Contributor
Jun 29, 2020
Solved

Graph API access without using client id and secret key

I have a C# Application that reads O365 groups and teams Information using graph API and generates a report. I am able to read and write teams info using graph API by authenticating using tenant info...
  • VasilMichev's avatar
    Jun 29, 2020

    Well you are the one deciding what type of authentication the application will use, if you want it to run in a user context simply switch to the corresponding mode. Do note that the permissions of the current user will apply for any queries you run via the app in such scenario, so you will only get access to groups/teams the user is a member of.

Resources