how Iis USES saml2.0 to access adfs
问题 How does IIS use saml2.0 to access adfs? In my opinion, IIS needs to deploy a web application to access adfs by sending the request with saml 2.0. But until now, I haven't found the way to deploy a web application that can send saml2.0. Does it have to use isapi or Shibboleth ? Resolution: (1) Shibboleth SP should establish the SSO session/HTTP login session after extracting the user info from SAML response sent by SAML IdP. (2) Insert the user info into the SSO session/HTTP login session.