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

Prajakt Dixit 21 Reputation points
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.
369 questions
{count} votes

Accepted answer
  1. Colin Dijkgraaf 1,516 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/

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.