Izenda Logo

This documentation is for the legacy Izenda 6 product. Documentation for the new Izenda 7 product can be found at https://www.izenda.com/docs/

Question

How Do I Integrate My Login Page?

Answer

You can use your login page with Izenda reports simply by calling ASP.global_asax.CustomAdHocConfig.InitializeReporting() from your login page's code-behind in the OnPreInit() method. If you want to require the user to login then you can use the RequireLogin setting. You will also need to set the LoginUrl setting to be able to redirect from the reporting pages. There are also security samples that we offer to help guide you through what to do after redirecting to reporting pages once your user has authenticated. Our downloadable demo also offers an example login page that can be used as a template in integrating your login page.