I have some APIs on my laptop. They are visible on the internet through secure gateway service.
The secure gateway destination is configured with TLS mutual authentication option. So APIs require TLS mutual authentication.
I would like to add those APIs to API Management.
I could not bind a SSL profile on Proxy tab, but I could bind a SSL profile to an HTTP GET operation on Implementation tab.
Does this mean I have to implement an assembly operation to bind a SSL profile?