forked from damienbod/AspNet6IdentityServer4AngularOidcFlows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
245 lines (244 loc) · 14.7 KB
/
.gitignore
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
.vs/IdentityServerAngularImplicitFlow/v14/.suo
src/AngularClient/.sass-cache
src/AngularClient/bin
packages/IdentityModel.1.0.0/lib
src/AngularClient/bower_components
src/AngularClient/node_modules
src/Api1/Api1.xproj.user
packages
src/IdentityServerAspNet5/IdentityServerAspNet5.xproj.user
src/Api1/project.lock.json
src/AngularClient/project.lock.json
src/IdentityServerAspNet5/project.lock.json
src/MvcClient/MvcClient.xproj.user
src/MvcClient/project.lock.json
TestClient/obj
TestClient/bin
src/ResourceServer/project.lock.json
src/ResourceServer/ResourceServer.xproj.user
src/ResourceServer/dataeventrecords.sqlite
src/ResourceServer/Keys/key-c301dae8-ede3-4841-af99-beb6c2003f31.xml
src/Angular2Client/node_modules
src/Angular2Client/Angular2Client.xproj.user
src/Angular2Client/project.lock.json
src/ResourceFileServer/project.lock.json
src/ResourceFileServer/ResourceFileServer.xproj.user
src/Angular2Client/obj
src/Angular2Client/bin
src/AngularClient/obj
src/IdentityServerAspNet5/obj
src/ResourceFileServer/obj
src/ResourceServer/obj
src/AngularClient/AngularClient.xproj.user
.vs/config/applicationhost.config
.vs/restore.dg
src/IdentityServerAspNet5/bin
src/ResourceFileServer/bin
src/ResourceServer/bin
src/ResourceServer/Keys/key-0cbc98fb-31ef-48ac-9f6d-07e4c30f84a1.xml
src/ResourceServer/Keys/key-fb39fbc6-528d-4090-9864-d516f6604241.xml
src/Angular2Client/wwwroot/app/app.component.js
src/Angular2Client/wwwroot/app/app.component.js.map
src/Angular2Client/wwwroot/app/app.constants.js
src/Angular2Client/wwwroot/app/app.constants.js.map
src/Angular2Client/wwwroot/app/boot.js
src/Angular2Client/wwwroot/app/boot.js.map
src/Angular2Client/wwwroot/app/dataeventrecords/dataeventrecords.component.js
src/Angular2Client/wwwroot/app/dataeventrecords/dataeventrecords.component.js.map
src/Angular2Client/wwwroot/app/dataeventrecords/dataeventrecords-create.component.js
src/Angular2Client/wwwroot/app/dataeventrecords/dataeventrecords-create.component.js.map
src/Angular2Client/wwwroot/app/dataeventrecords/dataeventrecords-edit.component.js
src/Angular2Client/wwwroot/app/dataeventrecords/dataeventrecords-edit.component.js.map
src/Angular2Client/wwwroot/app/dataeventrecords/dataeventrecords-list.component.js
src/Angular2Client/wwwroot/app/dataeventrecords/dataeventrecords-list.component.js.map
src/Angular2Client/wwwroot/app/dataeventrecords/DataEventRecordsService.js
src/Angular2Client/wwwroot/app/dataeventrecords/DataEventRecordsService.js.map
src/Angular2Client/wwwroot/app/forbidden/forbidden.component.js
src/Angular2Client/wwwroot/app/forbidden/forbidden.component.js.map
src/Angular2Client/wwwroot/app/securefile/securefiles.component.js
src/Angular2Client/wwwroot/app/securefile/securefiles.component.js.map
src/Angular2Client/wwwroot/app/securefile/SecureFileService.js
src/Angular2Client/wwwroot/app/securefile/SecureFileService.js.map
src/Angular2Client/wwwroot/app/services/SecurityService.js
src/Angular2Client/wwwroot/app/services/SecurityService.js.map
src/Angular2Client/wwwroot/app/unauthorized/unauthorized.component.js
src/Angular2Client/wwwroot/app/unauthorized/unauthorized.component.js.map
src/Angular2Client/wwwroot/app/vendor.js
src/Angular2Client/wwwroot/app/vendor.js.map
src/Angular2Client/npm-debug.log
artifacts/obj/Angular2Client/Debug/TypeScriptCompilerOutput.txt
src/Angular2Client/angular2App/app/app.component.js
src/Angular2Client/angular2App/app/app.component.js.map
src/Angular2Client/angular2App/app/app.constants.js
src/Angular2Client/angular2App/app/app.constants.js.map
src/Angular2Client/angular2App/app/app.module.js
src/Angular2Client/angular2App/app/app.module.js.map
src/Angular2Client/angular2App/app/app.routes.js
src/Angular2Client/angular2App/app/app.routes.js.map
src/Angular2Client/angular2App/app/dataeventrecords/dataeventrecords-create.component.js
src/Angular2Client/angular2App/app/dataeventrecords/dataeventrecords-create.component.js.map
src/Angular2Client/angular2App/app/dataeventrecords/dataeventrecords-edit.component.js
src/Angular2Client/angular2App/app/dataeventrecords/dataeventrecords-edit.component.js.map
src/Angular2Client/angular2App/app/dataeventrecords/dataeventrecords-list.component.js
src/Angular2Client/angular2App/app/dataeventrecords/dataeventrecords-list.component.js.map
src/Angular2Client/angular2App/app/dataeventrecords/DataEventRecordsService.js
src/Angular2Client/angular2App/app/dataeventrecords/DataEventRecordsService.js.map
src/Angular2Client/angular2App/app/forbidden/forbidden.component.js
src/Angular2Client/angular2App/app/forbidden/forbidden.component.js.map
src/Angular2Client/angular2App/app/home/home.component.js
src/Angular2Client/angular2App/app/home/home.component.js.map
src/Angular2Client/angular2App/app/securefile/securefiles.component.js
src/Angular2Client/angular2App/app/securefile/securefiles.component.js.map
src/Angular2Client/angular2App/app/securefile/SecureFileService.js
src/Angular2Client/angular2App/app/securefile/SecureFileService.js.map
src/Angular2Client/angular2App/app/services/SecurityService.js
src/Angular2Client/angular2App/app/services/SecurityService.js.map
src/Angular2Client/angular2App/boot.js
src/Angular2Client/angular2App/boot.js.map
src/Angular2Client/angular2App/polyfills.js
src/Angular2Client/angular2App/polyfills.js.map
src/Angular2Client/angular2App/vendor.js
src/Angular2Client/angular2App/vendor.js.map
src/Angular2Client/angular2App/app/unauthorized/unauthorized.component.js
src/Angular2Client/angular2App/app/unauthorized/unauthorized.component.js.map
src/IdentityServerWithIdentitySQLite/bin
src/IdentityServerWithIdentitySQLite/IdentityServerWithAspNetIdentitySqlite.xproj.user
src/IdentityServerWithIdentitySQLite/obj
src/IdentityServerWithIdentitySQLite/project.lock.json
src/Angular2Hybrid/node_modules
artifacts/obj/Angular2Hybrid/Debug/TypeScriptCompilerOutput.txt
src/Angular2Hybrid/Angular2Hybrid.xproj.user
src/Angular2Hybrid/bin
src/Angular2Hybrid/obj
src/Angular2Hybrid/angular2App/app/app.component.js
src/Angular2Hybrid/angular2App/app/app.component.js.map
src/Angular2Hybrid/angular2App/app/app.constants.js
src/Angular2Hybrid/angular2App/app/app.constants.js.map
src/Angular2Hybrid/angular2App/app/app.module.js
src/Angular2Hybrid/angular2App/app/app.module.js.map
src/Angular2Hybrid/angular2App/app/app.routes.js
src/Angular2Hybrid/angular2App/app/app.routes.js.map
src/Angular2Hybrid/angular2App/app/dataeventrecords/dataeventrecords-create.component.js
src/Angular2Hybrid/angular2App/app/dataeventrecords/dataeventrecords-create.component.js.map
src/Angular2Hybrid/angular2App/app/dataeventrecords/dataeventrecords-edit.component.js.map
src/Angular2Hybrid/angular2App/app/dataeventrecords/dataeventrecords-list.component.js
src/Angular2Hybrid/angular2App/app/dataeventrecords/dataeventrecords-list.component.js.map
src/Angular2Hybrid/angular2App/app/dataeventrecords/DataEventRecordsService.js
src/Angular2Hybrid/angular2App/app/dataeventrecords/DataEventRecordsService.js.map
src/Angular2Hybrid/angular2App/app/dataeventrecords/models/DataEventRecord.js
src/Angular2Hybrid/angular2App/app/dataeventrecords/models/DataEventRecord.js.map
src/Angular2Hybrid/angular2App/app/forbidden/forbidden.component.js
src/Angular2Hybrid/angular2App/app/forbidden/forbidden.component.js.map
src/Angular2Hybrid/angular2App/app/home/home.component.js
src/Angular2Hybrid/angular2App/app/home/home.component.js.map
src/Angular2Hybrid/angular2App/app/securefile/securefiles.component.js
src/Angular2Hybrid/angular2App/app/securefile/securefiles.component.js.map
src/Angular2Hybrid/angular2App/app/securefile/SecureFileService.js
src/Angular2Hybrid/angular2App/app/securefile/SecureFileService.js.map
src/Angular2Hybrid/angular2App/app/services/SecurityService.js
src/Angular2Hybrid/angular2App/app/services/SecurityService.js.map
src/Angular2Hybrid/angular2App/app/unauthorized/unauthorized.component.js
src/Angular2Hybrid/angular2App/app/unauthorized/unauthorized.component.js.map
src/Angular2Hybrid/angular2App/boot.js
src/Angular2Hybrid/angular2App/boot.js.map
src/Angular2Hybrid/angular2App/polyfills.js
src/Angular2Hybrid/angular2App/polyfills.js.map
src/Angular2Hybrid/angular2App/vendor.js
src/Angular2Hybrid/angular2App/vendor.js.map
src/Angular2Hybrid/project.lock.json
src/ResourceWithIdentityServerWithClient/bin
src/ResourceWithIdentityServerWithClient/obj
src/ResourceWithIdentityServerWithClient/project.lock.json
src/ResourceWithIdentityServerWithClient/angular2App/app/app.component.js
src/ResourceWithIdentityServerWithClient/angular2App/app/app.component.js.map
src/ResourceWithIdentityServerWithClient/angular2App/app/app.constants.js
src/ResourceWithIdentityServerWithClient/angular2App/app/app.constants.js.map
src/ResourceWithIdentityServerWithClient/angular2App/app/app.module.js
src/ResourceWithIdentityServerWithClient/angular2App/app/app.module.js.map
src/ResourceWithIdentityServerWithClient/angular2App/app/app.routes.js
src/ResourceWithIdentityServerWithClient/angular2App/app/app.routes.js.map
src/ResourceWithIdentityServerWithClient/angular2App/app/dataeventrecords/dataeventrecords-create.component.js
src/ResourceWithIdentityServerWithClient/angular2App/app/dataeventrecords/dataeventrecords-create.component.js.map
src/ResourceWithIdentityServerWithClient/angular2App/app/dataeventrecords/dataeventrecords-edit.component.js
src/ResourceWithIdentityServerWithClient/angular2App/app/dataeventrecords/dataeventrecords-edit.component.js.map
src/ResourceWithIdentityServerWithClient/angular2App/app/dataeventrecords/dataeventrecords-list.component.js
src/ResourceWithIdentityServerWithClient/angular2App/app/dataeventrecords/dataeventrecords-list.component.js.map
src/ResourceWithIdentityServerWithClient/angular2App/app/dataeventrecords/DataEventRecordsService.js
src/ResourceWithIdentityServerWithClient/angular2App/app/dataeventrecords/DataEventRecordsService.js.map
src/ResourceWithIdentityServerWithClient/angular2App/app/dataeventrecords/models/DataEventRecord.js
src/ResourceWithIdentityServerWithClient/angular2App/app/dataeventrecords/models/DataEventRecord.js.map
src/ResourceWithIdentityServerWithClient/angular2App/app/forbidden/forbidden.component.js
src/ResourceWithIdentityServerWithClient/angular2App/app/forbidden/forbidden.component.js.map
src/ResourceWithIdentityServerWithClient/angular2App/app/home/home.component.js
src/ResourceWithIdentityServerWithClient/angular2App/app/home/home.component.js.map
src/ResourceWithIdentityServerWithClient/angular2App/app/securefile/securefiles.component.js
src/ResourceWithIdentityServerWithClient/angular2App/app/securefile/securefiles.component.js.map
src/ResourceWithIdentityServerWithClient/angular2App/app/securefile/SecureFileService.js
src/ResourceWithIdentityServerWithClient/angular2App/app/securefile/SecureFileService.js.map
src/ResourceWithIdentityServerWithClient/angular2App/app/services/SecurityService.js
src/ResourceWithIdentityServerWithClient/angular2App/app/services/SecurityService.js.map
src/ResourceWithIdentityServerWithClient/angular2App/app/unauthorized/unauthorized.component.js
src/ResourceWithIdentityServerWithClient/angular2App/app/unauthorized/unauthorized.component.js.map
src/ResourceWithIdentityServerWithClient/angular2App/boot.js
src/ResourceWithIdentityServerWithClient/angular2App/boot.js.map
src/ResourceWithIdentityServerWithClient/angular2App/polyfills.js
src/ResourceWithIdentityServerWithClient/angular2App/polyfills.js.map
src/ResourceWithIdentityServerWithClient/angular2App/vendor.js
src/ResourceWithIdentityServerWithClient/angular2App/vendor.js.map
src/ResourceWithIdentityServerWithClient/node_modules
src/Angular2Client/aot/node_modules
src/ResourceWithIdentityServerWithClient/aot
src/Angular2Client/aot
src/Angular2Client/angular2App/app/dataeventrecords/dataeventrecords.routes.js
src/Angular2Client/angular2App/app/dataeventrecords/dataeventrecords.routes.js.map
src/ResourceWithIdentityServerWithClient/ResourceWithIdentityServerWithClient.xproj.user
src/ResourceWithIdentityServerWithClient/angular2App/app/guards/hasAdminRoleAuthenticationGuard.js
src/ResourceWithIdentityServerWithClient/angular2App/app/guards/hasAdminRoleAuthenticationGuard.js.map
src/ResourceWithIdentityServerWithClient/angular2App/app/guards/hasAdminRoleCanLoadGuard.js
src/ResourceWithIdentityServerWithClient/angular2App/app/guards/hasAdminRoleCanLoadGuard.js.map
src/ResourceWithIdentityServerWithClient/angular2App/app/user-management/user-management.component.js
src/ResourceWithIdentityServerWithClient/angular2App/app/user-management/user-management.component.js.map
src/ResourceWithIdentityServerWithClient/angular2App/app/user-management/models/User.js
src/ResourceWithIdentityServerWithClient/angular2App/app/user-management/models/User.js.map
src/ResourceWithIdentityServerWithClient/angular2App/app/user-management/UserManagementService.js
src/ResourceWithIdentityServerWithClient/angular2App/app/user-management/UserManagementService.js.map
src/ResourceWithIdentityServerWithClient/wwwroot
src/Angular2Client/wwwroot
src/Angular2Client/angular2App/app/dataeventrecords/models/DataEventRecord.js
src/ResourceServer/Keys
src/ResourceWithIdentityServerWithClient/wwwroot/_references.js
src/Angular2Client/angular2App/main.js
src/Angular2Client/angular2App/main.js.map
src/ResourceWithIdentityServerWithClient/angular2App/main.js
src/ResourceWithIdentityServerWithClient/angular2App/main.js.map
.vs/IdentityServerAngularImplicitFlow/v15/.suo
UpgradeLog.htm
.vs
src/AngularJSClient/wwwroot
src/AngularJSClient/node_modules
src/AngularJSClient/bower_components
src/AngularJSClient/obj
src/AngularJSClient/bin
src/AngularClient/wwwroot
src/AngularClient/aot
src/AngularClient/angularApp/app/**/*.js
src/AngularClient/angularApp/app/**/*.map
src/AngularClient/angularApp/main.js.map
src/AngularClient/angularApp/polyfills.js.map
src/AngularClient/angularApp/vendor.js.map
src/ResourceWithIdentityServerWithClient/angularApp/app/**/*.js
src/ResourceWithIdentityServerWithClient/angularApp/app/**/*.map
src/ResourceWithIdentityServerWithClient/angularApp/main.js.map
src/ResourceWithIdentityServerWithClient/angularApp/polyfills.js.map
src/ResourceWithIdentityServerWithClient/angularApp/vendor.js.map
src/AngularClient/angularApp/polyfills.js
src/AngularClient/angularApp/vendor.js
src/ResourceWithIdentityServerWithClient/angularApp/app/app.routes.js
src/ResourceWithIdentityServerWithClient/angularApp/app/services/SecurityService.js
src/ResourceWithIdentityServerWithClient/angularApp/polyfills.js
src/ResourceWithIdentityServerWithClient/angularApp/vendor.js
src/AngularClient/angularApp/main.js
src/ResourceWithIdentityServerWithClient/angularApp/main.js
src/ResourceWithIdentityServerWithClient/angularApp/main-aot.js
src/AngularClient/AngularClient.csproj.user
src/AngularJSClient/.sass-cache