Hi Mousa,
Currently for Office 365 pre-built connectors are not available in RMP, for the integration with the RMP, you can create your custom connectors by integrating their exposed API.
Please find the steps of Office 365 – OAuth:-
Register you application in AAD(Azure Active Directory) of Office 365:
- Go to Admin->Azure AD->Active Directory->Click on Directory name->Go to Applications tab->Click on Add to create new application
- Provide Application name
- Provide Sign on URL and APP ID URL and your application will be created.
- Go to Configure and it must have generated client_id for your app.
- To generate client_secret, select duration and click on save button below. It will generate secret id. Copy this id because it will not be available once you go back to previous page.
After authentication you can integrate their exposed API in RMP.