Im using BizTalk 2020 with all kinds of WCF Sendports.
At the moment i'm improving the security of our end systems which leads also to changes to our WCF-Sendports.
I would like to use OAuth2.0 or Basic Auhentication ( using Basic Credentials and Certificate ). Within the Wcf-Sendports i only have the opportunity to choose between Basic Authentication using Credentials or Basic Authentication using Certificate:
As far as i know OAuth2.0 is only realizable adjusting the corresponding orchestration, or are there any default BizTalk settings offering this functionality? Moreover is it possible to set up a combination of Basic Credentials and Certificate using default Wcf-Sendport Settings?