Forum Discussion
FOne2015
Jun 03, 2020Copper Contributor
Lost OWA integration after renewing OAuth certificate
Hello,
I have lost my SfB OWA integration ("online meeting" - Icon and presence status) in the on prem environment (SfB 2015, Exchange 2013) after the OAuth Cert on Exchange side was expired.
I instantly renewed it via ECP but still no OWA integration.
Even creating a new one via powershell and authorizing it did not the trick.
Checked OAuth on Skype side:
get-CsOAuthConfiguration
Identity : Global
PartnerApplications : {Name=Exchange;ApplicationIdentifier=0
0000002-0000-0ff1-ce00-000000000000;Re
alm=contoso.com;ApplicationTrustLevel
=Full;AcceptSecurityIdentifierInformat
ion=False;Enabled=True}
OAuthServers : {}
Realm :
ServiceName : 00000004-0000-0ff1-ce00-000000000000
ClientAuthorizationOAuthServerIdentity :
ExchangeAutodiscoverUrl : https://autodiscover.contoso.com/Auto
discover/Autodiscover.svc
ExchangeAutodiscoverAllowedDomains :
Checked connectivity on Exchange side:
Test-CsExStorageConnectivity -SipUri "sip:jeff@contoso.com" -Verbose
and it passes that test. I am wondering that SfB integration in Outlook 2016 on MAC (!) is not broken although this is doing only https as well. (On PC everything is fine, too).
Any ideas on this?
Fixed by myself.
On Skype-Server:
Get-CsCertificate -Type OAuthTokenIssuer
exported this cert via MMC and imported it into all Exchange servers in the DAG.
- FOne2015Copper Contributor
Fixed by myself.
On Skype-Server:
Get-CsCertificate -Type OAuthTokenIssuer
exported this cert via MMC and imported it into all Exchange servers in the DAG.