A small cli tool to get user information from the Microsoft Graph API
Report Bug
·
Request Feature
- Table of Contents
- About The Project
- Getting Started
- Usage
- Roadmap
- Contributing
- License
- Contact
- Acknowledgments
This is a small cli tool to get user information from the Microsoft Graph API. It is written in Delphi.
- Delphi 11 Alexandria
- boss (Dependency Manager for Delphi)
boss install --global mac-brand-spaces/msgraph-userinfo-cli
or just download the latest release from here
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.
See the open issues for a full list of proposed features (and known issues).
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
mac. brand spaces - dev@mac.de
Project Link: https://github.com/mac-brand-spaces/.template