Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Viewer

A Python Flask web application for exploring Microsoft Graph API data, inspired by GraphRunner. This application provides a user-friendly web interface to interact with SharePoint, OneDrive, Teams, and Azure Active Directory through the Microsoft Graph API.

Note: This application is vibe coded. While efforts are made to ensure reliability, it may contain bugs or unexpected behavior. Use at your own discretion.

Prerequisites

  • Python
  • Valid Microsoft Graph API access token or refresh token

Installation

  1. Clone the repository:
git clone https://github.com/kabinet01/graph_viewer.git
cd graph_viewer
  1. Install dependencies:
pip install -r requirements.txt

Usage

  1. Start the application:
python app.py
  1. Open your web browser and navigate to http://localhost:5000

  2. Authenticate using one of the following methods:

    • Access Token
    • Refresh Token
  3. Once authenticated, you can explore:

    • Overview: User information and quick actions
    • SharePoint: Browse SharePoint sites and drives
    • OneDrive: View OneDrive files and folders
    • Teams: Access Teams channels and messages
    • Users: View Azure AD users
    • Groups: Manage Azure AD groups
    • Applications: Review application registrations
    • Conditional Access: View conditional access policies

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages