Trying to configure a VS to decrypt an ADFS SAML Internet request as part of an Office365 login process, then encrypt and forward onto an Internal ADFS server, so in esence replacing the ADFS Proxy service. I am getting a 500 Response error and an incorrect Content Type (text/html) being returned. But if I configure the VS not to decrypt the SSL and use the SSL(HTTPS) protocol, then the SAML authentication process works. But what I was wanting to acheive was to be able to decrypt and then interegate the SAML requests and direct to approriate pools. Has anybody been able to do this?
... View more