How can preemptive authentication be implemented for a RESTful service in BizTalk 2020?

Prajakt Dixit 1 Reputation point
2024-03-28T15:49:33.6633333+00:00

Hi Team

we are trying to implement the Preemptive authentication for RESTful service in BizTalk server 2020
For this Which Adapter is suitable.

note : We are using media type as application/xml

Microsoft BizTalk Server
Microsoft BizTalk Server
A family of Microsoft server products that support large-scale implementation management of enterprise application integration processes.
347 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Colin Dijkgraaf 1,346 Reputation points
    2024-04-10T03:09:30.85+00:00

    Create a BizTalk WCF Custom Behavior that injects the required authentication headers. Here is an article that shows some of the steps, this example is for setting TLS version, but it gives the general steps you need to do

    https://mubarikahmed.wordpress.com/2018/11/21/biztalk-wcf-custom-behaviors/

    0 comments No comments