Skip to content

mac-brand-spaces/msgraph-userinfo-cli

Repository files navigation

Logo

MSGraph Userinfo CLI

A small cli tool to get user information from the Microsoft Graph API

Report Bug · Request Feature

Table of Contents

About The Project

This is a small cli tool to get user information from the Microsoft Graph API. It is written in Delphi.

Built With

  • Delphi

Getting Started

Prerequisites

  • Delphi 11 Alexandria
  • boss (Dependency Manager for Delphi)

Installation

boss install --global mac-brand-spaces/msgraph-userinfo-cli

or just download the latest release from here

Usage

You have to set Environment Variables for the following:

SET TENANTID=<your Tenant id>
SET CLIENTID=<your client id>
SET REDIRECTPATH=<your redirect path; eg. /MyApp>
SET REDIRECTPORT=<the port in your redirecu uri>

Your redirect uri must be sth like http://localhost and so on.

Roadmap

See the open issues for a full list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

mac. brand spaces - dev@mac.de

Project Link: https://github.com/mac-brand-spaces/.template

Acknowledgments