Search code examples
asp.netforms-authenticationadfsshibbolethadfs3.0

Install IIS alongside ADFS 3.0


I understand ADFS 3.0 has removed the need for IIS and that it's run directly out of HTTP.SYS now.

So does this mean it's not even possible to add IIS back so one could implement a custom FormsAuth (web forms) type integration as you used to be able to do under ADFS 2.0?

Or is it all Shibboleth these days?

Edit: We've been able to successfully deploy our own custom authentication provider in ADFS 3.0 (adjacent to Active Directory) and use it to SSO into Office 365 so this is no longer required. See Implementing Office 365 single sign-on using custom authentication/claims provider in ADFS 3.0 (RE: AADSTS90019)


Solution

  • If you mean can you install IIS on Server 2012 R2 to run apps., yes you can.

    If you mean can you customise ADFS aspx pages as you used to be able to do, the answer is no but you can do some stuff with Javascript.