mmalcek / basicToOauth

proxy service that changes basic auth to oauth 2. designed for Exchange Web Services (EWS)
MIT License
17 stars 4 forks source link

RPC over HTTP #5

Open Teepee22 opened 1 year ago

Teepee22 commented 1 year ago

Will this work for Outlook Anywhere or RPC over HTTP. We have a legacy app that does basic auth and we're trying to figure out if we can make it work a little bit longer

mmalcek commented 1 year ago

Good Question - This app just replace authentication header and keep rest of communication as is so I think there is a good chance that it may work. But I've never tested that and it's not my use case. I would say please go ahead, try and let us know :) note: If you find out that some fine tune is needed I will be happy to help

Teepee22 commented 1 year ago

Thanks for the quick reply. Unfortunately the application leverages Outlook RPC over HTTPS (forgot to include the S). That being the case, i am assuming this wont work as it doesnt use SSL?

mmalcek commented 1 year ago

It may work if outlook accept http URL because http is only between Outlook > basicToOauth. communication basicToOauth > webService can/should be https