Hi,
May be a dumb question, but I'm asking anyway :)
The web app I'm playing around with already has authentication through JWT (my own provider)
I've deployed the WopiHost locally, with the WopiHost.Web on a separate instance on IIS. at a first stab, the WopiHost is replying with 401 Unauthorized. I haven't delved too much into it as they're just samples.
I'm assuming I could use my own JWT token and pop it into ViewData["access_token"] for an authenticated user and it should just work? Or am I missing something entirely here?
I'm also assuming there's still some work to do on the WopiBootstrapperController to implement this still? Or does the Controller do nothing at this stage to facilitate authorization?
I'm just looking to bring this into my own project without having to "hack" anything, preferably under the same Web project so I don't have to have both a Host and a Client.
Thanks!
Hi,
May be a dumb question, but I'm asking anyway :)
The web app I'm playing around with already has authentication through JWT (my own provider)
I've deployed the WopiHost locally, with the WopiHost.Web on a separate instance on IIS. at a first stab, the WopiHost is replying with 401 Unauthorized. I haven't delved too much into it as they're just samples.
I'm assuming I could use my own JWT token and pop it into ViewData["access_token"] for an authenticated user and it should just work? Or am I missing something entirely here?
I'm also assuming there's still some work to do on the WopiBootstrapperController to implement this still? Or does the Controller do nothing at this stage to facilitate authorization?
I'm just looking to bring this into my own project without having to "hack" anything, preferably under the same Web project so I don't have to have both a Host and a Client.
Thanks!