FAQ/integrate-login-page.md
... ...
@@ -1 +1,11 @@
1
-Repurpose This Page.
... ...
\ No newline at end of file
0
+#Integrating an Existing Login Page
1
+
2
+[[_TOC_]]
3
+
4
+##Question
5
+
6
+How Do I Integrate My Login Page?
7
+
8
+##Answer
9
+
10
+You can use your login page with Izenda reports simply by calling [[ASP.global_asax.CustomAdHocConfig.InitializeReporting()|http://wiki.izenda.us/FAQ/InitializeReporting]] from your login page's code-behind in the OnPreInit() method. There are also [[security samples|http://wiki.izenda.us/FAQ/Questions/Applying-Security]] that we offer to help guide you through what to do after redirecting to reporting pages once your user has authenticated. Our [[downloadable demo|http://wiki.izenda.us/Guides/Developer-Links-and-Guides#Helpful-Links]] also offers an example login page that can be used as a template in integrating your login page.
... ...
\ No newline at end of file