Forum Discussion
Calling resources on Trusted Application API for Skype Business Online shows CallbackUriUnreachable
No, I was forced to fall back and build something using the oauth authentication flow, where my service puppets an Office 365 user account to interact with humans. It's super hacky, but will get me by until such time that the trusted App Api is actually ready for use.
Since I have spent my time going in this direction, I haven't had a chance to review the current state of the Trusted Application API, and was hoping it wouldn't be long until the issue I was having was resolved. You encountering the same problem weeks later confirms my temporary solution was unfortunately the right course of action.
Are you still seeing issues with callback? The callback is configured at the application level and you should be able to set that up from the Skype for Business online application registration portal
https://skypeappregistration.azurewebsites.net/appregistration
If you don’t see the callback Uri in the tenant admin shell that is expected.
Could you share your traces if you are still seeing issues with callback we could see what is happening there and help with debugging further.
- Mar 22, 2017
I'm in the same situation. I did success via skypeappregistration.azurewebsites.net/appregistration. But callback url doesn't set in result of powershell. How do I gets other debug information?
- Renukha RajaramanMar 24, 2017Copper Contributor
Hi Keji,
The callback is not shown in the endpoint in the Tenant Admin shell and that is expected.
If you have used the registration portal and registered a callback url. You should be good.
Could you also share your http request and response headers we can look into why the callback fails.
You can also look into the X-MS-Client diagnostics code in your response header. Its base 64 encode.
Let me know if this helps.
- Apr 20, 2017
Hi,
I found root cause. Currently, Some Trusted Application API can run in US region of Office 365. My Office 365 tenant in Japan region. In non US region, I got error when call REST API.
Could you roll out this API to any regions? I want to this API on any regions.