👷‍♂️
Work
  • 💻SNOW
    • Catalog Forms
    • Knowledge Base
  • ☁️Azure
    • Graph Permissions
    • App Registration Auths
      • Postman
      • Graph ROPC Federated Account
        • MSAL UsernamePasswordCredential
        • Java
        • Python
        • C#/VB code Auth
      • Powershell
      • Java Auth x EWS
      • Python Auth x Sharepoint
      • C# Auth x Sharepoint
    • MFA
    • Dynamic Group
    • AAD Device Pending
    • O365 Device Enrollment
    • AAD Device Troubleshoot
    • AAD Mobile Troubleshooting
    • ADO Service Principal
    • External B2B
    • VLSC Admin
    • PowerBI Session Timeout
    • SSO issues
  • 🔓OKTA
    • SVC Account
    • OKTA Integration
    • Access Issues
  • 👷‍♂️Workday
    • Account Lifecycle
    • Coupa
  • 📨O365
    • OOF of Distribution List
    • Mailbox Recovery
    • Mailbox Existence
  • 🦄Misc
    • Windows Terminal
    • Google Auth Export
    • MS Teams Issues
  • 🌥️Cloud Stuff
    • 🚀Benchmarking
      • Vultr
    • 💳Cloud Server
    • ♻️Email and Spams
  • 🔬Open Source
    • Pending
      • Matrix/Synapse
      • Huginn
      • ChangeDetection
    • Tested
      • Codex Docs
      • Ghost Blog
      • n8n Automation
Powered by GitBook
On this page
  1. Azure
  2. App Registration Auths

Postman

Perform Graph API tests with Postman

PreviousApp Registration AuthsNextGraph ROPC Federated Account

Last updated 2 years ago

Download Postman from the , register an account and log in

Find "Open in Postman" on this

The usual auth method that works for us is ROPC (Fig 1)

  1. Replace Organization from address bar to tenant ID

  2. Input client_id or the application id

  3. Input client_secret

  4. Input account username and password

  5. Hit Send

  6. Copy the retrieved token

  7. Go to and paste the token to test (Optional)

If the API scope is set to empty, then it will automatically grab whatever was granted to the app itself (Listing scope(s) explicitly will help to limit the scope of the application)

☁️
official website
Microsoft website
jwt.io website
Fig 1