Open ghost opened 5 years ago
@JTvermose Did you figure this out? Having a similar issue for our app.
@dsanghan No :-(
@dsanghan
We eventually solved it by using the Behalf-of-Flow, which requires additional permissions to the Azure app and that the user signs in with their account and grants us permission. https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-on-behalf-of-flow
@JTvermose Ok thanks, I'll try that out. Pretty frustrating when things don't work according to spec.
We have converted our application from using basic authentication to using OAuth. Everything is working fine, with the exception of InstallApp that should install our office addin to the users account. Even UnInstallApp works just fine with OAuth.
The exact same code works, if we switch from OAuth to Basic auth.
Request (replaced sensitive information with [...])
Response
@davster Can you confirm if there is an issue on your end?