I am investigating if it is possible to generate trusted certificate list programatically. Lets say I have two urls:
https://host.contoso.com/query?teantId=AB123
https://host.contoso.com/query?tenantId=XY456
Is it possible to programatically send different certificate trust list (CTL) based on tenantId query parameter. I looked at writing native Global module by overriding OnGlobalPreBeginRequest, but could not find a hook to insert custom CTL. May be I did not look hard.
I understand that this is handled by Schannel component, so many not be exposed at IIS API level. If this is not possible, are there any extension points in SChannel component or in IIS layer that can achive this? Please clarify.
If this is not the right forum, please suggest any other place to post these type of questions.
Thanks in advance
Anil Lingamallu