Giter Club home page Giter Club logo

graphapppermissionsmvcdemo's Introduction

GraphAppPermissionsMvcDemo

Just trying to help with this Twitter thread (https://twitter.com/NaupliusTrevor/status/1373709457469833217). asp.net core 3.1 MVC WebApp showing how to call MS Graph API using Application permissions.

This sample is using the Microsoft.Identity.Web library, which is great for configuring Azure AD Auth.

Sample is getting top 5 Groups in the Tenant, and printing them in the Index view.

Sample has some comments with some things to consider:

  • Using MSAL TokenCache. Sample is using InMemory cache, which is not recommended for WebApps
  • You can also configure Graph with Delegated permissions, and when calling a specific endpoint, you can set AppOnly permissions
  • Admin consent was granted from the Azure AD portal.

Register Azure AD App

You need to register an Azure AD App and configure MS Graph API permissions. The sample requires Application permission on Group.Read.All. Update the settings file Azure AD section:

  "AzureAd": {
    "Instance": "https://login.microsoftonline.com/",
    "Domain": "TENANT.onmicrosoft.com",
    "TenantId": "Azure AD Tenant ID",
    "ClientId": "AZURE AD APP CLIENT_ID",
    "ClientSecret": "CLIENT_SECRET"
  }

graphapppermissionsmvcdemo's People

Contributors

luismanez avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.