Hosted Skype Federation Issues to Office 365 Skype for Business When Using AzureAD Connect
Issue:
When a customer is using AzureAD Connect to sync their on-prem AD to AzureAD, they'll need to make the configuration changes below to ensure that federation from Calltower's hosted Skype for Business service to Office 365 provided Skype for Business services works.
Please consult with Tier 3 or SFB Engineering prior to telling the customer to make these changes.
Prerequisite: Please make sure this is completed below prior to making the rule in Azure AD Connect
Make sure the Proxy addresses from the on-prem AD are set to sync to Office 365, and the proxy address list should include the hosted Skype for Business SIP address (i.e. SIP:bbrown@abc.com)
Open the proxyAddresses attribute in Attribute Editor for the user
Add the SIP alias in the Value to add field (this should match the same username as the Skype for Business account)
Click the Add button and then OK
Admin access to the on premise server running Azure AD Connect.
All users that need to have changes provisioned in Skype Online need to have their Skype Online License Enabled until the new SIP Address is in place.
- Once the the Skype Online account has been provisioned with the updated SIP Address the Skype license can be removed again.
Resolution:
The changes below should be made in Azure AD and not in the on-prem environment.
- Open the Synchronization Rules Editor (As Administrator) on the Azure AD Connect sync server.
- Select Outbound from the Direction drop-down box
- Click on Add new rule
- Name – “Out to AAD – User SipAddress”
- Connected System – Your Office 365 Azure Active Directory Name which ends in -AAD. (example: domain.onmicrosoft.com -AAD or domain.com -AAD)
- Connected System Object Type – user
- Metaverse Object Type – person
- Link Type – Join
- Precedence – 99
- Click Next
- Click Add group
- Click Add clause twice
- First clause
- Attribute – sourceObjectType
- Operator – EQUAL
- Value – User
- First clause
-
- Second clause
- Attribute – cloudMastered
- Operator – NOTEQUAL
- Value – True
- Second clause
- Click Next twice
- Click Add transformations one time
- First transformation
- FlowType – Expression
- Target Attribute – msRtcSipPrimaryUserAddress
- Source should be a domain added to your tenant which also has DNS entries pointing to Skype Online. (teams.DOMAIN.com is an example).
- including all quotation marks: "SIP:"&[givenName]&"."&[sn]&"@teams.DOMAIN.com"
- Merge Type – Update
- First transformation
- Click Save
- Close the Synchronization Rules Editor