Jerker Pihl
Jerker Pihl

Reputation: 127

Is it possible to load Saml2AuthenticationModule inside global.asax instead of web.config

Is it possible to load sustainsys Sustainsys.Saml2.HttpModule.Saml2AuthenticationModule inside global.asax instead of web.config? Have anybody succeeded?

Upvotes: 0

Views: 109

Answers (1)

Jerker Pihl
Jerker Pihl

Reputation: 127

I solved this by creating a new class with the attribute PreApplicationStartMethod and make use of HttpApplication.RegisterModule. This solved all this problem. Its now possible to have a education version of the software Iam developing with formsauth instead of saml

Upvotes: 0

Related Questions