3d137212b7e7fddca1c50f3a7b9b07f32f4a8ade
Home.md
| ... | ... | @@ -37,7 +37,7 @@ The best way to deploy Izenda is to create a small set of base reports that user |
| 37 | 37 | |
| 38 | 38 | ###[[Enforcing Security and User Limitations|Integration/Tutorials/Security]] |
| 39 | 39 | |
| 40 | -The Izenda Reports platform includes a robust and flexible security model which inherits rich security credentials from your application. This example covers how to apply security for most common scenarios by using the [[PostLogin()|/FAQ/PostLogin]] method to pass user credentials to the Izenda API. This method is normally found in the [[CustomAdHocConfig|/Integration/Tutorials/Customizing-Izenda-Settings]] class in the Global.asax file. |
|
| 40 | +The Izenda Reports platform includes a robust and flexible security model which inherits rich security credentials from your application. This example covers how to apply security for most common scenarios by using the ``InitializeReporting()`` method to pass user credentials to the Izenda API. This method is normally found in the [[CustomAdHocConfig|/Integration/Tutorials/Customizing-Izenda-Settings]] class in the Global.asax file. |
|
| 41 | 41 | |
| 42 | 42 | ####Assumptions |
| 43 | 43 |