Implementing SAML SSO using Managed Module
Background On the previous article/note regarding SAML, I noted that we can use HTTP module and handler to implement SAML SSO. I was tasked on leading the migration of our current SSO setup of all internal applications that we handled on our company and we decided to use HTTP modules and HTTP handlers. This way we will just consume the managed module in our web.config and we will don’t have any changes needed in our app....