Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steelants/redmine-o365
https://github.com/steelants/redmine-o365
o365 powershell redmine
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/steelants/redmine-o365
- Owner: steelants
- License: mit
- Created: 2023-06-25T17:52:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-27T08:16:29.000Z (4 months ago)
- Last Synced: 2024-06-27T09:39:36.639Z (4 months ago)
- Topics: o365, powershell, redmine
- Language: PowerShell
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# REDMINE - O365
Thank you for all your help [@Andrew Beam](https://github.com/beam)1) First urn `docker compose up`
2) then Copy newly generated certificate from container `docker cp {CONTAINER ID}:/etc/ssl/private/ .\`
3) Azure AD (App Registration)
1) Go to https://portal.azure.com/
2) click `App registrations`
3) click `new registration`
4) ...
5) click `Certificates & Secrets`
6) click `Certificates`
7) click `Upload client certificate` select file and click **add**
* Sometimes it can tak up to few minutes for certificate to be activated
4) Fil in required information to `conf.json.example`
5) rename `conf.json.example` > `conf.json`
6) Restart Container `docker compose down && docker compose up -d`# Azure Scopes (Type Application)
* AccessReview.Read.All
* AccessReview.ReadWrite.All
* AccessReview.ReadWrite.Membership
* Mail.Read
* Mail.ReadBasic
* Mail.ReadWrite
* User.Read# Tags
Remine, Oauth, O365, Mail Handler, mail_handler, Fetch, MS Graph, Microsoft Graph