OAuth configuration
This recipe should be treated as a prerequisite for the upcoming recipes that are based on Exchange 2016 and Skype for Business 2015 integration. OAuth is used for all types of integration between Exchange 2016 and Skype for Business, which we will cover in this recipe. The only recipe that doesn't require OAuth for its integration is the High-Resolution photos.
How to do it...
Let's quickly start collecting the information we will need later in this chapter and configure OAuth in our Exchange and Skype for Business solution. Beware; in the following cmdlet examples, we will be looking at a mix of cmdlets running in both Exchange Management Shell (EMS) and Skype for Business Server Management Shell (SFBMS):
- To start, we have to retrieve the Autodiscover URI since this is needed further down the road. This is done from the EMS and the following example:
Get-ClientAccessService | fl Name,` AutoDiscoverServiceInternalUri
- The output would look similar to the what is shown...