From 63c77ee1a884cdbb2aba9d5a443abe873e5e56a4 Mon Sep 17 00:00:00 2001 From: Token2 Date: Mon, 25 Nov 2024 15:38:38 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c5329a4..e0f78f6 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ # Entra ID - Hardware token inventory portal ## Overview + This is a simple, lightweight web application built in PHP to manage hardware OATH tokens using the Microsoft Graph API. It includes features such as listing tokens, importing token configurations via JSON files, and providing an intuitive and responsive interface with Bootstrap. -This repository serves as an excellent example of leveraging the Microsoft Graph API programmatically, going beyond the basic capabilities of the Graph API Explorer. By integrating direct API calls into a functional PHP application, it demonstrates how developers can interact with Microsoft Graph to manage hardware OATH tokens in real-world scenarios. The application showcases practical use cases such as fetching token details, importing configurations via JSON, and providing an intuitive UI for users—all while illustrating how to securely authenticate and work with the Graph API in a production-ready environment. +This repository serves as an excellent example of leveraging the Microsoft Graph API programmatically, going beyond the basic capabilities of the Graph API Explorer. By integrating direct API calls into a functional PHP application, it demonstrates how developers can interact with Microsoft Graph to manage hardware OATH tokens in real-world scenarios. The application showcases practical use cases such as fetching token details, importing configurations via JSON, and providing an intuitive UI for users—all while illustrating how to securely authenticate and work with the Graph API in a production-ready environment. --- ## Features