Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Oracle recruiting Cloud - 2 way communication integration
Summary:
Oracle Recruiting Cloud - 2 way communication integration:
In two-way communication configuration guide there is below 6th step: But we are not clear with this step:
Set up service principal on exchange and add mailbox permissions to the app via Microsoft PowerShell.
Set-ExecutionPolicy Unrestricted
Install-Module -Force ExchangeOnlineManagement
Connect-ExchangeOnline -UserPrincipalName <user/mailbox> -ShowProgress $true
New-ServicePrincipal -AppId <Application_ID> -ServiceId <Object_ID>
Add-MailboxPermission -Identity <user/mailbox> -User <Object_ID> -AccessRights FullAccess
Open Questions:
1. Is service account, we need to create with a mailbox associated? The two way communication document never says the mailbox is associated with a service account and the mailbox with a service account is cost involved. If with mailbox associated to E3 or E5 account. Please confirm and explain in more detail.