Integration/Security.md
... ...
@@ -1,4 +1,4 @@
1
-<a name="Top">Security Guide</a>
1
+Security Guide
2 2
3 3
[[_TOC_]]
4 4
... ...
@@ -34,7 +34,7 @@ The method will need to be called from your login process with the following lin
34 34
Izenda.AdHoc.AdHocSettings.AdHocConfig.PostLogin()
35 35
```
36 36
37
-###</a>Data Sources
37
+###Data Sources
38 38
39 39
The API allows control over which data sources a user sees based on their credentials. In the following example, members of the "Sales" role would see additional data sources that normal users would not. Any reports that utilize these data sources would only be visible to members of the sales role.
40 40
... ...
@@ -142,6 +142,4 @@ public override void PostLogin()
142 142
AdHocSettings.AllowDeletingReports=false;
143 143
}
144 144
}
145
-```
146
-
147
-Continue to [[Views]]
... ...
\ No newline at end of file
0
+```
... ...
\ No newline at end of file