-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathShibbolethSampleMVC.tss
68 lines (68 loc) · 2.98 KB
/
ShibbolethSampleMVC.tss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0"?>
<ArrayOfArrayOfArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ArrayOfArrayOfString>
<ArrayOfString>
<string>c:\repos\shibbolethsamplemvc\shibbolethsamplemvc\views\web.config</string>
</ArrayOfString>
<ArrayOfString>
<string>c:\repos\shibbolethsamplemvc\shibbolethsamplemvc\controllers\homecontroller.cs</string>
</ArrayOfString>
<ArrayOfString>
<string>c:\repos\shibbolethsamplemvc\shibbolethsamplemvc\views\home\index.cshtml</string>
</ArrayOfString>
<ArrayOfString>
<string>C:\Repos\ShibbolethSampleMVC\ShibbolethSampleMVC\Views\Home\Protected.cshtml</string>
</ArrayOfString>
<ArrayOfString>
<string>C:\Repos\ShibbolethSampleMVC\ShibbolethSampleMVC\Views\Home\Forbidden.cshtml</string>
</ArrayOfString>
<ArrayOfString>
<string>c:\repos\shibbolethsamplemvc\shibbolethsamplemvc\models\role.cs</string>
</ArrayOfString>
<ArrayOfString>
<string>c:\repos\shibbolethsamplemvc\shibbolethsamplemvc\models\user.cs</string>
</ArrayOfString>
<ArrayOfString>
<string>c:\repos\shibbolethsamplemvc\shibbolethsamplemvc\models\shibbolethprincipal.cs</string>
</ArrayOfString>
<ArrayOfString>
<string>c:\repos\shibbolethsamplemvc\shibbolethsamplemvc\controllers\authorizecontroller.cs</string>
</ArrayOfString>
<ArrayOfString>
<string>c:\repos\shibbolethsamplemvc\shibbolethsamplemvc\views\authorize\index.cshtml</string>
</ArrayOfString>
<ArrayOfString>
<string>C:\Repos\ShibbolethSampleMVC\ShibbolethSampleMVC\Views\Authorize\UnAuthorized.cshtml</string>
</ArrayOfString>
<ArrayOfString>
<string>c:\repos\shibbolethsamplemvc\shibbolethsamplemvc\models\sessionwrapper.cs</string>
</ArrayOfString>
<ArrayOfString>
<string>c:\repos\shibbolethsamplemvc\shibbolethsamplemvc\models\databaseentities.cs</string>
</ArrayOfString>
<ArrayOfString>
<string>ShibbolethSampleMVC</string>
</ArrayOfString>
<ArrayOfString>
<string>ShibbolethSampleMVC</string>
</ArrayOfString>
<ArrayOfString>
<string>C:\Repos\ShibbolethSampleMVC\ShibbolethSampleMVC\Views\Shared\_Layout.cshtml</string>
</ArrayOfString>
<ArrayOfString>
<string>C:\Repos\ShibbolethSampleMVC\ShibbolethSampleMVC\Filter\AuthorizationFilter.cs</string>
</ArrayOfString>
<ArrayOfString>
<string>C:\Repos\ShibbolethSampleMVC\ShibbolethSampleMVC\Controllers\AdminController.cs</string>
</ArrayOfString>
<ArrayOfString>
<string>C:\Repos\ShibbolethSampleMVC\ShibbolethSampleMVC\Views\Admin\Index.cshtml</string>
</ArrayOfString>
<ArrayOfString>
<string>C:\Repos\ShibbolethSampleMVC\ShibbolethSampleMVC\Views\Admin\AnotherPage.cshtml</string>
</ArrayOfString>
<ArrayOfString>
<string>C:\Repos\ShibbolethSampleMVC\ShibbolethSampleMVC\packages.config</string>
</ArrayOfString>
</ArrayOfArrayOfString>
</ArrayOfArrayOfArrayOfString>