gds-sso 0.7.9 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/app/controllers/api/user_controller.rb +31 -0
- data/config/routes.rb +2 -1
- data/lib/gds-sso/controller_methods.rb +4 -0
- data/lib/gds-sso/version.rb +1 -1
- data/spec/controller/api_user_controller_spec.rb +57 -0
- data/spec/internal/log/test.log +75 -3844
- data/spec/spec_helper.rb +4 -0
- metadata +36 -33
data/spec/internal/log/test.log
CHANGED
@@ -1,4041 +1,272 @@
|
|
1
1
|
|
2
2
|
|
3
|
-
Started GET "/" for 127.0.0.1 at 2012-
|
4
|
-
Processing by ExampleController#index as HTML
|
5
|
-
Authenticating with gds_sso strategy
|
6
|
-
Completed in 1ms
|
7
|
-
|
8
|
-
|
9
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 09:26:23 +0000
|
10
|
-
|
11
|
-
|
12
|
-
Started GET "/auth/gds/callback?code=45983974ad7326292e053ced77dbb52e08738e35b9bbb5a4c1f02482c00ebd52" for 127.0.0.1 at 2012-04-20 09:26:24 +0000
|
13
|
-
Processing by AuthenticationsController#callback as HTML
|
14
|
-
Parameters: {"code"=>"45983974ad7326292e053ced77dbb52e08738e35b9bbb5a4c1f02482c00ebd52"}
|
15
|
-
Authenticating with gds_sso strategy
|
16
|
-
Redirected to http://www.example-client.com/
|
17
|
-
Completed 302 Found in 1ms
|
18
|
-
|
19
|
-
|
20
|
-
Started GET "/" for 127.0.0.1 at 2012-04-20 09:26:24 +0000
|
21
|
-
Processing by ExampleController#index as HTML
|
22
|
-
Rendered text template (0.0ms)
|
23
|
-
Completed 200 OK in 50ms (Views: 49.5ms)
|
24
|
-
|
25
|
-
|
26
|
-
Started GET "/" for 127.0.0.1 at 2012-04-20 11:59:29 +0000
|
27
|
-
Processing by ExampleController#index as HTML
|
28
|
-
Rendered text template (0.0ms)
|
29
|
-
Completed 200 OK in 46ms (Views: 45.7ms)
|
30
|
-
|
31
|
-
|
32
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 11:59:29 +0000
|
33
|
-
Processing by ExampleController#restricted as HTML
|
34
|
-
Authenticating with gds_sso strategy
|
35
|
-
Completed in 1ms
|
36
|
-
|
37
|
-
|
38
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 11:59:29 +0000
|
39
|
-
|
40
|
-
|
41
|
-
Started GET "/auth/gds/callback?code=e452827a0182c1fce128782c1ae84874ae164585e9e11036871a2fbb9cccc03b" for 127.0.0.1 at 2012-04-20 11:59:29 +0000
|
42
|
-
Processing by AuthenticationsController#callback as HTML
|
43
|
-
Parameters: {"code"=>"e452827a0182c1fce128782c1ae84874ae164585e9e11036871a2fbb9cccc03b"}
|
44
|
-
Authenticating with gds_sso strategy
|
45
|
-
Redirected to http://www.example-client.com/restricted
|
46
|
-
Completed 302 Found in 1ms
|
47
|
-
|
48
|
-
|
49
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 11:59:30 +0000
|
50
|
-
Processing by ExampleController#restricted as HTML
|
51
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
52
|
-
|
53
|
-
|
54
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 11:59:30 +0000
|
55
|
-
Processing by ExampleController#restricted as HTML
|
56
|
-
Authenticating with gds_sso strategy
|
57
|
-
Completed in 0ms
|
58
|
-
|
59
|
-
|
60
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 11:59:30 +0000
|
61
|
-
|
62
|
-
|
63
|
-
Started GET "/auth/gds/callback?code=10e45bbe52da3dbad5a34c472f87458830a3051eb21cfe5d67b5691b2ad89271" for 127.0.0.1 at 2012-04-20 11:59:30 +0000
|
64
|
-
Processing by AuthenticationsController#callback as HTML
|
65
|
-
Parameters: {"code"=>"10e45bbe52da3dbad5a34c472f87458830a3051eb21cfe5d67b5691b2ad89271"}
|
66
|
-
Authenticating with gds_sso strategy
|
67
|
-
Redirected to http://www.example-client.com/restricted
|
68
|
-
Completed 302 Found in 1ms
|
69
|
-
|
70
|
-
|
71
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 11:59:30 +0000
|
72
|
-
Processing by ExampleController#restricted as HTML
|
73
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
74
|
-
|
75
|
-
|
76
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 11:59:30 +0000
|
77
|
-
Processing by ExampleController#restricted as HTML
|
78
|
-
Authenticating with gds_sso strategy
|
79
|
-
Completed in 0ms
|
80
|
-
|
81
|
-
|
82
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 11:59:30 +0000
|
83
|
-
|
84
|
-
|
85
|
-
Started GET "/auth/gds/callback?code=179701b7d0a8c85ba3586ee90f680196034af99d04edd51c321271efdcf20dd6" for 127.0.0.1 at 2012-04-20 11:59:30 +0000
|
86
|
-
Processing by AuthenticationsController#callback as HTML
|
87
|
-
Parameters: {"code"=>"179701b7d0a8c85ba3586ee90f680196034af99d04edd51c321271efdcf20dd6"}
|
88
|
-
Authenticating with gds_sso strategy
|
89
|
-
Redirected to http://www.example-client.com/restricted
|
90
|
-
Completed 302 Found in 1ms
|
91
|
-
|
92
|
-
|
93
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 11:59:30 +0000
|
94
|
-
Processing by ExampleController#restricted as HTML
|
95
|
-
Completed 200 OK in 1ms (Views: 0.4ms)
|
96
|
-
|
97
|
-
|
98
|
-
Started GET "/" for 127.0.0.1 at 2012-04-20 13:24:24 +0000
|
99
|
-
Processing by ExampleController#index as HTML
|
100
|
-
Rendered text template (0.0ms)
|
101
|
-
Completed 200 OK in 48ms (Views: 47.5ms)
|
102
|
-
|
103
|
-
|
104
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 13:24:24 +0000
|
105
|
-
Processing by ExampleController#restricted as HTML
|
106
|
-
Authenticating with gds_sso strategy
|
107
|
-
Completed in 1ms
|
108
|
-
|
109
|
-
|
110
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 13:24:24 +0000
|
111
|
-
|
112
|
-
|
113
|
-
Started GET "/auth/gds/callback?code=61c71eb1e184eb112bfe98b0f87b2e8df8be3ecf6856926debc30389a9097f46" for 127.0.0.1 at 2012-04-20 13:24:25 +0000
|
114
|
-
Processing by AuthenticationsController#callback as HTML
|
115
|
-
Parameters: {"code"=>"61c71eb1e184eb112bfe98b0f87b2e8df8be3ecf6856926debc30389a9097f46"}
|
116
|
-
Authenticating with gds_sso strategy
|
117
|
-
Redirected to http://www.example-client.com/restricted
|
118
|
-
Completed 302 Found in 1ms
|
119
|
-
|
120
|
-
|
121
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 13:24:25 +0000
|
122
|
-
Processing by ExampleController#restricted as HTML
|
123
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
124
|
-
|
125
|
-
|
126
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 13:24:25 +0000
|
127
|
-
Processing by ExampleController#restricted as HTML
|
128
|
-
Authenticating with gds_sso strategy
|
129
|
-
Completed in 0ms
|
130
|
-
|
131
|
-
|
132
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 13:24:25 +0000
|
133
|
-
|
134
|
-
|
135
|
-
Started GET "/auth/gds/callback?code=1f2415eff9599bf45ee43a4d22d53362856315080ad436752b92dd9dbaeec16a" for 127.0.0.1 at 2012-04-20 13:24:25 +0000
|
136
|
-
Processing by AuthenticationsController#callback as HTML
|
137
|
-
Parameters: {"code"=>"1f2415eff9599bf45ee43a4d22d53362856315080ad436752b92dd9dbaeec16a"}
|
138
|
-
Authenticating with gds_sso strategy
|
139
|
-
Redirected to http://www.example-client.com/restricted
|
140
|
-
Completed 302 Found in 1ms
|
141
|
-
|
142
|
-
|
143
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 13:24:25 +0000
|
144
|
-
Processing by ExampleController#restricted as HTML
|
145
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
146
|
-
|
147
|
-
|
148
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 13:24:25 +0000
|
149
|
-
Processing by ExampleController#restricted as HTML
|
150
|
-
Authenticating with gds_sso strategy
|
151
|
-
Completed in 0ms
|
152
|
-
|
153
|
-
|
154
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 13:24:25 +0000
|
155
|
-
|
156
|
-
|
157
|
-
Started GET "/auth/gds/callback?code=6a4341573d91d9e365467efda554a56c01e64d0795f9777e9e09a2a78f3db50d" for 127.0.0.1 at 2012-04-20 13:24:26 +0000
|
158
|
-
Processing by AuthenticationsController#callback as HTML
|
159
|
-
Parameters: {"code"=>"6a4341573d91d9e365467efda554a56c01e64d0795f9777e9e09a2a78f3db50d"}
|
160
|
-
Authenticating with gds_sso strategy
|
161
|
-
Redirected to http://www.example-client.com/restricted
|
162
|
-
Completed 302 Found in 1ms
|
163
|
-
|
164
|
-
|
165
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 13:24:26 +0000
|
166
|
-
Processing by ExampleController#restricted as HTML
|
167
|
-
Completed 200 OK in 1ms (Views: 0.4ms)
|
168
|
-
|
169
|
-
|
170
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 13:24:26 +0000
|
171
|
-
Processing by ExampleController#restricted as JSON
|
172
|
-
Authenticating with gds_sso_api_access strategy
|
173
|
-
Completed in 79ms
|
174
|
-
|
175
|
-
|
176
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 13:24:26 +0000
|
177
|
-
Processing by ExampleController#restricted as JSON
|
178
|
-
Authenticating with gds_sso_api_access strategy
|
179
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
180
|
-
|
181
|
-
|
182
|
-
Started GET "/" for 127.0.0.1 at 2012-04-20 14:37:26 +0000
|
183
|
-
Processing by ExampleController#index as HTML
|
184
|
-
Rendered text template (0.0ms)
|
185
|
-
Completed 200 OK in 47ms (Views: 46.5ms)
|
186
|
-
|
187
|
-
|
188
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 14:37:27 +0000
|
189
|
-
Processing by ExampleController#restricted as HTML
|
190
|
-
Authenticating with gds_sso strategy
|
191
|
-
Completed in 1ms
|
192
|
-
|
193
|
-
|
194
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 14:37:27 +0000
|
195
|
-
|
196
|
-
|
197
|
-
Started GET "/auth/gds/callback?code=8c074c0e6ecbd39d06f168a9359fd7f9017709336a0521c4666174eae0eb5ae0" for 127.0.0.1 at 2012-04-20 14:37:27 +0000
|
198
|
-
Processing by AuthenticationsController#callback as HTML
|
199
|
-
Parameters: {"code"=>"8c074c0e6ecbd39d06f168a9359fd7f9017709336a0521c4666174eae0eb5ae0"}
|
200
|
-
Authenticating with gds_sso strategy
|
201
|
-
Redirected to http://www.example-client.com/restricted
|
202
|
-
Completed 302 Found in 1ms
|
203
|
-
|
204
|
-
|
205
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 14:37:28 +0000
|
206
|
-
Processing by ExampleController#restricted as HTML
|
207
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
208
|
-
|
209
|
-
|
210
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 14:37:28 +0000
|
211
|
-
Processing by ExampleController#restricted as HTML
|
212
|
-
Authenticating with gds_sso strategy
|
213
|
-
Completed in 0ms
|
214
|
-
|
215
|
-
|
216
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 14:37:28 +0000
|
217
|
-
|
218
|
-
|
219
|
-
Started GET "/auth/gds/callback?code=1cf1f51dda9cbb5a4000de20268d0599655e010a726dab8b6f6d9de90f856f65" for 127.0.0.1 at 2012-04-20 14:37:28 +0000
|
220
|
-
Processing by AuthenticationsController#callback as HTML
|
221
|
-
Parameters: {"code"=>"1cf1f51dda9cbb5a4000de20268d0599655e010a726dab8b6f6d9de90f856f65"}
|
222
|
-
Authenticating with gds_sso strategy
|
223
|
-
Redirected to http://www.example-client.com/restricted
|
224
|
-
Completed 302 Found in 1ms
|
225
|
-
|
226
|
-
|
227
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 14:37:28 +0000
|
228
|
-
Processing by ExampleController#restricted as HTML
|
229
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
230
|
-
|
231
|
-
|
232
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 14:37:28 +0000
|
233
|
-
Processing by ExampleController#restricted as HTML
|
234
|
-
Authenticating with gds_sso strategy
|
235
|
-
Completed in 0ms
|
236
|
-
|
237
|
-
|
238
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 14:37:28 +0000
|
239
|
-
|
240
|
-
|
241
|
-
Started GET "/auth/gds/callback?code=3cbea5c2e09fb11d91ffb9de60f6d884fbcd335b9f318bd20cc9830f9655334c" for 127.0.0.1 at 2012-04-20 14:37:28 +0000
|
242
|
-
Processing by AuthenticationsController#callback as HTML
|
243
|
-
Parameters: {"code"=>"3cbea5c2e09fb11d91ffb9de60f6d884fbcd335b9f318bd20cc9830f9655334c"}
|
244
|
-
Authenticating with gds_sso strategy
|
245
|
-
Redirected to http://www.example-client.com/restricted
|
246
|
-
Completed 302 Found in 1ms
|
247
|
-
|
248
|
-
|
249
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 14:37:28 +0000
|
250
|
-
Processing by ExampleController#restricted as HTML
|
251
|
-
Completed 200 OK in 1ms (Views: 0.4ms)
|
252
|
-
|
253
|
-
|
254
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 14:37:28 +0000
|
255
|
-
Processing by ExampleController#restricted as JSON
|
256
|
-
Authenticating with gds_sso_api_access strategy
|
257
|
-
Completed in 56ms
|
258
|
-
|
259
|
-
|
260
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 14:37:28 +0000
|
261
|
-
Processing by ExampleController#restricted as JSON
|
262
|
-
Authenticating with gds_sso_api_access strategy
|
263
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
264
|
-
|
265
|
-
|
266
|
-
Started GET "/" for 127.0.0.1 at 2012-04-20 15:27:24 +0000
|
267
|
-
Processing by ExampleController#index as HTML
|
268
|
-
Rendered text template (0.0ms)
|
269
|
-
Completed 200 OK in 46ms (Views: 45.6ms)
|
270
|
-
|
271
|
-
|
272
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 15:27:25 +0000
|
273
|
-
Processing by ExampleController#restricted as HTML
|
274
|
-
Authenticating with gds_sso strategy
|
275
|
-
Completed in 1ms
|
276
|
-
|
277
|
-
|
278
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 15:27:25 +0000
|
279
|
-
|
280
|
-
|
281
|
-
Started GET "/auth/gds/callback?code=ef31d3d1bf7aecac2d2c04682a6aa9b0b44c4787ff9846869515b4e97e4c8b54" for 127.0.0.1 at 2012-04-20 15:27:25 +0000
|
282
|
-
Processing by AuthenticationsController#callback as HTML
|
283
|
-
Parameters: {"code"=>"ef31d3d1bf7aecac2d2c04682a6aa9b0b44c4787ff9846869515b4e97e4c8b54"}
|
284
|
-
Authenticating with gds_sso strategy
|
285
|
-
Redirected to http://www.example-client.com/restricted
|
286
|
-
Completed 302 Found in 1ms
|
287
|
-
|
288
|
-
|
289
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 15:27:26 +0000
|
290
|
-
Processing by ExampleController#restricted as HTML
|
291
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
292
|
-
|
293
|
-
|
294
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 15:27:26 +0000
|
295
|
-
Processing by ExampleController#restricted as HTML
|
296
|
-
Authenticating with gds_sso strategy
|
297
|
-
Completed in 0ms
|
298
|
-
|
299
|
-
|
300
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 15:27:26 +0000
|
301
|
-
|
302
|
-
|
303
|
-
Started GET "/auth/gds/callback?code=111d6404e6e1d9cda7323949e33d74a133b5eb39bec56979499645ceb8249f43" for 127.0.0.1 at 2012-04-20 15:27:26 +0000
|
304
|
-
Processing by AuthenticationsController#callback as HTML
|
305
|
-
Parameters: {"code"=>"111d6404e6e1d9cda7323949e33d74a133b5eb39bec56979499645ceb8249f43"}
|
306
|
-
Authenticating with gds_sso strategy
|
307
|
-
Redirected to http://www.example-client.com/restricted
|
308
|
-
Completed 302 Found in 1ms
|
309
|
-
|
310
|
-
|
311
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 15:27:26 +0000
|
312
|
-
Processing by ExampleController#restricted as HTML
|
313
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
314
|
-
|
315
|
-
|
316
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 15:27:26 +0000
|
317
|
-
Processing by ExampleController#restricted as HTML
|
318
|
-
Authenticating with gds_sso strategy
|
319
|
-
Completed in 0ms
|
320
|
-
|
321
|
-
|
322
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 15:27:26 +0000
|
323
|
-
|
324
|
-
|
325
|
-
Started GET "/auth/gds/callback?code=14ec6004e864cac7ce1880c3245e945f4e976bb956827f3193436532c8a94fe9" for 127.0.0.1 at 2012-04-20 15:27:26 +0000
|
326
|
-
Processing by AuthenticationsController#callback as HTML
|
327
|
-
Parameters: {"code"=>"14ec6004e864cac7ce1880c3245e945f4e976bb956827f3193436532c8a94fe9"}
|
328
|
-
Authenticating with gds_sso strategy
|
329
|
-
Redirected to http://www.example-client.com/restricted
|
330
|
-
Completed 302 Found in 1ms
|
331
|
-
|
332
|
-
|
333
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 15:27:26 +0000
|
334
|
-
Processing by ExampleController#restricted as HTML
|
335
|
-
Completed 200 OK in 1ms (Views: 0.4ms)
|
336
|
-
|
337
|
-
|
338
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 15:27:26 +0000
|
339
|
-
Processing by ExampleController#restricted as JSON
|
340
|
-
Authenticating with gds_sso_api_access strategy
|
341
|
-
Completed in 56ms
|
342
|
-
|
343
|
-
|
344
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 15:27:26 +0000
|
345
|
-
Processing by ExampleController#restricted as JSON
|
346
|
-
Authenticating with gds_sso_api_access strategy
|
347
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
348
|
-
|
349
|
-
|
350
|
-
Started GET "/" for 127.0.0.1 at 2012-04-23 23:20:15 +0000
|
351
|
-
Processing by ExampleController#index as HTML
|
352
|
-
Rendered text template (0.0ms)
|
353
|
-
Completed 200 OK in 119ms (Views: 118.6ms)
|
354
|
-
|
355
|
-
|
356
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-23 23:20:16 +0000
|
357
|
-
Processing by ExampleController#restricted as HTML
|
358
|
-
Authenticating with gds_sso strategy
|
359
|
-
Completed in 1ms
|
360
|
-
|
361
|
-
|
362
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-23 23:20:16 +0000
|
363
|
-
|
364
|
-
|
365
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-23 23:20:16 +0000
|
366
|
-
Processing by ExampleController#restricted as HTML
|
367
|
-
Authenticating with gds_sso strategy
|
368
|
-
Completed in 0ms
|
369
|
-
|
370
|
-
|
371
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-23 23:20:16 +0000
|
372
|
-
|
373
|
-
|
374
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-23 23:20:16 +0000
|
375
|
-
Processing by ExampleController#restricted as JSON
|
376
|
-
Authenticating with gds_sso_api_access strategy
|
377
|
-
Completed in 106ms
|
378
|
-
|
379
|
-
|
380
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-23 23:20:16 +0000
|
381
|
-
Processing by ExampleController#restricted as JSON
|
382
|
-
Authenticating with gds_sso_api_access strategy
|
383
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
384
|
-
|
385
|
-
|
386
|
-
Started GET "/" for 127.0.0.1 at 2012-04-24 13:07:30 +0000
|
387
|
-
Processing by ExampleController#index as HTML
|
388
|
-
Rendered text template (0.0ms)
|
389
|
-
Completed 200 OK in 47ms (Views: 46.5ms)
|
390
|
-
|
391
|
-
|
392
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:07:31 +0000
|
393
|
-
Processing by ExampleController#restricted as HTML
|
394
|
-
Authenticating with gds_sso strategy
|
395
|
-
Completed in 1ms
|
396
|
-
|
397
|
-
|
398
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-24 13:07:31 +0000
|
399
|
-
|
400
|
-
|
401
|
-
Started GET "/auth/gds/callback?code=sIKkxuRMjuXqxtGktM1h1mO5PcV1mYBY1t0U1RIEmHmM4wkg" for 127.0.0.1 at 2012-04-24 13:07:31 +0000
|
402
|
-
Processing by AuthenticationsController#callback as HTML
|
403
|
-
Parameters: {"code"=>"sIKkxuRMjuXqxtGktM1h1mO5PcV1mYBY1t0U1RIEmHmM4wkg"}
|
404
|
-
Authenticating with gds_sso strategy
|
405
|
-
Redirected to http://www.example-client.com/restricted
|
406
|
-
Completed 302 Found in 1ms
|
407
|
-
|
408
|
-
|
409
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:07:32 +0000
|
410
|
-
Processing by ExampleController#restricted as HTML
|
411
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
412
|
-
|
413
|
-
|
414
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:07:32 +0000
|
415
|
-
Processing by ExampleController#restricted as HTML
|
416
|
-
Authenticating with gds_sso strategy
|
417
|
-
Completed in 0ms
|
418
|
-
|
419
|
-
|
420
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-24 13:07:32 +0000
|
421
|
-
|
422
|
-
|
423
|
-
Started GET "/auth/gds/callback?code=4YL155zjsd8XIZer7D5usdPndgV9n6ZHkRNRmwPKACZs9Nvm" for 127.0.0.1 at 2012-04-24 13:07:32 +0000
|
424
|
-
Processing by AuthenticationsController#callback as HTML
|
425
|
-
Parameters: {"code"=>"4YL155zjsd8XIZer7D5usdPndgV9n6ZHkRNRmwPKACZs9Nvm"}
|
426
|
-
Authenticating with gds_sso strategy
|
427
|
-
Redirected to http://www.example-client.com/restricted
|
428
|
-
Completed 302 Found in 1ms
|
429
|
-
|
430
|
-
|
431
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:07:32 +0000
|
432
|
-
Processing by ExampleController#restricted as HTML
|
433
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
434
|
-
|
435
|
-
|
436
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:07:32 +0000
|
437
|
-
Processing by ExampleController#restricted as HTML
|
438
|
-
Authenticating with gds_sso strategy
|
439
|
-
Completed in 0ms
|
440
|
-
|
441
|
-
|
442
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-24 13:07:32 +0000
|
443
|
-
|
444
|
-
|
445
|
-
Started GET "/auth/gds/callback?code=Zgevv56vPObXJbcDuHOUFCBrHNO4HhdEtXI8DxHMkVgjMuuQ" for 127.0.0.1 at 2012-04-24 13:07:32 +0000
|
446
|
-
Processing by AuthenticationsController#callback as HTML
|
447
|
-
Parameters: {"code"=>"Zgevv56vPObXJbcDuHOUFCBrHNO4HhdEtXI8DxHMkVgjMuuQ"}
|
448
|
-
Authenticating with gds_sso strategy
|
449
|
-
Redirected to http://www.example-client.com/restricted
|
450
|
-
Completed 302 Found in 1ms
|
451
|
-
|
452
|
-
|
453
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:07:32 +0000
|
454
|
-
Processing by ExampleController#restricted as HTML
|
455
|
-
Completed 200 OK in 1ms (Views: 0.4ms)
|
456
|
-
|
457
|
-
|
458
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:07:32 +0000
|
459
|
-
Processing by ExampleController#restricted as JSON
|
460
|
-
Authenticating with gds_sso_api_access strategy
|
461
|
-
Completed in 57ms
|
462
|
-
|
463
|
-
|
464
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:07:32 +0000
|
465
|
-
Processing by ExampleController#restricted as JSON
|
466
|
-
Authenticating with gds_sso_api_access strategy
|
467
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
468
|
-
|
469
|
-
|
470
|
-
Started GET "/" for 127.0.0.1 at 2012-04-24 13:07:56 +0000
|
471
|
-
Processing by ExampleController#index as HTML
|
472
|
-
Rendered text template (0.0ms)
|
473
|
-
Completed 200 OK in 47ms (Views: 46.6ms)
|
474
|
-
|
475
|
-
|
476
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:07:56 +0000
|
477
|
-
Processing by ExampleController#restricted as HTML
|
478
|
-
Authenticating with gds_sso strategy
|
479
|
-
Completed in 1ms
|
480
|
-
|
481
|
-
|
482
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-24 13:07:56 +0000
|
483
|
-
|
484
|
-
|
485
|
-
Started GET "/auth/gds/callback?code=b99fac41a2ab5b041e618995c78d3fad80bdca1c1e4617ade18f310edc7928b9" for 127.0.0.1 at 2012-04-24 13:07:57 +0000
|
486
|
-
Processing by AuthenticationsController#callback as HTML
|
487
|
-
Parameters: {"code"=>"b99fac41a2ab5b041e618995c78d3fad80bdca1c1e4617ade18f310edc7928b9"}
|
488
|
-
Authenticating with gds_sso strategy
|
489
|
-
Redirected to http://www.example-client.com/restricted
|
490
|
-
Completed 302 Found in 1ms
|
491
|
-
|
492
|
-
|
493
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:07:57 +0000
|
494
|
-
Processing by ExampleController#restricted as HTML
|
495
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
496
|
-
|
497
|
-
|
498
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:07:57 +0000
|
499
|
-
Processing by ExampleController#restricted as HTML
|
500
|
-
Authenticating with gds_sso strategy
|
501
|
-
Completed in 0ms
|
502
|
-
|
503
|
-
|
504
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-24 13:07:57 +0000
|
505
|
-
|
506
|
-
|
507
|
-
Started GET "/auth/gds/callback?code=ed92e7a45a265b81b73fc502edfa44cd7c56b563551927ae58eace77f31547cb" for 127.0.0.1 at 2012-04-24 13:07:57 +0000
|
508
|
-
Processing by AuthenticationsController#callback as HTML
|
509
|
-
Parameters: {"code"=>"ed92e7a45a265b81b73fc502edfa44cd7c56b563551927ae58eace77f31547cb"}
|
510
|
-
Authenticating with gds_sso strategy
|
511
|
-
Redirected to http://www.example-client.com/restricted
|
512
|
-
Completed 302 Found in 1ms
|
513
|
-
|
514
|
-
|
515
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:07:57 +0000
|
516
|
-
Processing by ExampleController#restricted as HTML
|
517
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
518
|
-
|
519
|
-
|
520
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:07:57 +0000
|
521
|
-
Processing by ExampleController#restricted as HTML
|
522
|
-
Authenticating with gds_sso strategy
|
523
|
-
Completed in 0ms
|
524
|
-
|
525
|
-
|
526
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-24 13:07:57 +0000
|
527
|
-
|
528
|
-
|
529
|
-
Started GET "/auth/gds/callback?code=cf9bbdd192cc0fb665720927c6a90512680377a4b7fc2d2a1630ad96b8ecb812" for 127.0.0.1 at 2012-04-24 13:07:58 +0000
|
530
|
-
Processing by AuthenticationsController#callback as HTML
|
531
|
-
Parameters: {"code"=>"cf9bbdd192cc0fb665720927c6a90512680377a4b7fc2d2a1630ad96b8ecb812"}
|
532
|
-
Authenticating with gds_sso strategy
|
533
|
-
Redirected to http://www.example-client.com/restricted
|
534
|
-
Completed 302 Found in 1ms
|
535
|
-
|
536
|
-
|
537
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:07:58 +0000
|
538
|
-
Processing by ExampleController#restricted as HTML
|
539
|
-
Completed 200 OK in 1ms (Views: 0.4ms)
|
540
|
-
|
541
|
-
|
542
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:07:58 +0000
|
543
|
-
Processing by ExampleController#restricted as JSON
|
544
|
-
Authenticating with gds_sso_api_access strategy
|
545
|
-
Completed in 58ms
|
546
|
-
|
547
|
-
|
548
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:07:58 +0000
|
549
|
-
Processing by ExampleController#restricted as JSON
|
550
|
-
Authenticating with gds_sso_api_access strategy
|
551
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
552
|
-
|
553
|
-
|
554
|
-
Started GET "/" for 127.0.0.1 at 2012-04-24 13:31:14 +0000
|
555
|
-
Processing by ExampleController#index as HTML
|
556
|
-
Rendered text template (0.0ms)
|
557
|
-
Completed 200 OK in 47ms (Views: 47.0ms)
|
558
|
-
|
559
|
-
|
560
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:31:14 +0000
|
561
|
-
Processing by ExampleController#restricted as HTML
|
562
|
-
Authenticating with gds_sso strategy
|
563
|
-
Completed in 1ms
|
564
|
-
|
565
|
-
|
566
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-24 13:31:14 +0000
|
567
|
-
|
568
|
-
|
569
|
-
Started GET "/auth/gds/callback?code=IUnkOJLdfJ40vM9D2KuabFCzQV9bQPGxo3AcgyO382uqQa8t" for 127.0.0.1 at 2012-04-24 13:31:15 +0000
|
570
|
-
Processing by AuthenticationsController#callback as HTML
|
571
|
-
Parameters: {"code"=>"IUnkOJLdfJ40vM9D2KuabFCzQV9bQPGxo3AcgyO382uqQa8t"}
|
572
|
-
Authenticating with gds_sso strategy
|
573
|
-
Redirected to http://www.example-client.com/restricted
|
574
|
-
Completed 302 Found in 1ms
|
575
|
-
|
576
|
-
|
577
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:31:16 +0000
|
578
|
-
Processing by ExampleController#restricted as HTML
|
579
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
580
|
-
|
581
|
-
|
582
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:31:16 +0000
|
583
|
-
Processing by ExampleController#restricted as HTML
|
584
|
-
Authenticating with gds_sso strategy
|
585
|
-
Completed in 0ms
|
586
|
-
|
587
|
-
|
588
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-24 13:31:16 +0000
|
589
|
-
|
590
|
-
|
591
|
-
Started GET "/auth/gds/callback?code=wfOxBop6Pg5LculMwsSwR0dYW6ltlmgdir2T8kFH57mAXY6e" for 127.0.0.1 at 2012-04-24 13:31:16 +0000
|
592
|
-
Processing by AuthenticationsController#callback as HTML
|
593
|
-
Parameters: {"code"=>"wfOxBop6Pg5LculMwsSwR0dYW6ltlmgdir2T8kFH57mAXY6e"}
|
594
|
-
Authenticating with gds_sso strategy
|
595
|
-
Redirected to http://www.example-client.com/restricted
|
596
|
-
Completed 302 Found in 1ms
|
597
|
-
|
598
|
-
|
599
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:31:16 +0000
|
600
|
-
Processing by ExampleController#restricted as HTML
|
601
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
602
|
-
|
603
|
-
|
604
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:31:16 +0000
|
605
|
-
Processing by ExampleController#restricted as HTML
|
606
|
-
Authenticating with gds_sso strategy
|
607
|
-
Completed in 0ms
|
608
|
-
|
609
|
-
|
610
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-24 13:31:16 +0000
|
611
|
-
|
612
|
-
|
613
|
-
Started GET "/auth/gds/callback?code=WWNvtT6kjYhWKiHMrEktoAl4fwUVJMkYboMz87KFXyPofrTb" for 127.0.0.1 at 2012-04-24 13:31:16 +0000
|
614
|
-
Processing by AuthenticationsController#callback as HTML
|
615
|
-
Parameters: {"code"=>"WWNvtT6kjYhWKiHMrEktoAl4fwUVJMkYboMz87KFXyPofrTb"}
|
616
|
-
Authenticating with gds_sso strategy
|
617
|
-
Redirected to http://www.example-client.com/restricted
|
618
|
-
Completed 302 Found in 1ms
|
619
|
-
|
620
|
-
|
621
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:31:16 +0000
|
622
|
-
Processing by ExampleController#restricted as HTML
|
623
|
-
Completed 200 OK in 1ms (Views: 0.4ms)
|
624
|
-
|
625
|
-
|
626
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:31:16 +0000
|
627
|
-
Processing by ExampleController#restricted as JSON
|
628
|
-
Authenticating with gds_sso_api_access strategy
|
629
|
-
Completed in 67ms
|
630
|
-
|
631
|
-
|
632
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:31:16 +0000
|
633
|
-
Processing by ExampleController#restricted as JSON
|
634
|
-
Authenticating with gds_sso_api_access strategy
|
635
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
636
|
-
|
637
|
-
|
638
|
-
Started GET "/" for 127.0.0.1 at 2012-04-24 13:31:41 +0000
|
639
|
-
Processing by ExampleController#index as HTML
|
640
|
-
Rendered text template (0.0ms)
|
641
|
-
Completed 200 OK in 48ms (Views: 47.2ms)
|
642
|
-
|
643
|
-
|
644
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:31:42 +0000
|
645
|
-
Processing by ExampleController#restricted as HTML
|
646
|
-
Authenticating with gds_sso strategy
|
647
|
-
Completed in 1ms
|
648
|
-
|
649
|
-
|
650
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-24 13:31:42 +0000
|
651
|
-
|
652
|
-
|
653
|
-
Started GET "/auth/gds/callback?code=b36972c5337842dd3f543b9d945f3345d9291d4d56f7e00d758045bc5648d295" for 127.0.0.1 at 2012-04-24 13:31:42 +0000
|
654
|
-
Processing by AuthenticationsController#callback as HTML
|
655
|
-
Parameters: {"code"=>"b36972c5337842dd3f543b9d945f3345d9291d4d56f7e00d758045bc5648d295"}
|
656
|
-
Authenticating with gds_sso strategy
|
657
|
-
Redirected to http://www.example-client.com/restricted
|
658
|
-
Completed 302 Found in 1ms
|
659
|
-
|
660
|
-
|
661
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:31:42 +0000
|
662
|
-
Processing by ExampleController#restricted as HTML
|
663
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
664
|
-
|
665
|
-
|
666
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:31:42 +0000
|
667
|
-
Processing by ExampleController#restricted as HTML
|
668
|
-
Authenticating with gds_sso strategy
|
669
|
-
Completed in 0ms
|
670
|
-
|
671
|
-
|
672
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-24 13:31:42 +0000
|
673
|
-
|
674
|
-
|
675
|
-
Started GET "/auth/gds/callback?code=112e817536ec4a1ea9ea18c34a53f9c8b4c7cc5221fc7287930ae3566274334d" for 127.0.0.1 at 2012-04-24 13:31:43 +0000
|
676
|
-
Processing by AuthenticationsController#callback as HTML
|
677
|
-
Parameters: {"code"=>"112e817536ec4a1ea9ea18c34a53f9c8b4c7cc5221fc7287930ae3566274334d"}
|
678
|
-
Authenticating with gds_sso strategy
|
679
|
-
Redirected to http://www.example-client.com/restricted
|
680
|
-
Completed 302 Found in 1ms
|
681
|
-
|
682
|
-
|
683
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:31:43 +0000
|
684
|
-
Processing by ExampleController#restricted as HTML
|
685
|
-
Completed 200 OK in 1ms (Views: 0.7ms)
|
686
|
-
|
687
|
-
|
688
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:31:43 +0000
|
689
|
-
Processing by ExampleController#restricted as HTML
|
690
|
-
Authenticating with gds_sso strategy
|
691
|
-
Completed in 0ms
|
692
|
-
|
693
|
-
|
694
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-24 13:31:43 +0000
|
695
|
-
|
696
|
-
|
697
|
-
Started GET "/auth/gds/callback?code=e96f292025dce4e0e8cc1c6348dd5678246497d29ab90e7b12c2eb145af03b90" for 127.0.0.1 at 2012-04-24 13:31:43 +0000
|
698
|
-
Processing by AuthenticationsController#callback as HTML
|
699
|
-
Parameters: {"code"=>"e96f292025dce4e0e8cc1c6348dd5678246497d29ab90e7b12c2eb145af03b90"}
|
700
|
-
Authenticating with gds_sso strategy
|
701
|
-
Redirected to http://www.example-client.com/restricted
|
702
|
-
Completed 302 Found in 1ms
|
703
|
-
|
704
|
-
|
705
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:31:43 +0000
|
706
|
-
Processing by ExampleController#restricted as HTML
|
707
|
-
Completed 200 OK in 1ms (Views: 0.4ms)
|
708
|
-
|
709
|
-
|
710
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:31:43 +0000
|
711
|
-
Processing by ExampleController#restricted as JSON
|
712
|
-
Authenticating with gds_sso_api_access strategy
|
713
|
-
Completed in 58ms
|
714
|
-
|
715
|
-
|
716
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-24 13:31:43 +0000
|
717
|
-
Processing by ExampleController#restricted as JSON
|
718
|
-
Authenticating with gds_sso_api_access strategy
|
719
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
720
|
-
|
721
|
-
|
722
|
-
Started GET "/" for 127.0.0.1 at 2012-04-26 14:38:12 +0000
|
723
|
-
Processing by ExampleController#index as HTML
|
724
|
-
Rendered text template (0.0ms)
|
725
|
-
Completed 200 OK in 48ms (Views: 47.4ms)
|
726
|
-
|
727
|
-
|
728
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:38:13 +0000
|
729
|
-
Processing by ExampleController#restricted as HTML
|
730
|
-
Authenticating with gds_sso strategy
|
731
|
-
Completed in 1ms
|
732
|
-
|
733
|
-
|
734
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-26 14:38:13 +0000
|
735
|
-
|
736
|
-
|
737
|
-
Started GET "/auth/gds/callback?code=RnPu6AGSdl58DUv6yvR8A9CHNKEQU1FWjJuFG6JmYZrlwOqf" for 127.0.0.1 at 2012-04-26 14:38:14 +0000
|
738
|
-
Processing by AuthenticationsController#callback as HTML
|
739
|
-
Parameters: {"code"=>"RnPu6AGSdl58DUv6yvR8A9CHNKEQU1FWjJuFG6JmYZrlwOqf"}
|
740
|
-
Authenticating with gds_sso strategy
|
741
|
-
Redirected to http://www.example-client.com/restricted
|
742
|
-
Completed 302 Found in 1ms
|
743
|
-
|
744
|
-
|
745
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:38:14 +0000
|
746
|
-
Processing by ExampleController#restricted as HTML
|
747
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
748
|
-
|
749
|
-
|
750
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:38:14 +0000
|
751
|
-
Processing by ExampleController#restricted as HTML
|
752
|
-
Authenticating with gds_sso strategy
|
753
|
-
Completed in 0ms
|
754
|
-
|
755
|
-
|
756
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-26 14:38:14 +0000
|
757
|
-
|
758
|
-
|
759
|
-
Started GET "/auth/gds/callback?code=Xo0lRJC0IbwfFv2aIqUGrZxTriBjYy3YxYztMiuvOPbp8zYk" for 127.0.0.1 at 2012-04-26 14:38:14 +0000
|
760
|
-
Processing by AuthenticationsController#callback as HTML
|
761
|
-
Parameters: {"code"=>"Xo0lRJC0IbwfFv2aIqUGrZxTriBjYy3YxYztMiuvOPbp8zYk"}
|
762
|
-
Authenticating with gds_sso strategy
|
763
|
-
Redirected to http://www.example-client.com/restricted
|
764
|
-
Completed 302 Found in 1ms
|
765
|
-
|
766
|
-
|
767
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:38:14 +0000
|
768
|
-
Processing by ExampleController#restricted as HTML
|
769
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
770
|
-
|
771
|
-
|
772
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:38:14 +0000
|
773
|
-
Processing by ExampleController#restricted as HTML
|
774
|
-
Authenticating with gds_sso strategy
|
775
|
-
Completed in 0ms
|
776
|
-
|
777
|
-
|
778
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-26 14:38:14 +0000
|
779
|
-
|
780
|
-
|
781
|
-
Started GET "/auth/gds/callback?code=OddBZR7IwuTQ98x1E6B7LXLSBUzLgl4aVZqtWxBUSLRNVwj8" for 127.0.0.1 at 2012-04-26 14:38:14 +0000
|
782
|
-
Processing by AuthenticationsController#callback as HTML
|
783
|
-
Parameters: {"code"=>"OddBZR7IwuTQ98x1E6B7LXLSBUzLgl4aVZqtWxBUSLRNVwj8"}
|
784
|
-
Authenticating with gds_sso strategy
|
785
|
-
Redirected to http://www.example-client.com/restricted
|
786
|
-
Completed 302 Found in 1ms
|
787
|
-
|
788
|
-
|
789
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:38:14 +0000
|
790
|
-
Processing by ExampleController#restricted as HTML
|
791
|
-
Completed 200 OK in 1ms (Views: 0.3ms)
|
792
|
-
|
793
|
-
|
794
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:38:14 +0000
|
795
|
-
Processing by ExampleController#restricted as JSON
|
796
|
-
Authenticating with gds_sso_api_access strategy
|
797
|
-
Completed in 58ms
|
798
|
-
|
799
|
-
|
800
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:38:14 +0000
|
801
|
-
Processing by ExampleController#restricted as JSON
|
802
|
-
Authenticating with gds_sso_api_access strategy
|
803
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
804
|
-
|
805
|
-
|
806
|
-
Started GET "/" for 127.0.0.1 at 2012-04-26 14:38:39 +0000
|
807
|
-
Processing by ExampleController#index as HTML
|
808
|
-
Rendered text template (0.0ms)
|
809
|
-
Completed 200 OK in 46ms (Views: 45.9ms)
|
810
|
-
|
811
|
-
|
812
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:38:40 +0000
|
813
|
-
Processing by ExampleController#restricted as HTML
|
814
|
-
Authenticating with gds_sso strategy
|
815
|
-
Completed in 1ms
|
816
|
-
|
817
|
-
|
818
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-26 14:38:40 +0000
|
819
|
-
|
820
|
-
|
821
|
-
Started GET "/auth/gds/callback?code=25ec4dc687235ec228889f1bbaf0f2535988fcbf2f433ce7257cc8d7a1863896" for 127.0.0.1 at 2012-04-26 14:38:40 +0000
|
822
|
-
Processing by AuthenticationsController#callback as HTML
|
823
|
-
Parameters: {"code"=>"25ec4dc687235ec228889f1bbaf0f2535988fcbf2f433ce7257cc8d7a1863896"}
|
824
|
-
Authenticating with gds_sso strategy
|
825
|
-
Redirected to http://www.example-client.com/restricted
|
826
|
-
Completed 302 Found in 1ms
|
827
|
-
|
828
|
-
|
829
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:38:40 +0000
|
830
|
-
Processing by ExampleController#restricted as HTML
|
831
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
832
|
-
|
833
|
-
|
834
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:38:41 +0000
|
835
|
-
Processing by ExampleController#restricted as HTML
|
836
|
-
Authenticating with gds_sso strategy
|
837
|
-
Completed in 0ms
|
838
|
-
|
839
|
-
|
840
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-26 14:38:41 +0000
|
841
|
-
|
842
|
-
|
843
|
-
Started GET "/auth/gds/callback?code=d1c0a8bfb4047a257c73cd77396b014fd8c97033ac0001bb1cc73e46b6cfc43b" for 127.0.0.1 at 2012-04-26 14:38:41 +0000
|
844
|
-
Processing by AuthenticationsController#callback as HTML
|
845
|
-
Parameters: {"code"=>"d1c0a8bfb4047a257c73cd77396b014fd8c97033ac0001bb1cc73e46b6cfc43b"}
|
846
|
-
Authenticating with gds_sso strategy
|
847
|
-
Redirected to http://www.example-client.com/restricted
|
848
|
-
Completed 302 Found in 1ms
|
849
|
-
|
850
|
-
|
851
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:38:41 +0000
|
852
|
-
Processing by ExampleController#restricted as HTML
|
853
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
854
|
-
|
855
|
-
|
856
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:38:41 +0000
|
857
|
-
Processing by ExampleController#restricted as HTML
|
858
|
-
Authenticating with gds_sso strategy
|
859
|
-
Completed in 0ms
|
860
|
-
|
861
|
-
|
862
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-26 14:38:41 +0000
|
863
|
-
|
864
|
-
|
865
|
-
Started GET "/auth/gds/callback?code=f74f6b076ae2a7621865192ba17ab58ae4822f4bf4f102812645d3f7d40179f6" for 127.0.0.1 at 2012-04-26 14:38:41 +0000
|
866
|
-
Processing by AuthenticationsController#callback as HTML
|
867
|
-
Parameters: {"code"=>"f74f6b076ae2a7621865192ba17ab58ae4822f4bf4f102812645d3f7d40179f6"}
|
868
|
-
Authenticating with gds_sso strategy
|
869
|
-
Redirected to http://www.example-client.com/restricted
|
870
|
-
Completed 302 Found in 1ms
|
871
|
-
|
872
|
-
|
873
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:38:41 +0000
|
874
|
-
Processing by ExampleController#restricted as HTML
|
875
|
-
Completed 200 OK in 1ms (Views: 0.4ms)
|
876
|
-
|
877
|
-
|
878
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:38:41 +0000
|
879
|
-
Processing by ExampleController#restricted as JSON
|
880
|
-
Authenticating with gds_sso_api_access strategy
|
881
|
-
Completed in 60ms
|
882
|
-
|
883
|
-
|
884
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:38:41 +0000
|
885
|
-
Processing by ExampleController#restricted as JSON
|
886
|
-
Authenticating with gds_sso_api_access strategy
|
887
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
888
|
-
|
889
|
-
|
890
|
-
Started GET "/" for 127.0.0.1 at 2012-04-26 14:41:09 +0000
|
891
|
-
Processing by ExampleController#index as HTML
|
892
|
-
Rendered text template (0.0ms)
|
893
|
-
Completed 200 OK in 49ms (Views: 48.5ms)
|
894
|
-
|
895
|
-
|
896
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:41:10 +0000
|
897
|
-
Processing by ExampleController#restricted as HTML
|
898
|
-
Authenticating with gds_sso strategy
|
899
|
-
Completed in 1ms
|
900
|
-
|
901
|
-
|
902
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-26 14:41:10 +0000
|
903
|
-
|
904
|
-
|
905
|
-
Started GET "/auth/gds/callback?code=Ux3MboI4YXk1YYMaZZgxkhqh9qgwBpbKT5IG8bnrs7SkwEhR" for 127.0.0.1 at 2012-04-26 14:41:11 +0000
|
906
|
-
Processing by AuthenticationsController#callback as HTML
|
907
|
-
Parameters: {"code"=>"Ux3MboI4YXk1YYMaZZgxkhqh9qgwBpbKT5IG8bnrs7SkwEhR"}
|
908
|
-
Authenticating with gds_sso strategy
|
909
|
-
Redirected to http://www.example-client.com/restricted
|
910
|
-
Completed 302 Found in 1ms
|
911
|
-
|
912
|
-
|
913
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:41:11 +0000
|
914
|
-
Processing by ExampleController#restricted as HTML
|
915
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
916
|
-
|
917
|
-
|
918
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:41:11 +0000
|
919
|
-
Processing by ExampleController#restricted as HTML
|
920
|
-
Authenticating with gds_sso strategy
|
921
|
-
Completed in 0ms
|
922
|
-
|
923
|
-
|
924
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-26 14:41:11 +0000
|
925
|
-
|
926
|
-
|
927
|
-
Started GET "/auth/gds/callback?code=5v345khyNvxefX0qBxwwycQnjhDzGwwg1uptOOD3mjs6sn7k" for 127.0.0.1 at 2012-04-26 14:41:11 +0000
|
928
|
-
Processing by AuthenticationsController#callback as HTML
|
929
|
-
Parameters: {"code"=>"5v345khyNvxefX0qBxwwycQnjhDzGwwg1uptOOD3mjs6sn7k"}
|
930
|
-
Authenticating with gds_sso strategy
|
931
|
-
Redirected to http://www.example-client.com/restricted
|
932
|
-
Completed 302 Found in 1ms
|
933
|
-
|
934
|
-
|
935
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:41:11 +0000
|
936
|
-
Processing by ExampleController#restricted as HTML
|
937
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
938
|
-
|
939
|
-
|
940
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:41:11 +0000
|
941
|
-
Processing by ExampleController#restricted as HTML
|
942
|
-
Authenticating with gds_sso strategy
|
943
|
-
Completed in 0ms
|
944
|
-
|
945
|
-
|
946
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-26 14:41:11 +0000
|
947
|
-
|
948
|
-
|
949
|
-
Started GET "/auth/gds/callback?code=YoGwCGVNuS6yoFSrKhbrz1fMQ3YrWj3Lq363hyEb760Xmr8y" for 127.0.0.1 at 2012-04-26 14:41:12 +0000
|
950
|
-
Processing by AuthenticationsController#callback as HTML
|
951
|
-
Parameters: {"code"=>"YoGwCGVNuS6yoFSrKhbrz1fMQ3YrWj3Lq363hyEb760Xmr8y"}
|
952
|
-
Authenticating with gds_sso strategy
|
953
|
-
Redirected to http://www.example-client.com/restricted
|
954
|
-
Completed 302 Found in 1ms
|
955
|
-
|
956
|
-
|
957
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:41:12 +0000
|
958
|
-
Processing by ExampleController#restricted as HTML
|
959
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
960
|
-
|
961
|
-
|
962
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:41:12 +0000
|
963
|
-
Processing by ExampleController#restricted as JSON
|
964
|
-
Authenticating with gds_sso_api_access strategy
|
965
|
-
Completed in 59ms
|
966
|
-
|
967
|
-
|
968
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:41:12 +0000
|
969
|
-
Processing by ExampleController#restricted as JSON
|
970
|
-
Authenticating with gds_sso_api_access strategy
|
971
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
972
|
-
|
973
|
-
|
974
|
-
Started GET "/" for 127.0.0.1 at 2012-04-26 14:41:37 +0000
|
975
|
-
Processing by ExampleController#index as HTML
|
976
|
-
Rendered text template (0.0ms)
|
977
|
-
Completed 200 OK in 51ms (Views: 50.8ms)
|
978
|
-
|
979
|
-
|
980
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:41:37 +0000
|
981
|
-
Processing by ExampleController#restricted as HTML
|
982
|
-
Authenticating with gds_sso strategy
|
983
|
-
Completed in 1ms
|
984
|
-
|
985
|
-
|
986
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-26 14:41:37 +0000
|
987
|
-
|
988
|
-
|
989
|
-
Started GET "/auth/gds/callback?code=e5714990a8d95b3cbf10c359450b89a6ef47f0afe46c484562a3c7d876b265c3" for 127.0.0.1 at 2012-04-26 14:41:38 +0000
|
990
|
-
Processing by AuthenticationsController#callback as HTML
|
991
|
-
Parameters: {"code"=>"e5714990a8d95b3cbf10c359450b89a6ef47f0afe46c484562a3c7d876b265c3"}
|
992
|
-
Authenticating with gds_sso strategy
|
993
|
-
Redirected to http://www.example-client.com/restricted
|
994
|
-
Completed 302 Found in 1ms
|
995
|
-
|
996
|
-
|
997
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:41:38 +0000
|
998
|
-
Processing by ExampleController#restricted as HTML
|
999
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
1000
|
-
|
1001
|
-
|
1002
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:41:38 +0000
|
1003
|
-
Processing by ExampleController#restricted as HTML
|
1004
|
-
Authenticating with gds_sso strategy
|
1005
|
-
Completed in 0ms
|
1006
|
-
|
1007
|
-
|
1008
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-26 14:41:38 +0000
|
1009
|
-
|
1010
|
-
|
1011
|
-
Started GET "/auth/gds/callback?code=feb88792e44683d78c86987ca81a9cfb3f24ddd0be17ad57970c2b8d568cc94b" for 127.0.0.1 at 2012-04-26 14:41:38 +0000
|
1012
|
-
Processing by AuthenticationsController#callback as HTML
|
1013
|
-
Parameters: {"code"=>"feb88792e44683d78c86987ca81a9cfb3f24ddd0be17ad57970c2b8d568cc94b"}
|
1014
|
-
Authenticating with gds_sso strategy
|
1015
|
-
Redirected to http://www.example-client.com/restricted
|
1016
|
-
Completed 302 Found in 1ms
|
1017
|
-
|
1018
|
-
|
1019
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:41:38 +0000
|
1020
|
-
Processing by ExampleController#restricted as HTML
|
1021
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
1022
|
-
|
1023
|
-
|
1024
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:41:38 +0000
|
1025
|
-
Processing by ExampleController#restricted as HTML
|
1026
|
-
Authenticating with gds_sso strategy
|
1027
|
-
Completed in 0ms
|
1028
|
-
|
1029
|
-
|
1030
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-26 14:41:38 +0000
|
1031
|
-
|
1032
|
-
|
1033
|
-
Started GET "/auth/gds/callback?code=5373a3df3eb0aee068024889315cc7469ecfe76435a41f3c46eee39b6bbccf06" for 127.0.0.1 at 2012-04-26 14:41:38 +0000
|
1034
|
-
Processing by AuthenticationsController#callback as HTML
|
1035
|
-
Parameters: {"code"=>"5373a3df3eb0aee068024889315cc7469ecfe76435a41f3c46eee39b6bbccf06"}
|
1036
|
-
Authenticating with gds_sso strategy
|
1037
|
-
Redirected to http://www.example-client.com/restricted
|
1038
|
-
Completed 302 Found in 1ms
|
1039
|
-
|
1040
|
-
|
1041
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:41:38 +0000
|
1042
|
-
Processing by ExampleController#restricted as HTML
|
1043
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
1044
|
-
|
1045
|
-
|
1046
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:41:39 +0000
|
1047
|
-
Processing by ExampleController#restricted as JSON
|
1048
|
-
Authenticating with gds_sso_api_access strategy
|
1049
|
-
Completed in 65ms
|
1050
|
-
|
1051
|
-
|
1052
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 14:41:39 +0000
|
1053
|
-
Processing by ExampleController#restricted as JSON
|
1054
|
-
Authenticating with gds_sso_api_access strategy
|
1055
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
1056
|
-
|
1057
|
-
|
1058
|
-
Started GET "/" for 127.0.0.1 at 2012-04-26 17:11:08 +0000
|
1059
|
-
Processing by ExampleController#index as HTML
|
1060
|
-
Rendered text template (0.0ms)
|
1061
|
-
Completed 200 OK in 49ms (Views: 48.5ms)
|
1062
|
-
|
1063
|
-
|
1064
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 17:11:08 +0000
|
1065
|
-
Processing by ExampleController#restricted as HTML
|
1066
|
-
Authenticating with gds_sso strategy
|
1067
|
-
Completed in 1ms
|
1068
|
-
|
1069
|
-
|
1070
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-26 17:11:08 +0000
|
1071
|
-
|
1072
|
-
|
1073
|
-
Started GET "/auth/gds/callback?code=Bs4XKrJ8QAKW5Z3q7E0mkWQdfYXVKV5sCOwUpA74pBr3ZnLE" for 127.0.0.1 at 2012-04-26 17:11:09 +0000
|
1074
|
-
Processing by AuthenticationsController#callback as HTML
|
1075
|
-
Parameters: {"code"=>"Bs4XKrJ8QAKW5Z3q7E0mkWQdfYXVKV5sCOwUpA74pBr3ZnLE"}
|
1076
|
-
Authenticating with gds_sso strategy
|
1077
|
-
Redirected to http://www.example-client.com/restricted
|
1078
|
-
Completed 302 Found in 1ms
|
1079
|
-
|
1080
|
-
|
1081
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 17:11:09 +0000
|
1082
|
-
Processing by ExampleController#restricted as HTML
|
1083
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
1084
|
-
|
1085
|
-
|
1086
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 17:11:09 +0000
|
1087
|
-
Processing by ExampleController#restricted as HTML
|
1088
|
-
Authenticating with gds_sso strategy
|
1089
|
-
Completed in 0ms
|
1090
|
-
|
1091
|
-
|
1092
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-26 17:11:09 +0000
|
1093
|
-
|
1094
|
-
|
1095
|
-
Started GET "/auth/gds/callback?code=6cBQXC0iGWQ59gtJti7TOrkOo30CWLsgQRRvy0DyjidjwO3X" for 127.0.0.1 at 2012-04-26 17:11:10 +0000
|
1096
|
-
Processing by AuthenticationsController#callback as HTML
|
1097
|
-
Parameters: {"code"=>"6cBQXC0iGWQ59gtJti7TOrkOo30CWLsgQRRvy0DyjidjwO3X"}
|
1098
|
-
Authenticating with gds_sso strategy
|
1099
|
-
Redirected to http://www.example-client.com/restricted
|
1100
|
-
Completed 302 Found in 1ms
|
1101
|
-
|
1102
|
-
|
1103
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 17:11:10 +0000
|
1104
|
-
Processing by ExampleController#restricted as HTML
|
1105
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
1106
|
-
|
1107
|
-
|
1108
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 17:11:10 +0000
|
1109
|
-
Processing by ExampleController#restricted as HTML
|
1110
|
-
Authenticating with gds_sso strategy
|
1111
|
-
Completed in 0ms
|
1112
|
-
|
1113
|
-
|
1114
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-26 17:11:10 +0000
|
1115
|
-
|
1116
|
-
|
1117
|
-
Started GET "/auth/gds/callback?code=fIqt8lOXVQnu6ICCcZvU8h0RaZzwsDDsQzUxreAhqrfs36wj" for 127.0.0.1 at 2012-04-26 17:11:10 +0000
|
1118
|
-
Processing by AuthenticationsController#callback as HTML
|
1119
|
-
Parameters: {"code"=>"fIqt8lOXVQnu6ICCcZvU8h0RaZzwsDDsQzUxreAhqrfs36wj"}
|
1120
|
-
Authenticating with gds_sso strategy
|
1121
|
-
Redirected to http://www.example-client.com/restricted
|
1122
|
-
Completed 302 Found in 3ms
|
1123
|
-
|
1124
|
-
|
1125
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 17:11:10 +0000
|
1126
|
-
Processing by ExampleController#restricted as HTML
|
1127
|
-
Completed 200 OK in 1ms (Views: 0.4ms)
|
1128
|
-
|
1129
|
-
|
1130
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 17:11:10 +0000
|
1131
|
-
Processing by ExampleController#restricted as JSON
|
1132
|
-
Authenticating with gds_sso_api_access strategy
|
1133
|
-
Completed in 57ms
|
1134
|
-
|
1135
|
-
|
1136
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 17:11:10 +0000
|
1137
|
-
Processing by ExampleController#restricted as JSON
|
1138
|
-
Authenticating with gds_sso_api_access strategy
|
1139
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
1140
|
-
|
1141
|
-
|
1142
|
-
Started GET "/" for 127.0.0.1 at 2012-04-26 17:11:34 +0000
|
1143
|
-
Processing by ExampleController#index as HTML
|
1144
|
-
Rendered text template (0.0ms)
|
1145
|
-
Completed 200 OK in 49ms (Views: 48.2ms)
|
1146
|
-
|
1147
|
-
|
1148
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 17:11:35 +0000
|
1149
|
-
Processing by ExampleController#restricted as HTML
|
1150
|
-
Authenticating with gds_sso strategy
|
1151
|
-
Completed in 1ms
|
1152
|
-
|
1153
|
-
|
1154
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-26 17:11:35 +0000
|
1155
|
-
|
1156
|
-
|
1157
|
-
Started GET "/auth/gds/callback?code=653c93ca324e666dd87b9eafc8f7c2dd9568a8f702f2619baaccd29435c3c859" for 127.0.0.1 at 2012-04-26 17:11:35 +0000
|
1158
|
-
Processing by AuthenticationsController#callback as HTML
|
1159
|
-
Parameters: {"code"=>"653c93ca324e666dd87b9eafc8f7c2dd9568a8f702f2619baaccd29435c3c859"}
|
1160
|
-
Authenticating with gds_sso strategy
|
1161
|
-
Redirected to http://www.example-client.com/restricted
|
1162
|
-
Completed 302 Found in 1ms
|
1163
|
-
|
1164
|
-
|
1165
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 17:11:35 +0000
|
1166
|
-
Processing by ExampleController#restricted as HTML
|
1167
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
1168
|
-
|
1169
|
-
|
1170
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 17:11:35 +0000
|
1171
|
-
Processing by ExampleController#restricted as HTML
|
1172
|
-
Authenticating with gds_sso strategy
|
1173
|
-
Completed in 0ms
|
1174
|
-
|
1175
|
-
|
1176
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-26 17:11:35 +0000
|
1177
|
-
|
1178
|
-
|
1179
|
-
Started GET "/auth/gds/callback?code=171d1502078fae43baf07275eef96eecc47cccb58ed43b0ad953f7d2d6ac233f" for 127.0.0.1 at 2012-04-26 17:11:36 +0000
|
1180
|
-
Processing by AuthenticationsController#callback as HTML
|
1181
|
-
Parameters: {"code"=>"171d1502078fae43baf07275eef96eecc47cccb58ed43b0ad953f7d2d6ac233f"}
|
1182
|
-
Authenticating with gds_sso strategy
|
1183
|
-
Redirected to http://www.example-client.com/restricted
|
1184
|
-
Completed 302 Found in 1ms
|
1185
|
-
|
1186
|
-
|
1187
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 17:11:36 +0000
|
1188
|
-
Processing by ExampleController#restricted as HTML
|
1189
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
1190
|
-
|
1191
|
-
|
1192
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 17:11:36 +0000
|
1193
|
-
Processing by ExampleController#restricted as HTML
|
1194
|
-
Authenticating with gds_sso strategy
|
1195
|
-
Completed in 0ms
|
1196
|
-
|
1197
|
-
|
1198
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-26 17:11:36 +0000
|
1199
|
-
|
1200
|
-
|
1201
|
-
Started GET "/auth/gds/callback?code=a36dd7ffa0a96689e0ab4ca8507eb70a64d58c43e4df8fa310bd40d8d98d0a96" for 127.0.0.1 at 2012-04-26 17:11:36 +0000
|
1202
|
-
Processing by AuthenticationsController#callback as HTML
|
1203
|
-
Parameters: {"code"=>"a36dd7ffa0a96689e0ab4ca8507eb70a64d58c43e4df8fa310bd40d8d98d0a96"}
|
1204
|
-
Authenticating with gds_sso strategy
|
1205
|
-
Redirected to http://www.example-client.com/restricted
|
1206
|
-
Completed 302 Found in 1ms
|
1207
|
-
|
1208
|
-
|
1209
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 17:11:36 +0000
|
1210
|
-
Processing by ExampleController#restricted as HTML
|
1211
|
-
Completed 200 OK in 1ms (Views: 0.3ms)
|
1212
|
-
|
1213
|
-
|
1214
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 17:11:36 +0000
|
1215
|
-
Processing by ExampleController#restricted as JSON
|
1216
|
-
Authenticating with gds_sso_api_access strategy
|
1217
|
-
Completed in 57ms
|
1218
|
-
|
1219
|
-
|
1220
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-04-26 17:11:36 +0000
|
1221
|
-
Processing by ExampleController#restricted as JSON
|
1222
|
-
Authenticating with gds_sso_api_access strategy
|
1223
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
1224
|
-
|
1225
|
-
|
1226
|
-
Started GET "/" for 127.0.0.1 at 2012-05-11 15:58:33 +0000
|
1227
|
-
Processing by ExampleController#index as HTML
|
1228
|
-
Rendered text template (0.0ms)
|
1229
|
-
Completed 200 OK in 45ms (Views: 44.9ms)
|
1230
|
-
|
1231
|
-
|
1232
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-05-11 15:58:33 +0000
|
1233
|
-
Processing by ExampleController#restricted as HTML
|
1234
|
-
Authenticating with gds_sso strategy
|
1235
|
-
Completed in 1ms
|
1236
|
-
|
1237
|
-
|
1238
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-05-11 15:58:33 +0000
|
1239
|
-
|
1240
|
-
|
1241
|
-
Started GET "/auth/gds/callback?code=6QiF67hWOAlUSfM36H09bxnzeiotAi8WStJ7OpcVyup51ZBN" for 127.0.0.1 at 2012-05-11 15:58:34 +0000
|
1242
|
-
Processing by AuthenticationsController#callback as HTML
|
1243
|
-
Parameters: {"code"=>"6QiF67hWOAlUSfM36H09bxnzeiotAi8WStJ7OpcVyup51ZBN"}
|
1244
|
-
Authenticating with gds_sso strategy
|
1245
|
-
Redirected to http://www.example-client.com/restricted
|
1246
|
-
Completed 302 Found in 1ms
|
1247
|
-
|
1248
|
-
|
1249
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-05-11 15:58:34 +0000
|
1250
|
-
Processing by ExampleController#restricted as HTML
|
1251
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
1252
|
-
|
1253
|
-
|
1254
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-05-11 15:58:34 +0000
|
1255
|
-
Processing by ExampleController#restricted as HTML
|
1256
|
-
Authenticating with gds_sso strategy
|
1257
|
-
Completed in 0ms
|
1258
|
-
|
1259
|
-
|
1260
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-05-11 15:58:34 +0000
|
1261
|
-
|
1262
|
-
|
1263
|
-
Started GET "/auth/gds/callback?code=eSErXE8nJrGYPNT3NwJ4erPqAMmrbY6fCDOWyqsCbPusjD4I" for 127.0.0.1 at 2012-05-11 15:58:34 +0000
|
1264
|
-
Processing by AuthenticationsController#callback as HTML
|
1265
|
-
Parameters: {"code"=>"eSErXE8nJrGYPNT3NwJ4erPqAMmrbY6fCDOWyqsCbPusjD4I"}
|
1266
|
-
Authenticating with gds_sso strategy
|
1267
|
-
Redirected to http://www.example-client.com/restricted
|
1268
|
-
Completed 302 Found in 1ms
|
1269
|
-
|
1270
|
-
|
1271
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-05-11 15:58:34 +0000
|
1272
|
-
Processing by ExampleController#restricted as HTML
|
1273
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
1274
|
-
|
1275
|
-
|
1276
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-05-11 15:58:34 +0000
|
1277
|
-
Processing by ExampleController#restricted as HTML
|
1278
|
-
Authenticating with gds_sso strategy
|
1279
|
-
Completed in 0ms
|
1280
|
-
|
1281
|
-
|
1282
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-05-11 15:58:34 +0000
|
1283
|
-
|
1284
|
-
|
1285
|
-
Started GET "/auth/gds/callback?code=9K5U6ydpkKjGfjWaM2DyEBRniFWl4LUFSFtQEUBDudCxznsP" for 127.0.0.1 at 2012-05-11 15:58:34 +0000
|
1286
|
-
Processing by AuthenticationsController#callback as HTML
|
1287
|
-
Parameters: {"code"=>"9K5U6ydpkKjGfjWaM2DyEBRniFWl4LUFSFtQEUBDudCxznsP"}
|
1288
|
-
Authenticating with gds_sso strategy
|
1289
|
-
Redirected to http://www.example-client.com/restricted
|
1290
|
-
Completed 302 Found in 1ms
|
1291
|
-
|
1292
|
-
|
1293
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-05-11 15:58:34 +0000
|
1294
|
-
Processing by ExampleController#restricted as HTML
|
1295
|
-
Completed 200 OK in 1ms (Views: 0.4ms)
|
1296
|
-
|
1297
|
-
|
1298
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-05-11 15:58:34 +0000
|
1299
|
-
Processing by ExampleController#restricted as JSON
|
1300
|
-
Authenticating with gds_sso_api_access strategy
|
1301
|
-
Completed in 57ms
|
1302
|
-
|
1303
|
-
|
1304
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-05-11 15:58:35 +0000
|
1305
|
-
Processing by ExampleController#restricted as JSON
|
1306
|
-
Authenticating with gds_sso_api_access strategy
|
1307
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
1308
|
-
|
1309
|
-
|
1310
|
-
Started GET "/" for 127.0.0.1 at 2012-05-11 15:59:00 +0000
|
1311
|
-
Processing by ExampleController#index as HTML
|
1312
|
-
Rendered text template (0.0ms)
|
1313
|
-
Completed 200 OK in 49ms (Views: 48.5ms)
|
1314
|
-
|
1315
|
-
|
1316
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-05-11 15:59:00 +0000
|
1317
|
-
Processing by ExampleController#restricted as HTML
|
1318
|
-
Authenticating with gds_sso strategy
|
1319
|
-
Completed in 1ms
|
1320
|
-
|
1321
|
-
|
1322
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-05-11 15:59:00 +0000
|
1323
|
-
|
1324
|
-
|
1325
|
-
Started GET "/auth/gds/callback?code=5dc1ed8846796b06de9bde9c6db0caffd450c3e287721f55d5e992ce9a662bf5" for 127.0.0.1 at 2012-05-11 15:59:01 +0000
|
1326
|
-
Processing by AuthenticationsController#callback as HTML
|
1327
|
-
Parameters: {"code"=>"5dc1ed8846796b06de9bde9c6db0caffd450c3e287721f55d5e992ce9a662bf5"}
|
1328
|
-
Authenticating with gds_sso strategy
|
1329
|
-
Redirected to http://www.example-client.com/restricted
|
1330
|
-
Completed 302 Found in 1ms
|
1331
|
-
|
1332
|
-
|
1333
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-05-11 15:59:01 +0000
|
1334
|
-
Processing by ExampleController#restricted as HTML
|
1335
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
1336
|
-
|
1337
|
-
|
1338
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-05-11 15:59:01 +0000
|
1339
|
-
Processing by ExampleController#restricted as HTML
|
1340
|
-
Authenticating with gds_sso strategy
|
1341
|
-
Completed in 0ms
|
1342
|
-
|
1343
|
-
|
1344
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-05-11 15:59:01 +0000
|
1345
|
-
|
1346
|
-
|
1347
|
-
Started GET "/auth/gds/callback?code=a52df0646c53713c4ab8360cbf343a85513d267f0ff8b42bcf2e323e9e0f7a86" for 127.0.0.1 at 2012-05-11 15:59:01 +0000
|
1348
|
-
Processing by AuthenticationsController#callback as HTML
|
1349
|
-
Parameters: {"code"=>"a52df0646c53713c4ab8360cbf343a85513d267f0ff8b42bcf2e323e9e0f7a86"}
|
1350
|
-
Authenticating with gds_sso strategy
|
1351
|
-
Redirected to http://www.example-client.com/restricted
|
1352
|
-
Completed 302 Found in 1ms
|
1353
|
-
|
1354
|
-
|
1355
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-05-11 15:59:01 +0000
|
1356
|
-
Processing by ExampleController#restricted as HTML
|
1357
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
1358
|
-
|
1359
|
-
|
1360
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-05-11 15:59:01 +0000
|
1361
|
-
Processing by ExampleController#restricted as HTML
|
1362
|
-
Authenticating with gds_sso strategy
|
1363
|
-
Completed in 0ms
|
1364
|
-
|
1365
|
-
|
1366
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-05-11 15:59:01 +0000
|
1367
|
-
|
1368
|
-
|
1369
|
-
Started GET "/auth/gds/callback?code=8679ef0018f00fe81d9d065ce9ecab8aa405b8edf184dd704b8eeb1cdd35ff04" for 127.0.0.1 at 2012-05-11 15:59:02 +0000
|
1370
|
-
Processing by AuthenticationsController#callback as HTML
|
1371
|
-
Parameters: {"code"=>"8679ef0018f00fe81d9d065ce9ecab8aa405b8edf184dd704b8eeb1cdd35ff04"}
|
1372
|
-
Authenticating with gds_sso strategy
|
1373
|
-
Redirected to http://www.example-client.com/restricted
|
1374
|
-
Completed 302 Found in 1ms
|
1375
|
-
|
1376
|
-
|
1377
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-05-11 15:59:02 +0000
|
1378
|
-
Processing by ExampleController#restricted as HTML
|
1379
|
-
Completed 200 OK in 1ms (Views: 0.3ms)
|
1380
|
-
|
1381
|
-
|
1382
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-05-11 15:59:02 +0000
|
1383
|
-
Processing by ExampleController#restricted as JSON
|
1384
|
-
Authenticating with gds_sso_api_access strategy
|
1385
|
-
Completed in 58ms
|
1386
|
-
|
1387
|
-
|
1388
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-05-11 15:59:02 +0000
|
1389
|
-
Processing by ExampleController#restricted as JSON
|
1390
|
-
Authenticating with gds_sso_api_access strategy
|
1391
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
1392
|
-
|
1393
|
-
|
1394
|
-
Started GET "/" for 127.0.0.1 at 2012-06-11 16:13:57 +0000
|
1395
|
-
Processing by ExampleController#index as HTML
|
1396
|
-
Rendered text template (0.0ms)
|
1397
|
-
Completed 200 OK in 48ms (Views: 47.5ms)
|
1398
|
-
|
1399
|
-
|
1400
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-11 16:13:58 +0000
|
1401
|
-
Processing by ExampleController#restricted as HTML
|
1402
|
-
Authenticating with gds_sso strategy
|
1403
|
-
Completed in 1ms
|
1404
|
-
|
1405
|
-
|
1406
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-11 16:13:58 +0000
|
1407
|
-
|
1408
|
-
|
1409
|
-
Started GET "/auth/gds/callback?code=p73LMkRgOXEF8ErideRXIEK6EnHPPkoCFopUg65tMpng51lb" for 127.0.0.1 at 2012-06-11 16:13:59 +0000
|
1410
|
-
Processing by AuthenticationsController#callback as HTML
|
1411
|
-
Parameters: {"code"=>"p73LMkRgOXEF8ErideRXIEK6EnHPPkoCFopUg65tMpng51lb"}
|
1412
|
-
Authenticating with gds_sso strategy
|
1413
|
-
Redirected to http://www.example-client.com/restricted
|
1414
|
-
Completed 302 Found in 1ms
|
1415
|
-
|
1416
|
-
|
1417
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-11 16:13:59 +0000
|
1418
|
-
Processing by ExampleController#restricted as HTML
|
1419
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
1420
|
-
|
1421
|
-
|
1422
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-11 16:13:59 +0000
|
1423
|
-
Processing by ExampleController#restricted as HTML
|
1424
|
-
Authenticating with gds_sso strategy
|
1425
|
-
Completed in 0ms
|
1426
|
-
|
1427
|
-
|
1428
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-11 16:13:59 +0000
|
1429
|
-
|
1430
|
-
|
1431
|
-
Started GET "/auth/gds/callback?code=1QYBpw8JIMJ4IxPWKwOnx3g2WVN62Sl89CQsBUYOwopsYuXX" for 127.0.0.1 at 2012-06-11 16:13:59 +0000
|
1432
|
-
Processing by AuthenticationsController#callback as HTML
|
1433
|
-
Parameters: {"code"=>"1QYBpw8JIMJ4IxPWKwOnx3g2WVN62Sl89CQsBUYOwopsYuXX"}
|
1434
|
-
Authenticating with gds_sso strategy
|
1435
|
-
Redirected to http://www.example-client.com/restricted
|
1436
|
-
Completed 302 Found in 1ms
|
1437
|
-
|
1438
|
-
|
1439
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-11 16:13:59 +0000
|
1440
|
-
Processing by ExampleController#restricted as HTML
|
1441
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
1442
|
-
|
1443
|
-
|
1444
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-11 16:13:59 +0000
|
1445
|
-
Processing by ExampleController#restricted as HTML
|
1446
|
-
Authenticating with gds_sso strategy
|
1447
|
-
Completed in 0ms
|
1448
|
-
|
1449
|
-
|
1450
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-11 16:13:59 +0000
|
1451
|
-
|
1452
|
-
|
1453
|
-
Started GET "/auth/gds/callback?code=VPCSnPRSAac6iZp9Wbrpae83Gw15fjc0N0u08MFBToGSTtCv" for 127.0.0.1 at 2012-06-11 16:13:59 +0000
|
1454
|
-
Processing by AuthenticationsController#callback as HTML
|
1455
|
-
Parameters: {"code"=>"VPCSnPRSAac6iZp9Wbrpae83Gw15fjc0N0u08MFBToGSTtCv"}
|
1456
|
-
Authenticating with gds_sso strategy
|
1457
|
-
Redirected to http://www.example-client.com/restricted
|
1458
|
-
Completed 302 Found in 1ms
|
1459
|
-
|
1460
|
-
|
1461
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-11 16:13:59 +0000
|
1462
|
-
Processing by ExampleController#restricted as HTML
|
1463
|
-
Completed 200 OK in 1ms (Views: 0.4ms)
|
1464
|
-
|
1465
|
-
|
1466
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-11 16:13:59 +0000
|
1467
|
-
Processing by ExampleController#restricted as JSON
|
1468
|
-
Authenticating with gds_sso_api_access strategy
|
1469
|
-
Completed in 69ms
|
1470
|
-
|
1471
|
-
|
1472
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-11 16:13:59 +0000
|
1473
|
-
Processing by ExampleController#restricted as JSON
|
1474
|
-
Authenticating with gds_sso_api_access strategy
|
1475
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
1476
|
-
|
1477
|
-
|
1478
|
-
Started GET "/" for 127.0.0.1 at 2012-06-11 16:14:34 +0000
|
1479
|
-
Processing by ExampleController#index as HTML
|
1480
|
-
Rendered text template (0.0ms)
|
1481
|
-
Completed 200 OK in 48ms (Views: 47.8ms)
|
1482
|
-
|
1483
|
-
|
1484
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-11 16:14:35 +0000
|
1485
|
-
Processing by ExampleController#restricted as HTML
|
1486
|
-
Authenticating with gds_sso strategy
|
1487
|
-
Completed in 1ms
|
1488
|
-
|
1489
|
-
|
1490
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-11 16:14:35 +0000
|
1491
|
-
|
1492
|
-
|
1493
|
-
Started GET "/auth/gds/callback?code=7e49b29c459a8f21d98adeb9d257a4d87928bf1fab1da079ee6b15355f9f6a1d" for 127.0.0.1 at 2012-06-11 16:14:36 +0000
|
1494
|
-
Processing by AuthenticationsController#callback as HTML
|
1495
|
-
Parameters: {"code"=>"7e49b29c459a8f21d98adeb9d257a4d87928bf1fab1da079ee6b15355f9f6a1d"}
|
1496
|
-
Authenticating with gds_sso strategy
|
1497
|
-
Redirected to http://www.example-client.com/restricted
|
1498
|
-
Completed 302 Found in 1ms
|
1499
|
-
|
1500
|
-
|
1501
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-11 16:14:36 +0000
|
1502
|
-
Processing by ExampleController#restricted as HTML
|
1503
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
1504
|
-
|
1505
|
-
|
1506
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-11 16:14:36 +0000
|
1507
|
-
Processing by ExampleController#restricted as HTML
|
1508
|
-
Authenticating with gds_sso strategy
|
1509
|
-
Completed in 0ms
|
1510
|
-
|
1511
|
-
|
1512
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-11 16:14:36 +0000
|
1513
|
-
|
1514
|
-
|
1515
|
-
Started GET "/auth/gds/callback?code=a379d659afad615d0c8f53618942cf7ec5745c9807dd56f74bf8299720f33017" for 127.0.0.1 at 2012-06-11 16:14:36 +0000
|
1516
|
-
Processing by AuthenticationsController#callback as HTML
|
1517
|
-
Parameters: {"code"=>"a379d659afad615d0c8f53618942cf7ec5745c9807dd56f74bf8299720f33017"}
|
1518
|
-
Authenticating with gds_sso strategy
|
1519
|
-
Redirected to http://www.example-client.com/restricted
|
1520
|
-
Completed 302 Found in 1ms
|
1521
|
-
|
1522
|
-
|
1523
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-11 16:14:36 +0000
|
1524
|
-
Processing by ExampleController#restricted as HTML
|
1525
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
1526
|
-
|
1527
|
-
|
1528
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-11 16:14:36 +0000
|
1529
|
-
Processing by ExampleController#restricted as HTML
|
1530
|
-
Authenticating with gds_sso strategy
|
1531
|
-
Completed in 0ms
|
1532
|
-
|
1533
|
-
|
1534
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-11 16:14:36 +0000
|
1535
|
-
|
1536
|
-
|
1537
|
-
Started GET "/auth/gds/callback?code=0c262328cc615d4c88e4e2435e9ee63a5502f4baa8f80438a07ecf1ed57c1eed" for 127.0.0.1 at 2012-06-11 16:14:36 +0000
|
1538
|
-
Processing by AuthenticationsController#callback as HTML
|
1539
|
-
Parameters: {"code"=>"0c262328cc615d4c88e4e2435e9ee63a5502f4baa8f80438a07ecf1ed57c1eed"}
|
1540
|
-
Authenticating with gds_sso strategy
|
1541
|
-
Redirected to http://www.example-client.com/restricted
|
1542
|
-
Completed 302 Found in 1ms
|
1543
|
-
|
1544
|
-
|
1545
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-11 16:14:36 +0000
|
1546
|
-
Processing by ExampleController#restricted as HTML
|
1547
|
-
Completed 200 OK in 1ms (Views: 0.3ms)
|
1548
|
-
|
1549
|
-
|
1550
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-11 16:14:36 +0000
|
1551
|
-
Processing by ExampleController#restricted as JSON
|
1552
|
-
Authenticating with gds_sso_api_access strategy
|
1553
|
-
Completed in 57ms
|
1554
|
-
|
1555
|
-
|
1556
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-11 16:14:36 +0000
|
1557
|
-
Processing by ExampleController#restricted as JSON
|
1558
|
-
Authenticating with gds_sso_api_access strategy
|
1559
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
1560
|
-
|
1561
|
-
|
1562
|
-
Started GET "/" for 127.0.0.1 at 2012-06-12 15:18:24 +0000
|
1563
|
-
Processing by ExampleController#index as HTML
|
1564
|
-
Rendered text template (0.0ms)
|
1565
|
-
Completed 200 OK in 48ms (Views: 47.8ms)
|
1566
|
-
|
1567
|
-
|
1568
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-12 15:18:25 +0000
|
1569
|
-
Processing by ExampleController#restricted as HTML
|
1570
|
-
Authenticating with gds_sso strategy
|
1571
|
-
Completed in 89ms
|
1572
|
-
|
1573
|
-
|
1574
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-12 15:18:25 +0000
|
1575
|
-
|
1576
|
-
|
1577
|
-
Started GET "/auth/gds/callback?code=I9YRVyM5xAFBIWdzgJXzFdp0m393iBveFAfEqAlXrsYwl1Bd" for 127.0.0.1 at 2012-06-12 15:18:26 +0000
|
1578
|
-
Processing by AuthenticationsController#callback as HTML
|
1579
|
-
Parameters: {"code"=>"I9YRVyM5xAFBIWdzgJXzFdp0m393iBveFAfEqAlXrsYwl1Bd"}
|
1580
|
-
Authenticating with gds_sso strategy
|
1581
|
-
Redirected to http://www.example-client.com/restricted
|
1582
|
-
Completed 302 Found in 1ms
|
1583
|
-
|
1584
|
-
|
1585
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-12 15:18:26 +0000
|
1586
|
-
Processing by ExampleController#restricted as HTML
|
1587
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
1588
|
-
|
1589
|
-
|
1590
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-12 15:18:26 +0000
|
1591
|
-
Processing by ExampleController#restricted as HTML
|
1592
|
-
Authenticating with gds_sso strategy
|
1593
|
-
Completed in 0ms
|
1594
|
-
|
1595
|
-
|
1596
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-12 15:18:26 +0000
|
1597
|
-
|
1598
|
-
|
1599
|
-
Started GET "/auth/gds/callback?code=hrttBREqJ5jCLBLwSiBEDmCKakeyZsHtbxpCDzcfC2Lk6FpI" for 127.0.0.1 at 2012-06-12 15:18:26 +0000
|
1600
|
-
Processing by AuthenticationsController#callback as HTML
|
1601
|
-
Parameters: {"code"=>"hrttBREqJ5jCLBLwSiBEDmCKakeyZsHtbxpCDzcfC2Lk6FpI"}
|
1602
|
-
Authenticating with gds_sso strategy
|
1603
|
-
Redirected to http://www.example-client.com/restricted
|
1604
|
-
Completed 302 Found in 1ms
|
1605
|
-
|
1606
|
-
|
1607
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-12 15:18:26 +0000
|
1608
|
-
Processing by ExampleController#restricted as HTML
|
1609
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
1610
|
-
|
1611
|
-
|
1612
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-12 15:18:26 +0000
|
1613
|
-
Processing by ExampleController#restricted as HTML
|
1614
|
-
Authenticating with gds_sso strategy
|
1615
|
-
Completed in 0ms
|
1616
|
-
|
1617
|
-
|
1618
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-12 15:18:26 +0000
|
1619
|
-
|
1620
|
-
|
1621
|
-
Started GET "/auth/gds/callback?code=mc9tvDPRt34yjVFlxzpW1YeypbgXVYHwDDBHub84G2ZjNCBh" for 127.0.0.1 at 2012-06-12 15:18:26 +0000
|
1622
|
-
Processing by AuthenticationsController#callback as HTML
|
1623
|
-
Parameters: {"code"=>"mc9tvDPRt34yjVFlxzpW1YeypbgXVYHwDDBHub84G2ZjNCBh"}
|
1624
|
-
Authenticating with gds_sso strategy
|
1625
|
-
Redirected to http://www.example-client.com/restricted
|
1626
|
-
Completed 302 Found in 1ms
|
1627
|
-
|
1628
|
-
|
1629
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-12 15:18:26 +0000
|
1630
|
-
Processing by ExampleController#restricted as HTML
|
1631
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
1632
|
-
|
1633
|
-
|
1634
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-12 15:18:26 +0000
|
1635
|
-
Processing by ExampleController#restricted as JSON
|
1636
|
-
Authenticating with gds_sso_api_access strategy
|
1637
|
-
Completed in 14ms
|
1638
|
-
|
1639
|
-
|
1640
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-12 15:18:27 +0000
|
1641
|
-
Processing by ExampleController#restricted as JSON
|
1642
|
-
Authenticating with gds_sso_api_access strategy
|
1643
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
1644
|
-
|
1645
|
-
|
1646
|
-
Started GET "/" for 127.0.0.1 at 2012-06-12 15:18:56 +0000
|
1647
|
-
Processing by ExampleController#index as HTML
|
1648
|
-
Rendered text template (0.0ms)
|
1649
|
-
Completed 200 OK in 49ms (Views: 48.2ms)
|
1650
|
-
|
1651
|
-
|
1652
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-12 15:18:57 +0000
|
1653
|
-
Processing by ExampleController#restricted as HTML
|
1654
|
-
Authenticating with gds_sso strategy
|
1655
|
-
Completed in 56ms
|
1656
|
-
|
1657
|
-
|
1658
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-12 15:18:57 +0000
|
1659
|
-
|
1660
|
-
|
1661
|
-
Started GET "/auth/gds/callback?code=69abba163874fae835038e580701ba8f309d1b701c275e715f3b83c0046dcd26" for 127.0.0.1 at 2012-06-12 15:18:57 +0000
|
1662
|
-
Processing by AuthenticationsController#callback as HTML
|
1663
|
-
Parameters: {"code"=>"69abba163874fae835038e580701ba8f309d1b701c275e715f3b83c0046dcd26"}
|
1664
|
-
Authenticating with gds_sso strategy
|
1665
|
-
Redirected to http://www.example-client.com/restricted
|
1666
|
-
Completed 302 Found in 1ms
|
1667
|
-
|
1668
|
-
|
1669
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-12 15:18:58 +0000
|
1670
|
-
Processing by ExampleController#restricted as HTML
|
1671
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
1672
|
-
|
1673
|
-
|
1674
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-12 15:18:58 +0000
|
1675
|
-
Processing by ExampleController#restricted as HTML
|
1676
|
-
Authenticating with gds_sso strategy
|
1677
|
-
Completed in 0ms
|
1678
|
-
|
1679
|
-
|
1680
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-12 15:18:58 +0000
|
1681
|
-
|
1682
|
-
|
1683
|
-
Started GET "/auth/gds/callback?code=cce3e9f06747fcfc99186a68f9dbf912524d7a187e75de000f7f69a03658ace2" for 127.0.0.1 at 2012-06-12 15:18:58 +0000
|
1684
|
-
Processing by AuthenticationsController#callback as HTML
|
1685
|
-
Parameters: {"code"=>"cce3e9f06747fcfc99186a68f9dbf912524d7a187e75de000f7f69a03658ace2"}
|
1686
|
-
Authenticating with gds_sso strategy
|
1687
|
-
Redirected to http://www.example-client.com/restricted
|
1688
|
-
Completed 302 Found in 1ms
|
1689
|
-
|
1690
|
-
|
1691
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-12 15:18:58 +0000
|
1692
|
-
Processing by ExampleController#restricted as HTML
|
1693
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
1694
|
-
|
1695
|
-
|
1696
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-12 15:18:58 +0000
|
1697
|
-
Processing by ExampleController#restricted as HTML
|
1698
|
-
Authenticating with gds_sso strategy
|
1699
|
-
Completed in 0ms
|
1700
|
-
|
1701
|
-
|
1702
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-12 15:18:58 +0000
|
1703
|
-
|
1704
|
-
|
1705
|
-
Started GET "/auth/gds/callback?code=a60940acfd9e76e7cedc9d07cf00ddf37fc47b1b38e9f8bc15939cebc09b4a1e" for 127.0.0.1 at 2012-06-12 15:18:58 +0000
|
1706
|
-
Processing by AuthenticationsController#callback as HTML
|
1707
|
-
Parameters: {"code"=>"a60940acfd9e76e7cedc9d07cf00ddf37fc47b1b38e9f8bc15939cebc09b4a1e"}
|
1708
|
-
Authenticating with gds_sso strategy
|
1709
|
-
Redirected to http://www.example-client.com/restricted
|
1710
|
-
Completed 302 Found in 1ms
|
1711
|
-
|
1712
|
-
|
1713
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-12 15:18:58 +0000
|
1714
|
-
Processing by ExampleController#restricted as HTML
|
1715
|
-
Completed 200 OK in 1ms (Views: 0.3ms)
|
1716
|
-
|
1717
|
-
|
1718
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-12 15:18:58 +0000
|
1719
|
-
Processing by ExampleController#restricted as JSON
|
1720
|
-
Authenticating with gds_sso_api_access strategy
|
1721
|
-
Completed in 12ms
|
1722
|
-
|
1723
|
-
|
1724
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-12 15:18:58 +0000
|
1725
|
-
Processing by ExampleController#restricted as JSON
|
1726
|
-
Authenticating with gds_sso_api_access strategy
|
1727
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
1728
|
-
|
1729
|
-
|
1730
|
-
Started GET "/" for 127.0.0.1 at 2012-06-14 15:19:20 +0000
|
1731
|
-
Processing by ExampleController#index as HTML
|
1732
|
-
Rendered text template (0.0ms)
|
1733
|
-
Completed 200 OK in 48ms (Views: 47.9ms)
|
1734
|
-
|
1735
|
-
|
1736
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-14 15:19:20 +0000
|
1737
|
-
Processing by ExampleController#restricted as HTML
|
1738
|
-
Authenticating with gds_sso strategy
|
1739
|
-
Completed in 55ms
|
1740
|
-
|
1741
|
-
|
1742
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-14 15:19:21 +0000
|
1743
|
-
|
1744
|
-
|
1745
|
-
Started GET "/auth/gds/callback?code=3X9gxCoo1mdLjmIAGLUYXi53DmrLJvQMZr7LpNsUnBP40D6D" for 127.0.0.1 at 2012-06-14 15:19:21 +0000
|
1746
|
-
Processing by AuthenticationsController#callback as HTML
|
1747
|
-
Parameters: {"code"=>"3X9gxCoo1mdLjmIAGLUYXi53DmrLJvQMZr7LpNsUnBP40D6D"}
|
1748
|
-
Authenticating with gds_sso strategy
|
1749
|
-
Redirected to http://www.example-client.com/restricted
|
1750
|
-
Completed 302 Found in 1ms
|
1751
|
-
|
1752
|
-
|
1753
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-14 15:19:22 +0000
|
1754
|
-
Processing by ExampleController#restricted as HTML
|
1755
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
1756
|
-
|
1757
|
-
|
1758
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-14 15:19:22 +0000
|
1759
|
-
Processing by ExampleController#restricted as HTML
|
1760
|
-
Authenticating with gds_sso strategy
|
1761
|
-
Completed in 0ms
|
1762
|
-
|
1763
|
-
|
1764
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-14 15:19:22 +0000
|
1765
|
-
|
1766
|
-
|
1767
|
-
Started GET "/auth/gds/callback?code=7ssiO5k4uoxn3ATRiEXLVwyAGuKbBUBY1zH8yiVx5NE0tWWL" for 127.0.0.1 at 2012-06-14 15:19:22 +0000
|
1768
|
-
Processing by AuthenticationsController#callback as HTML
|
1769
|
-
Parameters: {"code"=>"7ssiO5k4uoxn3ATRiEXLVwyAGuKbBUBY1zH8yiVx5NE0tWWL"}
|
1770
|
-
Authenticating with gds_sso strategy
|
1771
|
-
Redirected to http://www.example-client.com/restricted
|
1772
|
-
Completed 302 Found in 1ms
|
1773
|
-
|
1774
|
-
|
1775
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-14 15:19:22 +0000
|
1776
|
-
Processing by ExampleController#restricted as HTML
|
1777
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
1778
|
-
|
1779
|
-
|
1780
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-14 15:19:22 +0000
|
1781
|
-
Processing by ExampleController#restricted as HTML
|
1782
|
-
Authenticating with gds_sso strategy
|
1783
|
-
Completed in 0ms
|
1784
|
-
|
1785
|
-
|
1786
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-14 15:19:22 +0000
|
1787
|
-
|
1788
|
-
|
1789
|
-
Started GET "/auth/gds/callback?code=vqxBHSpDRQB8aXNWxz4XuZSKGiDn7TeoT8BtjrOdiR3T2enX" for 127.0.0.1 at 2012-06-14 15:19:22 +0000
|
1790
|
-
Processing by AuthenticationsController#callback as HTML
|
1791
|
-
Parameters: {"code"=>"vqxBHSpDRQB8aXNWxz4XuZSKGiDn7TeoT8BtjrOdiR3T2enX"}
|
1792
|
-
Authenticating with gds_sso strategy
|
1793
|
-
Redirected to http://www.example-client.com/restricted
|
1794
|
-
Completed 302 Found in 1ms
|
1795
|
-
|
1796
|
-
|
1797
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-14 15:19:22 +0000
|
1798
|
-
Processing by ExampleController#restricted as HTML
|
1799
|
-
Completed 200 OK in 1ms (Views: 0.3ms)
|
1800
|
-
|
1801
|
-
|
1802
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-14 15:19:22 +0000
|
1803
|
-
Processing by ExampleController#restricted as JSON
|
1804
|
-
Authenticating with gds_sso_api_access strategy
|
1805
|
-
Completed in 32ms
|
1806
|
-
|
1807
|
-
|
1808
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-14 15:19:22 +0000
|
1809
|
-
Processing by ExampleController#restricted as JSON
|
1810
|
-
Authenticating with gds_sso_api_access strategy
|
1811
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
1812
|
-
|
1813
|
-
|
1814
|
-
Started GET "/" for 127.0.0.1 at 2012-06-14 15:20:01 +0000
|
1815
|
-
Processing by ExampleController#index as HTML
|
1816
|
-
Rendered text template (0.0ms)
|
1817
|
-
Completed 200 OK in 46ms (Views: 45.4ms)
|
1818
|
-
|
1819
|
-
|
1820
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-14 15:20:01 +0000
|
1821
|
-
Processing by ExampleController#restricted as HTML
|
1822
|
-
Authenticating with gds_sso strategy
|
1823
|
-
Completed in 56ms
|
1824
|
-
|
1825
|
-
|
1826
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-14 15:20:01 +0000
|
1827
|
-
|
1828
|
-
|
1829
|
-
Started GET "/auth/gds/callback?code=d920cd289e61160ef8333ea385bb435a01bd160b06cd5ffa6d3bd8ec763bce88" for 127.0.0.1 at 2012-06-14 15:20:02 +0000
|
1830
|
-
Processing by AuthenticationsController#callback as HTML
|
1831
|
-
Parameters: {"code"=>"d920cd289e61160ef8333ea385bb435a01bd160b06cd5ffa6d3bd8ec763bce88"}
|
1832
|
-
Authenticating with gds_sso strategy
|
1833
|
-
Redirected to http://www.example-client.com/restricted
|
1834
|
-
Completed 302 Found in 1ms
|
1835
|
-
|
1836
|
-
|
1837
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-14 15:20:02 +0000
|
1838
|
-
Processing by ExampleController#restricted as HTML
|
1839
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
1840
|
-
|
1841
|
-
|
1842
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-14 15:20:02 +0000
|
1843
|
-
Processing by ExampleController#restricted as HTML
|
1844
|
-
Authenticating with gds_sso strategy
|
1845
|
-
Completed in 0ms
|
1846
|
-
|
1847
|
-
|
1848
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-14 15:20:02 +0000
|
1849
|
-
|
1850
|
-
|
1851
|
-
Started GET "/auth/gds/callback?code=2b3f0cd0044671101c4d8c13ae636a8f5d85f809927ada683e4c401db0a519d2" for 127.0.0.1 at 2012-06-14 15:20:03 +0000
|
1852
|
-
Processing by AuthenticationsController#callback as HTML
|
1853
|
-
Parameters: {"code"=>"2b3f0cd0044671101c4d8c13ae636a8f5d85f809927ada683e4c401db0a519d2"}
|
1854
|
-
Authenticating with gds_sso strategy
|
1855
|
-
Redirected to http://www.example-client.com/restricted
|
1856
|
-
Completed 302 Found in 1ms
|
1857
|
-
|
1858
|
-
|
1859
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-14 15:20:03 +0000
|
1860
|
-
Processing by ExampleController#restricted as HTML
|
1861
|
-
Completed 200 OK in 1ms (Views: 0.7ms)
|
1862
|
-
|
1863
|
-
|
1864
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-14 15:20:03 +0000
|
1865
|
-
Processing by ExampleController#restricted as HTML
|
1866
|
-
Authenticating with gds_sso strategy
|
1867
|
-
Completed in 0ms
|
1868
|
-
|
1869
|
-
|
1870
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-14 15:20:03 +0000
|
1871
|
-
|
1872
|
-
|
1873
|
-
Started GET "/auth/gds/callback?code=60b650e78f074bb9cf48e31b1e4b328057eb32bcf8a34d3b809e847816e05522" for 127.0.0.1 at 2012-06-14 15:20:03 +0000
|
1874
|
-
Processing by AuthenticationsController#callback as HTML
|
1875
|
-
Parameters: {"code"=>"60b650e78f074bb9cf48e31b1e4b328057eb32bcf8a34d3b809e847816e05522"}
|
1876
|
-
Authenticating with gds_sso strategy
|
1877
|
-
Redirected to http://www.example-client.com/restricted
|
1878
|
-
Completed 302 Found in 1ms
|
1879
|
-
|
1880
|
-
|
1881
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-14 15:20:03 +0000
|
1882
|
-
Processing by ExampleController#restricted as HTML
|
1883
|
-
Completed 200 OK in 1ms (Views: 0.3ms)
|
1884
|
-
|
1885
|
-
|
1886
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-14 15:20:03 +0000
|
1887
|
-
Processing by ExampleController#restricted as JSON
|
1888
|
-
Authenticating with gds_sso_api_access strategy
|
1889
|
-
Completed in 11ms
|
1890
|
-
|
1891
|
-
|
1892
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-14 15:20:03 +0000
|
1893
|
-
Processing by ExampleController#restricted as JSON
|
1894
|
-
Authenticating with gds_sso_api_access strategy
|
1895
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
1896
|
-
|
1897
|
-
|
1898
|
-
Started GET "/" for 127.0.0.1 at 2012-06-15 09:29:24 +0000
|
1899
|
-
Processing by ExampleController#index as HTML
|
1900
|
-
Rendered text template (0.0ms)
|
1901
|
-
Completed 200 OK in 49ms (Views: 48.3ms)
|
1902
|
-
|
1903
|
-
|
1904
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-15 09:29:24 +0000
|
1905
|
-
Processing by ExampleController#restricted as HTML
|
1906
|
-
Authenticating with gds_sso strategy
|
1907
|
-
Completed in 56ms
|
1908
|
-
|
1909
|
-
|
1910
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-15 09:29:24 +0000
|
1911
|
-
|
1912
|
-
|
1913
|
-
Started GET "/auth/gds/callback?code=9c40ca92c39c3338e549df12196d4f0b0a29bec28567bee9dfafa65266c6aa2d" for 127.0.0.1 at 2012-06-15 09:29:25 +0000
|
1914
|
-
Processing by AuthenticationsController#callback as HTML
|
1915
|
-
Parameters: {"code"=>"9c40ca92c39c3338e549df12196d4f0b0a29bec28567bee9dfafa65266c6aa2d"}
|
1916
|
-
Authenticating with gds_sso strategy
|
1917
|
-
Redirected to http://www.example-client.com/restricted
|
1918
|
-
Completed 302 Found in 1ms
|
1919
|
-
|
1920
|
-
|
1921
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-15 09:29:25 +0000
|
1922
|
-
Processing by ExampleController#restricted as HTML
|
1923
|
-
Completed 200 OK in 1ms (Views: 0.8ms)
|
1924
|
-
|
1925
|
-
|
1926
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-15 09:29:25 +0000
|
1927
|
-
Processing by ExampleController#restricted as HTML
|
1928
|
-
Authenticating with gds_sso strategy
|
1929
|
-
Completed in 0ms
|
1930
|
-
|
1931
|
-
|
1932
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-15 09:29:25 +0000
|
1933
|
-
|
1934
|
-
|
1935
|
-
Started GET "/auth/gds/callback?code=3e0d20f58159ab251f98c0a1913c9328f5101d883ce6c4cf65305ccc2c131e66" for 127.0.0.1 at 2012-06-15 09:29:26 +0000
|
1936
|
-
Processing by AuthenticationsController#callback as HTML
|
1937
|
-
Parameters: {"code"=>"3e0d20f58159ab251f98c0a1913c9328f5101d883ce6c4cf65305ccc2c131e66"}
|
1938
|
-
Authenticating with gds_sso strategy
|
1939
|
-
Redirected to http://www.example-client.com/restricted
|
1940
|
-
Completed 302 Found in 1ms
|
1941
|
-
|
1942
|
-
|
1943
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-15 09:29:26 +0000
|
1944
|
-
Processing by ExampleController#restricted as HTML
|
1945
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
1946
|
-
|
1947
|
-
|
1948
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-15 09:29:26 +0000
|
1949
|
-
Processing by ExampleController#restricted as HTML
|
1950
|
-
Authenticating with gds_sso strategy
|
1951
|
-
Completed in 0ms
|
1952
|
-
|
1953
|
-
|
1954
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-15 09:29:26 +0000
|
1955
|
-
|
1956
|
-
|
1957
|
-
Started GET "/auth/gds/callback?code=0da2180655109b6b562a9892a4e9eadda13f4f6eae39187cfe19d41a9043e5f0" for 127.0.0.1 at 2012-06-15 09:29:26 +0000
|
1958
|
-
Processing by AuthenticationsController#callback as HTML
|
1959
|
-
Parameters: {"code"=>"0da2180655109b6b562a9892a4e9eadda13f4f6eae39187cfe19d41a9043e5f0"}
|
1960
|
-
Authenticating with gds_sso strategy
|
1961
|
-
Redirected to http://www.example-client.com/restricted
|
1962
|
-
Completed 302 Found in 1ms
|
1963
|
-
|
1964
|
-
|
1965
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-15 09:29:26 +0000
|
1966
|
-
Processing by ExampleController#restricted as HTML
|
1967
|
-
Completed 200 OK in 1ms (Views: 0.3ms)
|
1968
|
-
|
1969
|
-
|
1970
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-15 09:29:26 +0000
|
1971
|
-
Processing by ExampleController#restricted as JSON
|
1972
|
-
Authenticating with gds_sso_api_access strategy
|
1973
|
-
Completed in 42ms
|
1974
|
-
|
1975
|
-
|
1976
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-15 09:29:26 +0000
|
1977
|
-
Processing by ExampleController#restricted as JSON
|
1978
|
-
Authenticating with gds_sso_api_access strategy
|
1979
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
1980
|
-
|
1981
|
-
|
1982
|
-
Started GET "/" for 127.0.0.1 at 2012-06-15 13:31:52 +0000
|
1983
|
-
Processing by ExampleController#index as HTML
|
1984
|
-
Rendered text template (0.0ms)
|
1985
|
-
Completed 200 OK in 85ms (Views: 84.1ms)
|
1986
|
-
|
1987
|
-
|
1988
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-15 13:31:54 +0000
|
1989
|
-
Processing by ExampleController#restricted as HTML
|
1990
|
-
Authenticating with gds_sso strategy
|
1991
|
-
Completed in 63ms
|
1992
|
-
|
1993
|
-
|
1994
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-15 13:31:54 +0000
|
1995
|
-
|
1996
|
-
|
1997
|
-
Started GET "/auth/gds/callback?code=dc271e7c6ff3bf2871a3de235b9b360f2c1beeffcc124ea5cb22f10e7defd283" for 127.0.0.1 at 2012-06-15 13:31:56 +0000
|
1998
|
-
Processing by AuthenticationsController#callback as HTML
|
1999
|
-
Parameters: {"code"=>"dc271e7c6ff3bf2871a3de235b9b360f2c1beeffcc124ea5cb22f10e7defd283"}
|
2000
|
-
Authenticating with gds_sso strategy
|
2001
|
-
Redirected to http://www.example-client.com/restricted
|
2002
|
-
Completed 302 Found in 1ms
|
2003
|
-
|
2004
|
-
|
2005
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-15 13:31:56 +0000
|
2006
|
-
Processing by ExampleController#restricted as HTML
|
2007
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
2008
|
-
|
2009
|
-
|
2010
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-15 13:31:56 +0000
|
2011
|
-
Processing by ExampleController#restricted as HTML
|
2012
|
-
Authenticating with gds_sso strategy
|
2013
|
-
Completed in 0ms
|
2014
|
-
|
2015
|
-
|
2016
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-15 13:31:56 +0000
|
2017
|
-
|
2018
|
-
|
2019
|
-
Started GET "/auth/gds/callback?code=01c15754e25db8b5b19d3db424ce4dfa12db6a9e7ad7a3d90262e061fd3c94c4" for 127.0.0.1 at 2012-06-15 13:31:56 +0000
|
2020
|
-
Processing by AuthenticationsController#callback as HTML
|
2021
|
-
Parameters: {"code"=>"01c15754e25db8b5b19d3db424ce4dfa12db6a9e7ad7a3d90262e061fd3c94c4"}
|
2022
|
-
Authenticating with gds_sso strategy
|
2023
|
-
Redirected to http://www.example-client.com/restricted
|
2024
|
-
Completed 302 Found in 1ms
|
2025
|
-
|
2026
|
-
|
2027
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-15 13:31:57 +0000
|
2028
|
-
Processing by ExampleController#restricted as HTML
|
2029
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
2030
|
-
|
2031
|
-
|
2032
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-15 13:31:57 +0000
|
2033
|
-
Processing by ExampleController#restricted as HTML
|
2034
|
-
Authenticating with gds_sso strategy
|
2035
|
-
Completed in 0ms
|
2036
|
-
|
2037
|
-
|
2038
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-15 13:31:57 +0000
|
2039
|
-
|
2040
|
-
|
2041
|
-
Started GET "/auth/gds/callback?code=2c062b374c37d273031353266145d4d4170d7478a1bb20151df4a793348f7e76" for 127.0.0.1 at 2012-06-15 13:31:57 +0000
|
2042
|
-
Processing by AuthenticationsController#callback as HTML
|
2043
|
-
Parameters: {"code"=>"2c062b374c37d273031353266145d4d4170d7478a1bb20151df4a793348f7e76"}
|
2044
|
-
Authenticating with gds_sso strategy
|
2045
|
-
Redirected to http://www.example-client.com/restricted
|
2046
|
-
Completed 302 Found in 1ms
|
2047
|
-
|
2048
|
-
|
2049
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-15 13:31:57 +0000
|
2050
|
-
Processing by ExampleController#restricted as HTML
|
2051
|
-
Completed 200 OK in 1ms (Views: 0.4ms)
|
2052
|
-
|
2053
|
-
|
2054
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-15 13:31:57 +0000
|
2055
|
-
Processing by ExampleController#restricted as JSON
|
2056
|
-
Authenticating with gds_sso_api_access strategy
|
2057
|
-
Completed in 147ms
|
2058
|
-
|
2059
|
-
|
2060
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-15 13:31:57 +0000
|
2061
|
-
Processing by ExampleController#restricted as JSON
|
2062
|
-
Authenticating with gds_sso_api_access strategy
|
2063
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
2064
|
-
|
2065
|
-
|
2066
|
-
Started GET "/" for 127.0.0.1 at 2012-06-21 15:23:51 +0000
|
2067
|
-
Processing by ExampleController#index as HTML
|
2068
|
-
Rendered text template (0.0ms)
|
2069
|
-
Completed 200 OK in 101ms (Views: 100.7ms)
|
2070
|
-
|
2071
|
-
|
2072
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-21 15:23:51 +0000
|
2073
|
-
Processing by ExampleController#restricted as HTML
|
2074
|
-
Authenticating with gds_sso strategy
|
2075
|
-
Completed in 109ms
|
2076
|
-
|
2077
|
-
|
2078
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-21 15:23:51 +0000
|
2079
|
-
|
2080
|
-
|
2081
|
-
Started GET "/auth/gds/callback?code=1f09ad8d453e4d444493ec40749513a05785a432afad7c92310acde2dbfa3db2" for 127.0.0.1 at 2012-06-21 15:23:53 +0000
|
2082
|
-
Processing by AuthenticationsController#callback as HTML
|
2083
|
-
Parameters: {"code"=>"1f09ad8d453e4d444493ec40749513a05785a432afad7c92310acde2dbfa3db2"}
|
2084
|
-
Authenticating with gds_sso strategy
|
2085
|
-
Redirected to http://www.example-client.com/restricted
|
2086
|
-
Completed 302 Found in 1ms
|
2087
|
-
|
2088
|
-
|
2089
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-21 15:23:53 +0000
|
2090
|
-
Processing by ExampleController#restricted as HTML
|
2091
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
2092
|
-
|
2093
|
-
|
2094
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-21 15:23:54 +0000
|
2095
|
-
Processing by ExampleController#restricted as HTML
|
2096
|
-
Authenticating with gds_sso strategy
|
2097
|
-
Completed in 1ms
|
2098
|
-
|
2099
|
-
|
2100
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-21 15:23:54 +0000
|
2101
|
-
|
2102
|
-
|
2103
|
-
Started GET "/auth/gds/callback?code=53b4e6e454c70af55cbba99846c50d4002fc756a0bc2c0592d0a8982cd1ea4d3" for 127.0.0.1 at 2012-06-21 15:23:54 +0000
|
2104
|
-
Processing by AuthenticationsController#callback as HTML
|
2105
|
-
Parameters: {"code"=>"53b4e6e454c70af55cbba99846c50d4002fc756a0bc2c0592d0a8982cd1ea4d3"}
|
2106
|
-
Authenticating with gds_sso strategy
|
2107
|
-
Redirected to http://www.example-client.com/restricted
|
2108
|
-
Completed 302 Found in 1ms
|
2109
|
-
|
2110
|
-
|
2111
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-21 15:23:54 +0000
|
2112
|
-
Processing by ExampleController#restricted as HTML
|
2113
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
2114
|
-
|
2115
|
-
|
2116
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-21 15:23:54 +0000
|
2117
|
-
Processing by ExampleController#restricted as HTML
|
2118
|
-
Authenticating with gds_sso strategy
|
2119
|
-
Completed in 0ms
|
2120
|
-
|
2121
|
-
|
2122
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-21 15:23:54 +0000
|
2123
|
-
|
2124
|
-
|
2125
|
-
Started GET "/auth/gds/callback?code=572e98666919cd2bf3765a3927e3f234e9742ab9ad12a7718b072e01c5381352" for 127.0.0.1 at 2012-06-21 15:23:54 +0000
|
2126
|
-
Processing by AuthenticationsController#callback as HTML
|
2127
|
-
Parameters: {"code"=>"572e98666919cd2bf3765a3927e3f234e9742ab9ad12a7718b072e01c5381352"}
|
2128
|
-
Authenticating with gds_sso strategy
|
2129
|
-
Redirected to http://www.example-client.com/restricted
|
2130
|
-
Completed 302 Found in 1ms
|
2131
|
-
|
2132
|
-
|
2133
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-21 15:23:54 +0000
|
2134
|
-
Processing by ExampleController#restricted as HTML
|
2135
|
-
Completed 200 OK in 1ms (Views: 0.3ms)
|
2136
|
-
|
2137
|
-
|
2138
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-21 15:23:54 +0000
|
2139
|
-
Processing by ExampleController#restricted as JSON
|
2140
|
-
Authenticating with gds_sso_api_access strategy
|
2141
|
-
Completed in 159ms
|
2142
|
-
|
2143
|
-
|
2144
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-21 15:23:55 +0000
|
2145
|
-
Processing by ExampleController#restricted as JSON
|
2146
|
-
Authenticating with gds_sso_api_access strategy
|
2147
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
2148
|
-
|
2149
|
-
|
2150
|
-
Started GET "/" for 127.0.0.1 at 2012-06-26 13:23:08 +0000
|
2151
|
-
Processing by ExampleController#index as HTML
|
2152
|
-
Rendered text template (0.0ms)
|
2153
|
-
Completed 200 OK in 46ms (Views: 46.0ms)
|
2154
|
-
|
2155
|
-
|
2156
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-26 13:23:08 +0000
|
2157
|
-
Processing by ExampleController#restricted as HTML
|
2158
|
-
Authenticating with gds_sso strategy
|
2159
|
-
Completed in 56ms
|
2160
|
-
|
2161
|
-
|
2162
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-26 13:23:09 +0000
|
2163
|
-
|
2164
|
-
|
2165
|
-
Started GET "/auth/gds/callback?code=e4af1379de65c08549d562517370e195e37cfc84e69c97fd18c39637e5f2a2c9" for 127.0.0.1 at 2012-06-26 13:23:09 +0000
|
2166
|
-
Processing by AuthenticationsController#callback as HTML
|
2167
|
-
Parameters: {"code"=>"e4af1379de65c08549d562517370e195e37cfc84e69c97fd18c39637e5f2a2c9"}
|
2168
|
-
Authenticating with gds_sso strategy
|
2169
|
-
Redirected to http://www.example-client.com/restricted
|
2170
|
-
Completed 302 Found in 1ms
|
2171
|
-
|
2172
|
-
|
2173
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-26 13:23:10 +0000
|
2174
|
-
Processing by ExampleController#restricted as HTML
|
2175
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
2176
|
-
|
2177
|
-
|
2178
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-26 13:23:10 +0000
|
2179
|
-
Processing by ExampleController#restricted as HTML
|
2180
|
-
Authenticating with gds_sso strategy
|
2181
|
-
Completed in 0ms
|
2182
|
-
|
2183
|
-
|
2184
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-26 13:23:10 +0000
|
2185
|
-
|
2186
|
-
|
2187
|
-
Started GET "/auth/gds/callback?code=137d0282922594422083a5393d07ec06e04625ab6ed4916c36c3bb69b7736bfe" for 127.0.0.1 at 2012-06-26 13:23:10 +0000
|
2188
|
-
Processing by AuthenticationsController#callback as HTML
|
2189
|
-
Parameters: {"code"=>"137d0282922594422083a5393d07ec06e04625ab6ed4916c36c3bb69b7736bfe"}
|
2190
|
-
Authenticating with gds_sso strategy
|
2191
|
-
Redirected to http://www.example-client.com/restricted
|
2192
|
-
Completed 302 Found in 1ms
|
2193
|
-
|
2194
|
-
|
2195
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-26 13:23:10 +0000
|
2196
|
-
Processing by ExampleController#restricted as HTML
|
2197
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
2198
|
-
|
2199
|
-
|
2200
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-26 13:23:10 +0000
|
2201
|
-
Processing by ExampleController#restricted as HTML
|
2202
|
-
Authenticating with gds_sso strategy
|
2203
|
-
Completed in 0ms
|
2204
|
-
|
2205
|
-
|
2206
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-26 13:23:10 +0000
|
2207
|
-
|
2208
|
-
|
2209
|
-
Started GET "/auth/gds/callback?code=ecbf0d485542835b2f713411198be0279642a0cf5f3fe6fd48e0edb189585823" for 127.0.0.1 at 2012-06-26 13:23:10 +0000
|
2210
|
-
Processing by AuthenticationsController#callback as HTML
|
2211
|
-
Parameters: {"code"=>"ecbf0d485542835b2f713411198be0279642a0cf5f3fe6fd48e0edb189585823"}
|
2212
|
-
Authenticating with gds_sso strategy
|
2213
|
-
Redirected to http://www.example-client.com/restricted
|
2214
|
-
Completed 302 Found in 1ms
|
2215
|
-
|
2216
|
-
|
2217
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-26 13:23:10 +0000
|
2218
|
-
Processing by ExampleController#restricted as HTML
|
2219
|
-
Completed 200 OK in 1ms (Views: 0.3ms)
|
2220
|
-
|
2221
|
-
|
2222
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-26 13:23:10 +0000
|
2223
|
-
Processing by ExampleController#restricted as JSON
|
2224
|
-
Authenticating with gds_sso_api_access strategy
|
2225
|
-
Completed in 61ms
|
2226
|
-
|
2227
|
-
|
2228
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-26 13:23:10 +0000
|
2229
|
-
Processing by ExampleController#restricted as JSON
|
2230
|
-
Authenticating with gds_sso_api_access strategy
|
2231
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
2232
|
-
|
2233
|
-
|
2234
|
-
Started GET "/" for 127.0.0.1 at 2012-06-27 11:13:49 +0000
|
2235
|
-
Processing by ExampleController#index as HTML
|
2236
|
-
Rendered text template (0.0ms)
|
2237
|
-
Completed 200 OK in 142ms (Views: 141.8ms)
|
2238
|
-
|
2239
|
-
|
2240
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 11:13:49 +0000
|
2241
|
-
Processing by ExampleController#restricted as HTML
|
2242
|
-
Authenticating with gds_sso strategy
|
2243
|
-
Completed in 58ms
|
2244
|
-
|
2245
|
-
|
2246
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-27 11:13:49 +0000
|
2247
|
-
|
2248
|
-
|
2249
|
-
Started GET "/auth/gds/callback?code=38c6912e33d6e5a6a76f0077ec9b1842bdcc624a135025d25a87fe7fe2e011b0" for 127.0.0.1 at 2012-06-27 11:13:51 +0000
|
2250
|
-
Processing by AuthenticationsController#callback as HTML
|
2251
|
-
Parameters: {"code"=>"38c6912e33d6e5a6a76f0077ec9b1842bdcc624a135025d25a87fe7fe2e011b0"}
|
2252
|
-
Authenticating with gds_sso strategy
|
2253
|
-
Redirected to http://www.example-client.com/restricted
|
2254
|
-
Completed 302 Found in 1ms
|
2255
|
-
|
2256
|
-
|
2257
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 11:13:51 +0000
|
2258
|
-
Processing by ExampleController#restricted as HTML
|
2259
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
2260
|
-
|
2261
|
-
|
2262
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 11:13:51 +0000
|
2263
|
-
Processing by ExampleController#restricted as HTML
|
2264
|
-
Authenticating with gds_sso strategy
|
2265
|
-
Completed in 1ms
|
2266
|
-
|
2267
|
-
|
2268
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-27 11:13:51 +0000
|
2269
|
-
|
2270
|
-
|
2271
|
-
Started GET "/auth/gds/callback?code=c59fe1c052db61cdbba0a0ed514b7913e2cd5996d189a88097101b39ae1a3312" for 127.0.0.1 at 2012-06-27 11:13:52 +0000
|
2272
|
-
Processing by AuthenticationsController#callback as HTML
|
2273
|
-
Parameters: {"code"=>"c59fe1c052db61cdbba0a0ed514b7913e2cd5996d189a88097101b39ae1a3312"}
|
2274
|
-
Authenticating with gds_sso strategy
|
2275
|
-
Redirected to http://www.example-client.com/restricted
|
2276
|
-
Completed 302 Found in 1ms
|
2277
|
-
|
2278
|
-
|
2279
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 11:13:52 +0000
|
2280
|
-
Processing by ExampleController#restricted as HTML
|
2281
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
2282
|
-
|
2283
|
-
|
2284
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 11:13:52 +0000
|
2285
|
-
Processing by ExampleController#restricted as HTML
|
2286
|
-
Authenticating with gds_sso strategy
|
2287
|
-
Completed in 0ms
|
2288
|
-
|
2289
|
-
|
2290
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-27 11:13:52 +0000
|
2291
|
-
|
2292
|
-
|
2293
|
-
Started GET "/auth/gds/callback?code=b6e2a45a83386cfa408531081d07f6f583dd57a21c45c1d795d7453daf1bf4ff" for 127.0.0.1 at 2012-06-27 11:13:52 +0000
|
2294
|
-
Processing by AuthenticationsController#callback as HTML
|
2295
|
-
Parameters: {"code"=>"b6e2a45a83386cfa408531081d07f6f583dd57a21c45c1d795d7453daf1bf4ff"}
|
2296
|
-
Authenticating with gds_sso strategy
|
2297
|
-
Redirected to http://www.example-client.com/restricted
|
2298
|
-
Completed 302 Found in 1ms
|
2299
|
-
|
2300
|
-
|
2301
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 11:13:52 +0000
|
2302
|
-
Processing by ExampleController#restricted as HTML
|
2303
|
-
Completed 200 OK in 1ms (Views: 0.3ms)
|
2304
|
-
|
2305
|
-
|
2306
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 11:13:52 +0000
|
2307
|
-
Processing by ExampleController#restricted as JSON
|
2308
|
-
Authenticating with gds_sso_api_access strategy
|
2309
|
-
Completed in 148ms
|
2310
|
-
|
2311
|
-
|
2312
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 11:13:52 +0000
|
2313
|
-
Processing by ExampleController#restricted as JSON
|
2314
|
-
Authenticating with gds_sso_api_access strategy
|
2315
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
2316
|
-
|
2317
|
-
|
2318
|
-
Started GET "/" for 127.0.0.1 at 2012-06-27 11:37:27 +0000
|
2319
|
-
Processing by ExampleController#index as HTML
|
2320
|
-
Rendered text template (0.0ms)
|
2321
|
-
Completed 200 OK in 46ms (Views: 45.6ms)
|
2322
|
-
|
2323
|
-
|
2324
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 11:37:27 +0000
|
2325
|
-
Processing by ExampleController#restricted as HTML
|
2326
|
-
Authenticating with gds_sso strategy
|
2327
|
-
Completed in 57ms
|
2328
|
-
|
2329
|
-
|
2330
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-27 11:37:27 +0000
|
2331
|
-
|
2332
|
-
|
2333
|
-
Started GET "/auth/gds/callback?code=b81fc47ad3813d319cc0fa7c222bf6ec13f57fc3a605e61ac4c3922330006333" for 127.0.0.1 at 2012-06-27 11:37:28 +0000
|
2334
|
-
Processing by AuthenticationsController#callback as HTML
|
2335
|
-
Parameters: {"code"=>"b81fc47ad3813d319cc0fa7c222bf6ec13f57fc3a605e61ac4c3922330006333"}
|
2336
|
-
Authenticating with gds_sso strategy
|
2337
|
-
Redirected to http://www.example-client.com/restricted
|
2338
|
-
Completed 302 Found in 1ms
|
2339
|
-
|
2340
|
-
|
2341
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 11:37:28 +0000
|
2342
|
-
Processing by ExampleController#restricted as HTML
|
2343
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
2344
|
-
|
2345
|
-
|
2346
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 11:37:28 +0000
|
2347
|
-
Processing by ExampleController#restricted as HTML
|
2348
|
-
Authenticating with gds_sso strategy
|
2349
|
-
Completed in 0ms
|
2350
|
-
|
2351
|
-
|
2352
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-27 11:37:28 +0000
|
2353
|
-
|
2354
|
-
|
2355
|
-
Started GET "/auth/gds/callback?code=0d638bf8915a8386675f6d186e40a88424d7f774cdb57694e460edeaacefd31a" for 127.0.0.1 at 2012-06-27 11:37:28 +0000
|
2356
|
-
Processing by AuthenticationsController#callback as HTML
|
2357
|
-
Parameters: {"code"=>"0d638bf8915a8386675f6d186e40a88424d7f774cdb57694e460edeaacefd31a"}
|
2358
|
-
Authenticating with gds_sso strategy
|
2359
|
-
Redirected to http://www.example-client.com/restricted
|
2360
|
-
Completed 302 Found in 1ms
|
2361
|
-
|
2362
|
-
|
2363
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 11:37:28 +0000
|
2364
|
-
Processing by ExampleController#restricted as HTML
|
2365
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
2366
|
-
|
2367
|
-
|
2368
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 11:37:28 +0000
|
2369
|
-
Processing by ExampleController#restricted as HTML
|
2370
|
-
Authenticating with gds_sso strategy
|
2371
|
-
Completed in 0ms
|
2372
|
-
|
2373
|
-
|
2374
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-27 11:37:28 +0000
|
2375
|
-
|
2376
|
-
|
2377
|
-
Started GET "/auth/gds/callback?code=10ad57610e0c5fd6d6855697bfd49a1794b4e61b5a475c00fe9fff16eadeef67" for 127.0.0.1 at 2012-06-27 11:37:29 +0000
|
2378
|
-
Processing by AuthenticationsController#callback as HTML
|
2379
|
-
Parameters: {"code"=>"10ad57610e0c5fd6d6855697bfd49a1794b4e61b5a475c00fe9fff16eadeef67"}
|
2380
|
-
Authenticating with gds_sso strategy
|
2381
|
-
Redirected to http://www.example-client.com/restricted
|
2382
|
-
Completed 302 Found in 1ms
|
2383
|
-
|
2384
|
-
|
2385
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 11:37:29 +0000
|
2386
|
-
Processing by ExampleController#restricted as HTML
|
2387
|
-
Completed 200 OK in 1ms (Views: 0.3ms)
|
2388
|
-
|
2389
|
-
|
2390
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 11:37:29 +0000
|
2391
|
-
Processing by ExampleController#restricted as JSON
|
2392
|
-
Authenticating with gds_sso_api_access strategy
|
2393
|
-
Completed in 58ms
|
2394
|
-
|
2395
|
-
|
2396
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 11:37:29 +0000
|
2397
|
-
Processing by ExampleController#restricted as JSON
|
2398
|
-
Authenticating with gds_sso_api_access strategy
|
2399
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
2400
|
-
|
2401
|
-
|
2402
|
-
Started GET "/" for 127.0.0.1 at 2012-06-27 14:56:39 +0000
|
2403
|
-
Processing by ExampleController#index as HTML
|
2404
|
-
Rendered text template (0.0ms)
|
2405
|
-
Completed 200 OK in 70ms (Views: 70.1ms)
|
2406
|
-
|
2407
|
-
|
2408
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 14:56:40 +0000
|
2409
|
-
Processing by ExampleController#restricted as HTML
|
2410
|
-
Authenticating with gds_sso strategy
|
2411
|
-
Completed in 147ms
|
2412
|
-
|
2413
|
-
|
2414
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-27 14:56:40 +0000
|
2415
|
-
|
2416
|
-
|
2417
|
-
Started GET "/auth/gds/callback?code=b0bdfb19d38c92bd41c033475fd1e4a9f829c227e7f62338761d0c05be8ae1bc" for 127.0.0.1 at 2012-06-27 14:56:42 +0000
|
2418
|
-
Processing by AuthenticationsController#callback as HTML
|
2419
|
-
Parameters: {"code"=>"b0bdfb19d38c92bd41c033475fd1e4a9f829c227e7f62338761d0c05be8ae1bc"}
|
2420
|
-
Authenticating with gds_sso strategy
|
2421
|
-
Redirected to http://www.example-client.com/restricted
|
2422
|
-
Completed 302 Found in 1ms
|
2423
|
-
|
2424
|
-
|
2425
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 14:56:43 +0000
|
2426
|
-
Processing by ExampleController#restricted as HTML
|
2427
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
2428
|
-
|
2429
|
-
|
2430
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 14:56:43 +0000
|
2431
|
-
Processing by ExampleController#restricted as HTML
|
2432
|
-
Authenticating with gds_sso strategy
|
2433
|
-
Completed in 1ms
|
2434
|
-
|
2435
|
-
|
2436
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-27 14:56:43 +0000
|
2437
|
-
|
2438
|
-
|
2439
|
-
Started GET "/auth/gds/callback?code=65ce291856d8819de73ffe5332e9b3f2cd23e25922e6e3276491ac27f2e04e7c" for 127.0.0.1 at 2012-06-27 14:56:43 +0000
|
2440
|
-
Processing by AuthenticationsController#callback as HTML
|
2441
|
-
Parameters: {"code"=>"65ce291856d8819de73ffe5332e9b3f2cd23e25922e6e3276491ac27f2e04e7c"}
|
2442
|
-
Authenticating with gds_sso strategy
|
2443
|
-
Redirected to http://www.example-client.com/restricted
|
2444
|
-
Completed 302 Found in 1ms
|
2445
|
-
|
2446
|
-
|
2447
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 14:56:43 +0000
|
2448
|
-
Processing by ExampleController#restricted as HTML
|
2449
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
2450
|
-
|
2451
|
-
|
2452
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 14:56:43 +0000
|
2453
|
-
Processing by ExampleController#restricted as HTML
|
2454
|
-
Authenticating with gds_sso strategy
|
2455
|
-
Completed in 0ms
|
2456
|
-
|
2457
|
-
|
2458
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-27 14:56:43 +0000
|
2459
|
-
|
2460
|
-
|
2461
|
-
Started GET "/auth/gds/callback?code=9fc77c5d233341d1b067222d58a1526d52f771906122075486730a3f7383489b" for 127.0.0.1 at 2012-06-27 14:56:43 +0000
|
2462
|
-
Processing by AuthenticationsController#callback as HTML
|
2463
|
-
Parameters: {"code"=>"9fc77c5d233341d1b067222d58a1526d52f771906122075486730a3f7383489b"}
|
2464
|
-
Authenticating with gds_sso strategy
|
2465
|
-
Redirected to http://www.example-client.com/restricted
|
2466
|
-
Completed 302 Found in 1ms
|
2467
|
-
|
2468
|
-
|
2469
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 14:56:43 +0000
|
2470
|
-
Processing by ExampleController#restricted as HTML
|
2471
|
-
Completed 200 OK in 1ms (Views: 0.3ms)
|
2472
|
-
|
2473
|
-
|
2474
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 14:56:43 +0000
|
2475
|
-
Processing by ExampleController#restricted as JSON
|
2476
|
-
Authenticating with gds_sso_api_access strategy
|
2477
|
-
Completed in 143ms
|
2478
|
-
|
2479
|
-
|
2480
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 14:56:44 +0000
|
2481
|
-
Processing by ExampleController#restricted as JSON
|
2482
|
-
Authenticating with gds_sso_api_access strategy
|
2483
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
2484
|
-
|
2485
|
-
|
2486
|
-
Started GET "/" for 127.0.0.1 at 2012-06-27 15:46:59 +0000
|
2487
|
-
Processing by ExampleController#index as HTML
|
2488
|
-
Rendered text template (0.0ms)
|
2489
|
-
Completed 200 OK in 48ms (Views: 47.5ms)
|
2490
|
-
|
2491
|
-
|
2492
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 15:46:59 +0000
|
2493
|
-
Processing by ExampleController#restricted as HTML
|
2494
|
-
Authenticating with gds_sso strategy
|
2495
|
-
Completed in 57ms
|
2496
|
-
|
2497
|
-
|
2498
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-27 15:46:59 +0000
|
2499
|
-
|
2500
|
-
|
2501
|
-
Started GET "/auth/gds/callback?code=b80184ab5e79bda32b01fb50319d6982214355bb4f7053d4623bbf33613d462c" for 127.0.0.1 at 2012-06-27 15:47:00 +0000
|
2502
|
-
Processing by AuthenticationsController#callback as HTML
|
2503
|
-
Parameters: {"code"=>"b80184ab5e79bda32b01fb50319d6982214355bb4f7053d4623bbf33613d462c"}
|
2504
|
-
Authenticating with gds_sso strategy
|
2505
|
-
Redirected to http://www.example-client.com/restricted
|
2506
|
-
Completed 302 Found in 1ms
|
2507
|
-
|
2508
|
-
|
2509
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 15:47:00 +0000
|
2510
|
-
Processing by ExampleController#restricted as HTML
|
2511
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
2512
|
-
|
2513
|
-
|
2514
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 15:47:00 +0000
|
2515
|
-
Processing by ExampleController#restricted as HTML
|
2516
|
-
Authenticating with gds_sso strategy
|
2517
|
-
Completed in 1ms
|
2518
|
-
|
2519
|
-
|
2520
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-27 15:47:00 +0000
|
2521
|
-
|
2522
|
-
|
2523
|
-
Started GET "/auth/gds/callback?code=02fc47ed96d08a80af5e0916c768b59798440210fd9acc4367dcdd42163f942a" for 127.0.0.1 at 2012-06-27 15:47:00 +0000
|
2524
|
-
Processing by AuthenticationsController#callback as HTML
|
2525
|
-
Parameters: {"code"=>"02fc47ed96d08a80af5e0916c768b59798440210fd9acc4367dcdd42163f942a"}
|
2526
|
-
Authenticating with gds_sso strategy
|
2527
|
-
Redirected to http://www.example-client.com/restricted
|
2528
|
-
Completed 302 Found in 2ms
|
2529
|
-
|
2530
|
-
|
2531
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 15:47:00 +0000
|
2532
|
-
Processing by ExampleController#restricted as HTML
|
2533
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
2534
|
-
|
2535
|
-
|
2536
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 15:47:00 +0000
|
2537
|
-
Processing by ExampleController#restricted as HTML
|
2538
|
-
Authenticating with gds_sso strategy
|
2539
|
-
Completed in 0ms
|
2540
|
-
|
2541
|
-
|
2542
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-27 15:47:00 +0000
|
2543
|
-
|
2544
|
-
|
2545
|
-
Started GET "/auth/gds/callback?code=5d4d2a06068d5d8d77ba35db3b2f2cced7157cb944019777f640b27e8075ce21" for 127.0.0.1 at 2012-06-27 15:47:01 +0000
|
2546
|
-
Processing by AuthenticationsController#callback as HTML
|
2547
|
-
Parameters: {"code"=>"5d4d2a06068d5d8d77ba35db3b2f2cced7157cb944019777f640b27e8075ce21"}
|
2548
|
-
Authenticating with gds_sso strategy
|
2549
|
-
Redirected to http://www.example-client.com/restricted
|
2550
|
-
Completed 302 Found in 1ms
|
2551
|
-
|
2552
|
-
|
2553
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 15:47:01 +0000
|
2554
|
-
Processing by ExampleController#restricted as HTML
|
2555
|
-
Completed 200 OK in 1ms (Views: 0.4ms)
|
2556
|
-
|
2557
|
-
|
2558
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 15:47:01 +0000
|
2559
|
-
Processing by ExampleController#restricted as JSON
|
2560
|
-
Authenticating with gds_sso_api_access strategy
|
2561
|
-
Completed in 63ms
|
2562
|
-
|
2563
|
-
|
2564
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 15:47:01 +0000
|
2565
|
-
Processing by ExampleController#restricted as JSON
|
2566
|
-
Authenticating with gds_sso_api_access strategy
|
2567
|
-
Completed 200 OK in 1ms (Views: 0.7ms)
|
2568
|
-
|
2569
|
-
|
2570
|
-
Started GET "/" for 127.0.0.1 at 2012-06-27 15:48:22 +0000
|
2571
|
-
Processing by ExampleController#index as HTML
|
2572
|
-
Rendered text template (0.0ms)
|
2573
|
-
Completed 200 OK in 48ms (Views: 47.6ms)
|
2574
|
-
|
2575
|
-
|
2576
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 15:48:23 +0000
|
2577
|
-
Processing by ExampleController#restricted as HTML
|
2578
|
-
Authenticating with gds_sso strategy
|
2579
|
-
Completed in 59ms
|
2580
|
-
|
2581
|
-
|
2582
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-27 15:48:23 +0000
|
2583
|
-
|
2584
|
-
|
2585
|
-
Started GET "/auth/gds/callback?code=d65782806639d52aaf0a207f78890b4266721ac1d39b94f7216c3ccbbea5a643" for 127.0.0.1 at 2012-06-27 15:48:24 +0000
|
2586
|
-
Processing by AuthenticationsController#callback as HTML
|
2587
|
-
Parameters: {"code"=>"d65782806639d52aaf0a207f78890b4266721ac1d39b94f7216c3ccbbea5a643"}
|
2588
|
-
Authenticating with gds_sso strategy
|
2589
|
-
Redirected to http://www.example-client.com/restricted
|
2590
|
-
Completed 302 Found in 1ms
|
2591
|
-
|
2592
|
-
|
2593
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 15:48:24 +0000
|
2594
|
-
Processing by ExampleController#restricted as HTML
|
2595
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
2596
|
-
|
2597
|
-
|
2598
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 15:48:24 +0000
|
2599
|
-
Processing by ExampleController#restricted as HTML
|
2600
|
-
Authenticating with gds_sso strategy
|
2601
|
-
Completed in 1ms
|
2602
|
-
|
2603
|
-
|
2604
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-27 15:48:24 +0000
|
2605
|
-
|
2606
|
-
|
2607
|
-
Started GET "/auth/gds/callback?code=28027318996d544f0d8c83067596c62e538ef4219e6be3b2d54b9aa9e08b2e19" for 127.0.0.1 at 2012-06-27 15:48:24 +0000
|
2608
|
-
Processing by AuthenticationsController#callback as HTML
|
2609
|
-
Parameters: {"code"=>"28027318996d544f0d8c83067596c62e538ef4219e6be3b2d54b9aa9e08b2e19"}
|
2610
|
-
Authenticating with gds_sso strategy
|
2611
|
-
Redirected to http://www.example-client.com/restricted
|
2612
|
-
Completed 302 Found in 1ms
|
2613
|
-
|
2614
|
-
|
2615
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 15:48:24 +0000
|
2616
|
-
Processing by ExampleController#restricted as HTML
|
2617
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
2618
|
-
|
2619
|
-
|
2620
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 15:48:24 +0000
|
2621
|
-
Processing by ExampleController#restricted as HTML
|
2622
|
-
Authenticating with gds_sso strategy
|
2623
|
-
Completed in 0ms
|
2624
|
-
|
2625
|
-
|
2626
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-27 15:48:24 +0000
|
2627
|
-
|
2628
|
-
|
2629
|
-
Started GET "/auth/gds/callback?code=d6ceb2ff97df34f331ce8bd197ad07ecbcbca51e0e2f072623842df3a6c1fc1b" for 127.0.0.1 at 2012-06-27 15:48:24 +0000
|
2630
|
-
Processing by AuthenticationsController#callback as HTML
|
2631
|
-
Parameters: {"code"=>"d6ceb2ff97df34f331ce8bd197ad07ecbcbca51e0e2f072623842df3a6c1fc1b"}
|
2632
|
-
Authenticating with gds_sso strategy
|
2633
|
-
Redirected to http://www.example-client.com/restricted
|
2634
|
-
Completed 302 Found in 1ms
|
2635
|
-
|
2636
|
-
|
2637
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 15:48:25 +0000
|
2638
|
-
Processing by ExampleController#restricted as HTML
|
2639
|
-
Completed 200 OK in 1ms (Views: 0.3ms)
|
2640
|
-
|
2641
|
-
|
2642
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 15:48:25 +0000
|
2643
|
-
Processing by ExampleController#restricted as JSON
|
2644
|
-
Authenticating with gds_sso_api_access strategy
|
2645
|
-
Completed in 69ms
|
2646
|
-
|
2647
|
-
|
2648
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 15:48:25 +0000
|
2649
|
-
Processing by ExampleController#restricted as JSON
|
2650
|
-
Authenticating with gds_sso_api_access strategy
|
2651
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
2652
|
-
|
2653
|
-
|
2654
|
-
Started GET "/" for 127.0.0.1 at 2012-06-27 16:28:55 +0000
|
2655
|
-
Processing by ExampleController#index as HTML
|
2656
|
-
Rendered text template (0.0ms)
|
2657
|
-
Completed 200 OK in 46ms (Views: 45.2ms)
|
2658
|
-
|
2659
|
-
|
2660
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 16:28:55 +0000
|
2661
|
-
Processing by ExampleController#restricted as HTML
|
2662
|
-
Authenticating with gds_sso strategy
|
2663
|
-
Completed in 56ms
|
2664
|
-
|
2665
|
-
|
2666
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-27 16:28:55 +0000
|
2667
|
-
|
2668
|
-
|
2669
|
-
Started GET "/auth/gds/callback?code=081618f5b5f04271c64daa24910814098a6b9e538a52aed8f664ef57c19633a2" for 127.0.0.1 at 2012-06-27 16:28:56 +0000
|
2670
|
-
Processing by AuthenticationsController#callback as HTML
|
2671
|
-
Parameters: {"code"=>"081618f5b5f04271c64daa24910814098a6b9e538a52aed8f664ef57c19633a2"}
|
2672
|
-
Authenticating with gds_sso strategy
|
2673
|
-
Redirected to http://www.example-client.com/restricted
|
2674
|
-
Completed 302 Found in 1ms
|
2675
|
-
|
2676
|
-
|
2677
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 16:28:56 +0000
|
2678
|
-
Processing by ExampleController#restricted as HTML
|
2679
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
2680
|
-
|
2681
|
-
|
2682
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 16:28:56 +0000
|
2683
|
-
Processing by ExampleController#restricted as HTML
|
2684
|
-
Authenticating with gds_sso strategy
|
2685
|
-
Completed in 0ms
|
2686
|
-
|
2687
|
-
|
2688
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-27 16:28:56 +0000
|
2689
|
-
|
2690
|
-
|
2691
|
-
Started GET "/auth/gds/callback?code=6382bcee8f16aee5661a610b68e3668c554fb455d8df287ca6bfdf0dc1775c36" for 127.0.0.1 at 2012-06-27 16:28:56 +0000
|
2692
|
-
Processing by AuthenticationsController#callback as HTML
|
2693
|
-
Parameters: {"code"=>"6382bcee8f16aee5661a610b68e3668c554fb455d8df287ca6bfdf0dc1775c36"}
|
2694
|
-
Authenticating with gds_sso strategy
|
2695
|
-
Redirected to http://www.example-client.com/restricted
|
2696
|
-
Completed 302 Found in 1ms
|
2697
|
-
|
2698
|
-
|
2699
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 16:28:57 +0000
|
2700
|
-
Processing by ExampleController#restricted as HTML
|
2701
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
2702
|
-
|
2703
|
-
|
2704
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 16:28:57 +0000
|
2705
|
-
Processing by ExampleController#restricted as HTML
|
2706
|
-
Authenticating with gds_sso strategy
|
2707
|
-
Completed in 0ms
|
2708
|
-
|
2709
|
-
|
2710
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-27 16:28:57 +0000
|
2711
|
-
|
2712
|
-
|
2713
|
-
Started GET "/auth/gds/callback?code=df29de51d402ffe84c622b505e9197f82828adfa28dc6e7c757a3a16a8ffa364" for 127.0.0.1 at 2012-06-27 16:28:57 +0000
|
2714
|
-
Processing by AuthenticationsController#callback as HTML
|
2715
|
-
Parameters: {"code"=>"df29de51d402ffe84c622b505e9197f82828adfa28dc6e7c757a3a16a8ffa364"}
|
2716
|
-
Authenticating with gds_sso strategy
|
2717
|
-
Redirected to http://www.example-client.com/restricted
|
2718
|
-
Completed 302 Found in 1ms
|
2719
|
-
|
2720
|
-
|
2721
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 16:28:57 +0000
|
2722
|
-
Processing by ExampleController#restricted as HTML
|
2723
|
-
Completed 200 OK in 1ms (Views: 0.3ms)
|
2724
|
-
|
2725
|
-
|
2726
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 16:28:57 +0000
|
2727
|
-
Processing by ExampleController#restricted as JSON
|
2728
|
-
Authenticating with gds_sso_api_access strategy
|
2729
|
-
Completed in 59ms
|
2730
|
-
|
2731
|
-
|
2732
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-27 16:28:57 +0000
|
2733
|
-
Processing by ExampleController#restricted as JSON
|
2734
|
-
Authenticating with gds_sso_api_access strategy
|
2735
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
2736
|
-
|
2737
|
-
|
2738
|
-
Started GET "/" for 127.0.0.1 at 2012-06-28 08:34:06 +0000
|
2739
|
-
Processing by ExampleController#index as HTML
|
2740
|
-
Rendered text template (0.0ms)
|
2741
|
-
Completed 200 OK in 199ms (Views: 198.7ms)
|
2742
|
-
|
2743
|
-
|
2744
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-28 08:34:07 +0000
|
2745
|
-
Processing by ExampleController#restricted as HTML
|
2746
|
-
Authenticating with gds_sso strategy
|
2747
|
-
Completed in 207ms
|
2748
|
-
|
2749
|
-
|
2750
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-28 08:34:07 +0000
|
2751
|
-
|
2752
|
-
|
2753
|
-
Started GET "/auth/gds/callback?code=90ba8057cc502fadc33fee4fbbcfa4c7124feab2aeee6c4e7193cb1bdf805f42" for 127.0.0.1 at 2012-06-28 08:34:10 +0000
|
2754
|
-
Processing by AuthenticationsController#callback as HTML
|
2755
|
-
Parameters: {"code"=>"90ba8057cc502fadc33fee4fbbcfa4c7124feab2aeee6c4e7193cb1bdf805f42"}
|
2756
|
-
Authenticating with gds_sso strategy
|
2757
|
-
Redirected to http://www.example-client.com/restricted
|
2758
|
-
Completed 302 Found in 1ms
|
2759
|
-
|
2760
|
-
|
2761
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-28 08:34:11 +0000
|
2762
|
-
Processing by ExampleController#restricted as HTML
|
2763
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
2764
|
-
|
2765
|
-
|
2766
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-28 08:34:11 +0000
|
2767
|
-
Processing by ExampleController#restricted as HTML
|
2768
|
-
Authenticating with gds_sso strategy
|
2769
|
-
Completed in 0ms
|
2770
|
-
|
2771
|
-
|
2772
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-28 08:34:11 +0000
|
2773
|
-
|
2774
|
-
|
2775
|
-
Started GET "/auth/gds/callback?code=54dbb3cc72cdb99d00cae71dca153fc2454105fec072f459d558369765a02659" for 127.0.0.1 at 2012-06-28 08:34:11 +0000
|
2776
|
-
Processing by AuthenticationsController#callback as HTML
|
2777
|
-
Parameters: {"code"=>"54dbb3cc72cdb99d00cae71dca153fc2454105fec072f459d558369765a02659"}
|
2778
|
-
Authenticating with gds_sso strategy
|
2779
|
-
Redirected to http://www.example-client.com/restricted
|
2780
|
-
Completed 302 Found in 1ms
|
2781
|
-
|
2782
|
-
|
2783
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-28 08:34:12 +0000
|
2784
|
-
Processing by ExampleController#restricted as HTML
|
2785
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
2786
|
-
|
2787
|
-
|
2788
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-28 08:34:12 +0000
|
2789
|
-
Processing by ExampleController#restricted as HTML
|
2790
|
-
Authenticating with gds_sso strategy
|
2791
|
-
Completed in 0ms
|
2792
|
-
|
2793
|
-
|
2794
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-28 08:34:12 +0000
|
2795
|
-
|
2796
|
-
|
2797
|
-
Started GET "/auth/gds/callback?code=cf38c078b388ccdf07dac852917dfcd09496cac3433beaa8643a21b6b55ec70f" for 127.0.0.1 at 2012-06-28 08:34:12 +0000
|
2798
|
-
Processing by AuthenticationsController#callback as HTML
|
2799
|
-
Parameters: {"code"=>"cf38c078b388ccdf07dac852917dfcd09496cac3433beaa8643a21b6b55ec70f"}
|
2800
|
-
Authenticating with gds_sso strategy
|
2801
|
-
Redirected to http://www.example-client.com/restricted
|
2802
|
-
Completed 302 Found in 1ms
|
2803
|
-
|
2804
|
-
|
2805
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-28 08:34:12 +0000
|
2806
|
-
Processing by ExampleController#restricted as HTML
|
2807
|
-
Completed 200 OK in 1ms (Views: 0.3ms)
|
2808
|
-
|
2809
|
-
|
2810
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-28 08:34:12 +0000
|
2811
|
-
Processing by ExampleController#restricted as JSON
|
2812
|
-
Authenticating with gds_sso_api_access strategy
|
2813
|
-
Completed in 250ms
|
2814
|
-
|
2815
|
-
|
2816
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-28 08:34:13 +0000
|
2817
|
-
Processing by ExampleController#restricted as JSON
|
2818
|
-
Authenticating with gds_sso_api_access strategy
|
2819
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
2820
|
-
|
2821
|
-
|
2822
|
-
Started GET "/" for 127.0.0.1 at 2012-06-28 12:14:25 +0000
|
2823
|
-
Processing by ExampleController#index as HTML
|
2824
|
-
Rendered text template (0.0ms)
|
2825
|
-
Completed 200 OK in 48ms (Views: 47.2ms)
|
2826
|
-
|
2827
|
-
|
2828
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-28 12:14:25 +0000
|
2829
|
-
Processing by ExampleController#restricted as HTML
|
2830
|
-
Authenticating with gds_sso strategy
|
2831
|
-
Completed in 58ms
|
2832
|
-
|
2833
|
-
|
2834
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-28 12:14:25 +0000
|
2835
|
-
|
2836
|
-
|
2837
|
-
Started GET "/auth/gds/callback?code=b8a7d142f3f95e2e01a9427704f0c1d783bff8c7d573f1931f279336ae26532a" for 127.0.0.1 at 2012-06-28 12:14:26 +0000
|
2838
|
-
Processing by AuthenticationsController#callback as HTML
|
2839
|
-
Parameters: {"code"=>"b8a7d142f3f95e2e01a9427704f0c1d783bff8c7d573f1931f279336ae26532a"}
|
2840
|
-
Authenticating with gds_sso strategy
|
2841
|
-
Redirected to http://www.example-client.com/restricted
|
2842
|
-
Completed 302 Found in 1ms
|
2843
|
-
|
2844
|
-
|
2845
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-28 12:14:27 +0000
|
2846
|
-
Processing by ExampleController#restricted as HTML
|
2847
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
2848
|
-
|
2849
|
-
|
2850
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-28 12:14:27 +0000
|
2851
|
-
Processing by ExampleController#restricted as HTML
|
2852
|
-
Authenticating with gds_sso strategy
|
2853
|
-
Completed in 0ms
|
2854
|
-
|
2855
|
-
|
2856
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-28 12:14:27 +0000
|
2857
|
-
|
2858
|
-
|
2859
|
-
Started GET "/auth/gds/callback?code=c898131de5086f9d62d755e9ecb2f316d768df7d3667c50a8d6ea8533dfdced3" for 127.0.0.1 at 2012-06-28 12:14:27 +0000
|
2860
|
-
Processing by AuthenticationsController#callback as HTML
|
2861
|
-
Parameters: {"code"=>"c898131de5086f9d62d755e9ecb2f316d768df7d3667c50a8d6ea8533dfdced3"}
|
2862
|
-
Authenticating with gds_sso strategy
|
2863
|
-
Redirected to http://www.example-client.com/restricted
|
2864
|
-
Completed 302 Found in 1ms
|
2865
|
-
|
2866
|
-
|
2867
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-28 12:14:27 +0000
|
2868
|
-
Processing by ExampleController#restricted as HTML
|
2869
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
2870
|
-
|
2871
|
-
|
2872
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-28 12:14:27 +0000
|
2873
|
-
Processing by ExampleController#restricted as HTML
|
2874
|
-
Authenticating with gds_sso strategy
|
2875
|
-
Completed in 0ms
|
2876
|
-
|
2877
|
-
|
2878
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-28 12:14:27 +0000
|
2879
|
-
|
2880
|
-
|
2881
|
-
Started GET "/auth/gds/callback?code=2c6ea9bd33588680881feab3a67e16bbc64ef7172f9a762918042d3c70427d71" for 127.0.0.1 at 2012-06-28 12:14:27 +0000
|
2882
|
-
Processing by AuthenticationsController#callback as HTML
|
2883
|
-
Parameters: {"code"=>"2c6ea9bd33588680881feab3a67e16bbc64ef7172f9a762918042d3c70427d71"}
|
2884
|
-
Authenticating with gds_sso strategy
|
2885
|
-
Redirected to http://www.example-client.com/restricted
|
2886
|
-
Completed 302 Found in 1ms
|
2887
|
-
|
2888
|
-
|
2889
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-28 12:14:27 +0000
|
2890
|
-
Processing by ExampleController#restricted as HTML
|
2891
|
-
Completed 200 OK in 1ms (Views: 0.4ms)
|
2892
|
-
|
2893
|
-
|
2894
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-28 12:14:27 +0000
|
2895
|
-
Processing by ExampleController#restricted as JSON
|
2896
|
-
Authenticating with gds_sso_api_access strategy
|
2897
|
-
Completed in 88ms
|
2898
|
-
|
2899
|
-
|
2900
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-28 12:14:27 +0000
|
2901
|
-
Processing by ExampleController#restricted as JSON
|
2902
|
-
Authenticating with gds_sso_api_access strategy
|
2903
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
2904
|
-
|
2905
|
-
|
2906
|
-
Started GET "/" for 127.0.0.1 at 2012-06-28 13:17:24 +0000
|
2907
|
-
Processing by ExampleController#index as HTML
|
2908
|
-
Rendered text template (0.0ms)
|
2909
|
-
Completed 200 OK in 62ms (Views: 61.4ms)
|
2910
|
-
|
2911
|
-
|
2912
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-28 13:17:25 +0000
|
2913
|
-
Processing by ExampleController#restricted as HTML
|
2914
|
-
Authenticating with gds_sso strategy
|
2915
|
-
Completed in 57ms
|
2916
|
-
|
2917
|
-
|
2918
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-28 13:17:25 +0000
|
2919
|
-
|
2920
|
-
|
2921
|
-
Started GET "/auth/gds/callback?code=2367f1a7c0c39c65021534aec9fdf5b1d1183112847a7a86e83af782bc95c446" for 127.0.0.1 at 2012-06-28 13:17:26 +0000
|
2922
|
-
Processing by AuthenticationsController#callback as HTML
|
2923
|
-
Parameters: {"code"=>"2367f1a7c0c39c65021534aec9fdf5b1d1183112847a7a86e83af782bc95c446"}
|
2924
|
-
Authenticating with gds_sso strategy
|
2925
|
-
Redirected to http://www.example-client.com/restricted
|
2926
|
-
Completed 302 Found in 1ms
|
2927
|
-
|
2928
|
-
|
2929
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-28 13:17:26 +0000
|
2930
|
-
Processing by ExampleController#restricted as HTML
|
2931
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
2932
|
-
|
2933
|
-
|
2934
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-28 13:17:26 +0000
|
2935
|
-
Processing by ExampleController#restricted as HTML
|
2936
|
-
Authenticating with gds_sso strategy
|
2937
|
-
Completed in 0ms
|
2938
|
-
|
2939
|
-
|
2940
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-28 13:17:26 +0000
|
2941
|
-
|
2942
|
-
|
2943
|
-
Started GET "/auth/gds/callback?code=553c52e1d90ee6f6fc2fee5125c61772aa6ebf49582084f533fc323eb171e242" for 127.0.0.1 at 2012-06-28 13:17:27 +0000
|
2944
|
-
Processing by AuthenticationsController#callback as HTML
|
2945
|
-
Parameters: {"code"=>"553c52e1d90ee6f6fc2fee5125c61772aa6ebf49582084f533fc323eb171e242"}
|
2946
|
-
Authenticating with gds_sso strategy
|
2947
|
-
Redirected to http://www.example-client.com/restricted
|
2948
|
-
Completed 302 Found in 1ms
|
2949
|
-
|
2950
|
-
|
2951
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-28 13:17:27 +0000
|
2952
|
-
Processing by ExampleController#restricted as HTML
|
2953
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
2954
|
-
|
2955
|
-
|
2956
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-28 13:17:27 +0000
|
2957
|
-
Processing by ExampleController#restricted as HTML
|
2958
|
-
Authenticating with gds_sso strategy
|
2959
|
-
Completed in 0ms
|
2960
|
-
|
2961
|
-
|
2962
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-28 13:17:27 +0000
|
2963
|
-
|
2964
|
-
|
2965
|
-
Started GET "/auth/gds/callback?code=f40af220e1f2baaea7120131fd2532d09534222461040fae554e982b95ff3118" for 127.0.0.1 at 2012-06-28 13:17:27 +0000
|
2966
|
-
Processing by AuthenticationsController#callback as HTML
|
2967
|
-
Parameters: {"code"=>"f40af220e1f2baaea7120131fd2532d09534222461040fae554e982b95ff3118"}
|
2968
|
-
Authenticating with gds_sso strategy
|
2969
|
-
Redirected to http://www.example-client.com/restricted
|
2970
|
-
Completed 302 Found in 1ms
|
2971
|
-
|
2972
|
-
|
2973
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-28 13:17:27 +0000
|
2974
|
-
Processing by ExampleController#restricted as HTML
|
2975
|
-
Completed 200 OK in 1ms (Views: 0.4ms)
|
2976
|
-
|
2977
|
-
|
2978
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-28 13:17:27 +0000
|
2979
|
-
Processing by ExampleController#restricted as JSON
|
2980
|
-
Authenticating with gds_sso_api_access strategy
|
2981
|
-
Completed in 136ms
|
2982
|
-
|
2983
|
-
|
2984
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-28 13:17:27 +0000
|
2985
|
-
Processing by ExampleController#restricted as JSON
|
2986
|
-
Authenticating with gds_sso_api_access strategy
|
2987
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
2988
|
-
|
2989
|
-
|
2990
|
-
Started GET "/" for 127.0.0.1 at 2012-06-29 10:20:11 +0000
|
2991
|
-
Processing by ExampleController#index as HTML
|
2992
|
-
Rendered text template (0.0ms)
|
2993
|
-
Completed 200 OK in 47ms (Views: 46.7ms)
|
2994
|
-
|
2995
|
-
|
2996
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 10:20:11 +0000
|
2997
|
-
Processing by ExampleController#restricted as HTML
|
2998
|
-
Authenticating with gds_sso strategy
|
2999
|
-
Completed in 56ms
|
3000
|
-
|
3001
|
-
|
3002
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-29 10:20:11 +0000
|
3003
|
-
|
3004
|
-
|
3005
|
-
Started GET "/auth/gds/callback?code=692b81007b43d3369c6b9201dbde9c830f5a474f015041caa6db235457343b5f" for 127.0.0.1 at 2012-06-29 10:20:12 +0000
|
3006
|
-
Processing by AuthenticationsController#callback as HTML
|
3007
|
-
Parameters: {"code"=>"692b81007b43d3369c6b9201dbde9c830f5a474f015041caa6db235457343b5f"}
|
3008
|
-
Authenticating with gds_sso strategy
|
3009
|
-
Redirected to http://www.example-client.com/restricted
|
3010
|
-
Completed 302 Found in 1ms
|
3011
|
-
|
3012
|
-
|
3013
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 10:20:12 +0000
|
3014
|
-
Processing by ExampleController#restricted as HTML
|
3015
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
3016
|
-
|
3017
|
-
|
3018
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 10:20:12 +0000
|
3019
|
-
Processing by ExampleController#restricted as HTML
|
3020
|
-
Authenticating with gds_sso strategy
|
3021
|
-
Completed in 0ms
|
3022
|
-
|
3023
|
-
|
3024
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-29 10:20:12 +0000
|
3025
|
-
|
3026
|
-
|
3027
|
-
Started GET "/auth/gds/callback?code=be594610c233d3dfdd36f0a1782715e938166f769ec56a04867fdb986b62f052" for 127.0.0.1 at 2012-06-29 10:20:13 +0000
|
3028
|
-
Processing by AuthenticationsController#callback as HTML
|
3029
|
-
Parameters: {"code"=>"be594610c233d3dfdd36f0a1782715e938166f769ec56a04867fdb986b62f052"}
|
3030
|
-
Authenticating with gds_sso strategy
|
3031
|
-
Redirected to http://www.example-client.com/restricted
|
3032
|
-
Completed 302 Found in 1ms
|
3033
|
-
|
3034
|
-
|
3035
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 10:20:13 +0000
|
3036
|
-
Processing by ExampleController#restricted as HTML
|
3037
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
3038
|
-
|
3039
|
-
|
3040
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 10:20:13 +0000
|
3041
|
-
Processing by ExampleController#restricted as HTML
|
3042
|
-
Authenticating with gds_sso strategy
|
3043
|
-
Completed in 0ms
|
3044
|
-
|
3045
|
-
|
3046
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-29 10:20:13 +0000
|
3047
|
-
|
3048
|
-
|
3049
|
-
Started GET "/auth/gds/callback?code=7d6d83427d589cd85695c34a3bec0748b092b0a67e633adffe35e34d3e4ce997" for 127.0.0.1 at 2012-06-29 10:20:13 +0000
|
3050
|
-
Processing by AuthenticationsController#callback as HTML
|
3051
|
-
Parameters: {"code"=>"7d6d83427d589cd85695c34a3bec0748b092b0a67e633adffe35e34d3e4ce997"}
|
3052
|
-
Authenticating with gds_sso strategy
|
3053
|
-
Redirected to http://www.example-client.com/restricted
|
3054
|
-
Completed 302 Found in 1ms
|
3055
|
-
|
3056
|
-
|
3057
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 10:20:13 +0000
|
3058
|
-
Processing by ExampleController#restricted as HTML
|
3059
|
-
Completed 200 OK in 1ms (Views: 0.4ms)
|
3060
|
-
|
3061
|
-
|
3062
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-06-29 10:20:13 +0000
|
3063
|
-
Processing by ExampleController#this_requires_signin_permission as HTML
|
3064
|
-
Authenticating with gds_sso strategy
|
3065
|
-
Completed in 1ms
|
3066
|
-
|
3067
|
-
|
3068
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-29 10:20:13 +0000
|
3069
|
-
|
3070
|
-
|
3071
|
-
Started GET "/auth/gds/callback?code=86d5a54f812796ca9b009be4ffa0240b0c2608be0f10769495e5ff82730c484e" for 127.0.0.1 at 2012-06-29 10:20:13 +0000
|
3072
|
-
Processing by AuthenticationsController#callback as HTML
|
3073
|
-
Parameters: {"code"=>"86d5a54f812796ca9b009be4ffa0240b0c2608be0f10769495e5ff82730c484e"}
|
3074
|
-
Authenticating with gds_sso strategy
|
3075
|
-
Redirected to http://www.example-client.com/this_requires_signin_permission
|
3076
|
-
Completed 302 Found in 1ms
|
3077
|
-
|
3078
|
-
|
3079
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-06-29 10:20:13 +0000
|
3080
|
-
Processing by ExampleController#this_requires_signin_permission as HTML
|
3081
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
3082
|
-
|
3083
|
-
|
3084
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-06-29 10:20:13 +0000
|
3085
|
-
Processing by ExampleController#this_requires_signin_permission as HTML
|
3086
|
-
Authenticating with gds_sso strategy
|
3087
|
-
Completed in 0ms
|
3088
|
-
|
3089
|
-
|
3090
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-29 10:20:13 +0000
|
3091
|
-
|
3092
|
-
|
3093
|
-
Started GET "/auth/gds/callback?code=0f4ebd3c836d8e93247ef8c8b57956ea3001a8b71b0b8bdbfae8a2d6d479acae" for 127.0.0.1 at 2012-06-29 10:20:14 +0000
|
3094
|
-
Processing by AuthenticationsController#callback as HTML
|
3095
|
-
Parameters: {"code"=>"0f4ebd3c836d8e93247ef8c8b57956ea3001a8b71b0b8bdbfae8a2d6d479acae"}
|
3096
|
-
Authenticating with gds_sso strategy
|
3097
|
-
Redirected to http://www.example-client.com/this_requires_signin_permission
|
3098
|
-
Completed 302 Found in 1ms
|
3099
|
-
|
3100
|
-
|
3101
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-06-29 10:20:14 +0000
|
3102
|
-
Processing by ExampleController#this_requires_signin_permission as HTML
|
3103
|
-
Completed 200 OK in 1ms (Views: 0.3ms)
|
3104
|
-
|
3105
|
-
|
3106
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 10:20:14 +0000
|
3107
|
-
Processing by ExampleController#restricted as JSON
|
3108
|
-
Authenticating with gds_sso_api_access strategy
|
3109
|
-
Completed in 14ms
|
3110
|
-
|
3111
|
-
|
3112
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 10:20:14 +0000
|
3113
|
-
Processing by ExampleController#restricted as JSON
|
3114
|
-
Authenticating with gds_sso_api_access strategy
|
3115
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
3116
|
-
|
3117
|
-
|
3118
|
-
Started GET "/" for 127.0.0.1 at 2012-06-29 12:06:11 +0000
|
3119
|
-
Processing by ExampleController#index as HTML
|
3120
|
-
Rendered text template (0.0ms)
|
3121
|
-
Completed 200 OK in 49ms (Views: 48.7ms)
|
3122
|
-
|
3123
|
-
|
3124
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 12:06:12 +0000
|
3125
|
-
Processing by ExampleController#restricted as HTML
|
3126
|
-
Authenticating with gds_sso strategy
|
3127
|
-
Completed in 60ms
|
3128
|
-
|
3129
|
-
|
3130
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-29 12:06:12 +0000
|
3131
|
-
|
3132
|
-
|
3133
|
-
Started GET "/auth/gds/callback?code=9a4e02d683202930f0d325bca3817e6169e0a26790fee5cfa0fe179d4ec40804" for 127.0.0.1 at 2012-06-29 12:06:12 +0000
|
3134
|
-
Processing by AuthenticationsController#callback as HTML
|
3135
|
-
Parameters: {"code"=>"9a4e02d683202930f0d325bca3817e6169e0a26790fee5cfa0fe179d4ec40804"}
|
3136
|
-
Authenticating with gds_sso strategy
|
3137
|
-
Redirected to http://www.example-client.com/restricted
|
3138
|
-
Completed 302 Found in 1ms
|
3139
|
-
|
3140
|
-
|
3141
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 12:06:13 +0000
|
3142
|
-
Processing by ExampleController#restricted as HTML
|
3143
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
3144
|
-
|
3145
|
-
|
3146
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 12:06:13 +0000
|
3147
|
-
Processing by ExampleController#restricted as HTML
|
3148
|
-
Authenticating with gds_sso strategy
|
3149
|
-
Completed in 0ms
|
3150
|
-
|
3151
|
-
|
3152
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-29 12:06:13 +0000
|
3153
|
-
|
3154
|
-
|
3155
|
-
Started GET "/auth/gds/callback?code=e468f0b14b6b0291a27f74b7e964a9db48adfb9658e4c5a7c97ab47c671182ca" for 127.0.0.1 at 2012-06-29 12:06:13 +0000
|
3156
|
-
Processing by AuthenticationsController#callback as HTML
|
3157
|
-
Parameters: {"code"=>"e468f0b14b6b0291a27f74b7e964a9db48adfb9658e4c5a7c97ab47c671182ca"}
|
3158
|
-
Authenticating with gds_sso strategy
|
3159
|
-
Redirected to http://www.example-client.com/restricted
|
3160
|
-
Completed 302 Found in 1ms
|
3161
|
-
|
3162
|
-
|
3163
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 12:06:13 +0000
|
3164
|
-
Processing by ExampleController#restricted as HTML
|
3165
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
3166
|
-
|
3167
|
-
|
3168
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 12:06:13 +0000
|
3169
|
-
Processing by ExampleController#restricted as HTML
|
3170
|
-
Authenticating with gds_sso strategy
|
3171
|
-
Completed in 0ms
|
3172
|
-
|
3173
|
-
|
3174
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-29 12:06:13 +0000
|
3175
|
-
|
3176
|
-
|
3177
|
-
Started GET "/auth/gds/callback?code=e3504639ba591817607ef429dd77bdca408a74f48873e133e477e87bc53f9f65" for 127.0.0.1 at 2012-06-29 12:06:13 +0000
|
3178
|
-
Processing by AuthenticationsController#callback as HTML
|
3179
|
-
Parameters: {"code"=>"e3504639ba591817607ef429dd77bdca408a74f48873e133e477e87bc53f9f65"}
|
3180
|
-
Authenticating with gds_sso strategy
|
3181
|
-
Redirected to http://www.example-client.com/restricted
|
3182
|
-
Completed 302 Found in 1ms
|
3183
|
-
|
3184
|
-
|
3185
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 12:06:13 +0000
|
3186
|
-
Processing by ExampleController#restricted as HTML
|
3187
|
-
Completed 200 OK in 1ms (Views: 0.3ms)
|
3188
|
-
|
3189
|
-
|
3190
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-06-29 12:06:13 +0000
|
3191
|
-
Processing by ExampleController#this_requires_signin_permission as HTML
|
3192
|
-
Authenticating with gds_sso strategy
|
3193
|
-
Completed in 1ms
|
3194
|
-
|
3195
|
-
|
3196
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-29 12:06:13 +0000
|
3197
|
-
|
3198
|
-
|
3199
|
-
Started GET "/auth/gds/callback?code=9d161a55a33b94705684c02c8d3590de5d08832a156d64b26ff378ab0542a7e0" for 127.0.0.1 at 2012-06-29 12:06:14 +0000
|
3200
|
-
Processing by AuthenticationsController#callback as HTML
|
3201
|
-
Parameters: {"code"=>"9d161a55a33b94705684c02c8d3590de5d08832a156d64b26ff378ab0542a7e0"}
|
3202
|
-
Authenticating with gds_sso strategy
|
3203
|
-
Redirected to http://www.example-client.com/this_requires_signin_permission
|
3204
|
-
Completed 302 Found in 1ms
|
3205
|
-
|
3206
|
-
|
3207
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-06-29 12:06:14 +0000
|
3208
|
-
Processing by ExampleController#this_requires_signin_permission as HTML
|
3209
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
3210
|
-
|
3211
|
-
|
3212
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-06-29 12:06:14 +0000
|
3213
|
-
Processing by ExampleController#this_requires_signin_permission as HTML
|
3214
|
-
Authenticating with gds_sso strategy
|
3215
|
-
Completed in 0ms
|
3216
|
-
|
3217
|
-
|
3218
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-29 12:06:14 +0000
|
3219
|
-
|
3220
|
-
|
3221
|
-
Started GET "/auth/gds/callback?code=2824cb988876c493f9d30fc7b9b3dba935365567e72d0ec070f0d952d72b90b9" for 127.0.0.1 at 2012-06-29 12:06:14 +0000
|
3222
|
-
Processing by AuthenticationsController#callback as HTML
|
3223
|
-
Parameters: {"code"=>"2824cb988876c493f9d30fc7b9b3dba935365567e72d0ec070f0d952d72b90b9"}
|
3224
|
-
Authenticating with gds_sso strategy
|
3225
|
-
Redirected to http://www.example-client.com/this_requires_signin_permission
|
3226
|
-
Completed 302 Found in 1ms
|
3227
|
-
|
3228
|
-
|
3229
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-06-29 12:06:14 +0000
|
3230
|
-
Processing by ExampleController#this_requires_signin_permission as HTML
|
3231
|
-
Completed 200 OK in 1ms (Views: 0.3ms)
|
3232
|
-
|
3233
|
-
|
3234
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 12:06:14 +0000
|
3235
|
-
Processing by ExampleController#restricted as JSON
|
3236
|
-
Authenticating with gds_sso_api_access strategy
|
3237
|
-
Completed in 14ms
|
3238
|
-
|
3239
|
-
|
3240
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 12:06:14 +0000
|
3241
|
-
Processing by ExampleController#restricted as JSON
|
3242
|
-
Authenticating with gds_sso_api_access strategy
|
3243
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
3244
|
-
|
3245
|
-
|
3246
|
-
Started GET "/" for 127.0.0.1 at 2012-06-29 14:22:06 +0000
|
3247
|
-
Processing by ExampleController#index as HTML
|
3248
|
-
Rendered text template (0.0ms)
|
3249
|
-
Completed 200 OK in 45ms (Views: 44.8ms)
|
3250
|
-
|
3251
|
-
|
3252
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 14:22:06 +0000
|
3253
|
-
Processing by ExampleController#restricted as HTML
|
3254
|
-
Authenticating with gds_sso strategy
|
3255
|
-
Completed in 55ms
|
3256
|
-
|
3257
|
-
|
3258
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-29 14:22:06 +0000
|
3259
|
-
|
3260
|
-
|
3261
|
-
Started GET "/auth/gds/callback?code=db0c48b85499354cdb3a8a5aae58107337b0067473c7800d2bc100aac8b9335b" for 127.0.0.1 at 2012-06-29 14:22:07 +0000
|
3262
|
-
Processing by AuthenticationsController#callback as HTML
|
3263
|
-
Parameters: {"code"=>"db0c48b85499354cdb3a8a5aae58107337b0067473c7800d2bc100aac8b9335b"}
|
3264
|
-
Authenticating with gds_sso strategy
|
3265
|
-
Redirected to http://www.example-client.com/restricted
|
3266
|
-
Completed 302 Found in 1ms
|
3267
|
-
|
3268
|
-
|
3269
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 14:22:07 +0000
|
3270
|
-
Processing by ExampleController#restricted as HTML
|
3271
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
3272
|
-
|
3273
|
-
|
3274
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 14:22:07 +0000
|
3275
|
-
Processing by ExampleController#restricted as HTML
|
3276
|
-
Authenticating with gds_sso strategy
|
3277
|
-
Completed in 0ms
|
3278
|
-
|
3279
|
-
|
3280
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-29 14:22:07 +0000
|
3281
|
-
|
3282
|
-
|
3283
|
-
Started GET "/auth/gds/callback?code=967ad0bf9ce05be99f6c115ef2c8dc153084ea44b8da68c151797918d9aab0c7" for 127.0.0.1 at 2012-06-29 14:22:07 +0000
|
3284
|
-
Processing by AuthenticationsController#callback as HTML
|
3285
|
-
Parameters: {"code"=>"967ad0bf9ce05be99f6c115ef2c8dc153084ea44b8da68c151797918d9aab0c7"}
|
3286
|
-
Authenticating with gds_sso strategy
|
3287
|
-
Redirected to http://www.example-client.com/restricted
|
3288
|
-
Completed 302 Found in 1ms
|
3289
|
-
|
3290
|
-
|
3291
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 14:22:07 +0000
|
3292
|
-
Processing by ExampleController#restricted as HTML
|
3293
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
3294
|
-
|
3295
|
-
|
3296
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 14:22:07 +0000
|
3297
|
-
Processing by ExampleController#restricted as HTML
|
3298
|
-
Authenticating with gds_sso strategy
|
3299
|
-
Completed in 0ms
|
3300
|
-
|
3301
|
-
|
3302
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-29 14:22:07 +0000
|
3303
|
-
|
3304
|
-
|
3305
|
-
Started GET "/auth/gds/callback?code=40e279a854bc3aa5aa1eeb01b9ce740d2cd40206ebf076539353daf794acd53e" for 127.0.0.1 at 2012-06-29 14:22:08 +0000
|
3306
|
-
Processing by AuthenticationsController#callback as HTML
|
3307
|
-
Parameters: {"code"=>"40e279a854bc3aa5aa1eeb01b9ce740d2cd40206ebf076539353daf794acd53e"}
|
3308
|
-
Authenticating with gds_sso strategy
|
3309
|
-
Redirected to http://www.example-client.com/restricted
|
3310
|
-
Completed 302 Found in 1ms
|
3311
|
-
|
3312
|
-
|
3313
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 14:22:08 +0000
|
3314
|
-
Processing by ExampleController#restricted as HTML
|
3315
|
-
Completed 200 OK in 1ms (Views: 0.3ms)
|
3316
|
-
|
3317
|
-
|
3318
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-06-29 14:22:08 +0000
|
3319
|
-
Processing by ExampleController#this_requires_signin_permission as HTML
|
3320
|
-
Authenticating with gds_sso strategy
|
3321
|
-
Completed in 1ms
|
3322
|
-
|
3323
|
-
|
3324
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-29 14:22:08 +0000
|
3325
|
-
|
3326
|
-
|
3327
|
-
Started GET "/auth/gds/callback?code=a4cf30c09a2cff7c853a312da852dae6259927e4f42a30d247bf5a0d7a850607" for 127.0.0.1 at 2012-06-29 14:22:08 +0000
|
3328
|
-
Processing by AuthenticationsController#callback as HTML
|
3329
|
-
Parameters: {"code"=>"a4cf30c09a2cff7c853a312da852dae6259927e4f42a30d247bf5a0d7a850607"}
|
3330
|
-
Authenticating with gds_sso strategy
|
3331
|
-
Redirected to http://www.example-client.com/this_requires_signin_permission
|
3332
|
-
Completed 302 Found in 1ms
|
3333
|
-
|
3334
|
-
|
3335
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-06-29 14:22:08 +0000
|
3336
|
-
Processing by ExampleController#this_requires_signin_permission as HTML
|
3337
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
3338
|
-
|
3339
|
-
|
3340
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-06-29 14:22:08 +0000
|
3341
|
-
Processing by ExampleController#this_requires_signin_permission as HTML
|
3342
|
-
Authenticating with gds_sso strategy
|
3343
|
-
Completed in 0ms
|
3344
|
-
|
3345
|
-
|
3346
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-29 14:22:08 +0000
|
3347
|
-
|
3348
|
-
|
3349
|
-
Started GET "/auth/gds/callback?code=8956554b2c30f7c4ed35be7695bfbbd400710c6791769f17b84a4e11d3e6eb93" for 127.0.0.1 at 2012-06-29 14:22:08 +0000
|
3350
|
-
Processing by AuthenticationsController#callback as HTML
|
3351
|
-
Parameters: {"code"=>"8956554b2c30f7c4ed35be7695bfbbd400710c6791769f17b84a4e11d3e6eb93"}
|
3352
|
-
Authenticating with gds_sso strategy
|
3353
|
-
Redirected to http://www.example-client.com/this_requires_signin_permission
|
3354
|
-
Completed 302 Found in 1ms
|
3355
|
-
|
3356
|
-
|
3357
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-06-29 14:22:08 +0000
|
3358
|
-
Processing by ExampleController#this_requires_signin_permission as HTML
|
3359
|
-
Completed 200 OK in 1ms (Views: 0.3ms)
|
3360
|
-
|
3361
|
-
|
3362
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 14:22:08 +0000
|
3363
|
-
Processing by ExampleController#restricted as JSON
|
3364
|
-
Authenticating with gds_sso_api_access strategy
|
3365
|
-
Completed in 12ms
|
3366
|
-
|
3367
|
-
|
3368
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 14:22:08 +0000
|
3369
|
-
Processing by ExampleController#restricted as JSON
|
3370
|
-
Authenticating with gds_sso_api_access strategy
|
3371
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
3372
|
-
|
3373
|
-
|
3374
|
-
Started GET "/" for 127.0.0.1 at 2012-06-29 15:13:06 +0000
|
3375
|
-
Processing by ExampleController#index as HTML
|
3376
|
-
Rendered text template (0.0ms)
|
3377
|
-
Completed 200 OK in 45ms (Views: 44.9ms)
|
3378
|
-
|
3379
|
-
|
3380
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 15:13:06 +0000
|
3381
|
-
Processing by ExampleController#restricted as HTML
|
3382
|
-
Authenticating with gds_sso strategy
|
3383
|
-
Completed in 56ms
|
3384
|
-
|
3385
|
-
|
3386
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-29 15:13:06 +0000
|
3387
|
-
|
3388
|
-
|
3389
|
-
Started GET "/auth/gds/callback?code=84820cda6cc8a75d58afd6874092f5ffda886f132ce77c0c059eda11d832ad5f" for 127.0.0.1 at 2012-06-29 15:13:07 +0000
|
3390
|
-
Processing by AuthenticationsController#callback as HTML
|
3391
|
-
Parameters: {"code"=>"84820cda6cc8a75d58afd6874092f5ffda886f132ce77c0c059eda11d832ad5f"}
|
3392
|
-
Authenticating with gds_sso strategy
|
3393
|
-
Redirected to http://www.example-client.com/restricted
|
3394
|
-
Completed 302 Found in 1ms
|
3395
|
-
|
3396
|
-
|
3397
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 15:13:07 +0000
|
3398
|
-
Processing by ExampleController#restricted as HTML
|
3399
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
3400
|
-
|
3401
|
-
|
3402
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 15:13:07 +0000
|
3403
|
-
Processing by ExampleController#restricted as HTML
|
3404
|
-
Authenticating with gds_sso strategy
|
3405
|
-
Completed in 0ms
|
3406
|
-
|
3407
|
-
|
3408
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-29 15:13:07 +0000
|
3409
|
-
|
3410
|
-
|
3411
|
-
Started GET "/auth/gds/callback?code=65470800937a73d00fc1c6a2f5cc3a01af3bc49db01937d29761ee193e3aa6c2" for 127.0.0.1 at 2012-06-29 15:13:07 +0000
|
3412
|
-
Processing by AuthenticationsController#callback as HTML
|
3413
|
-
Parameters: {"code"=>"65470800937a73d00fc1c6a2f5cc3a01af3bc49db01937d29761ee193e3aa6c2"}
|
3414
|
-
Authenticating with gds_sso strategy
|
3415
|
-
Redirected to http://www.example-client.com/restricted
|
3416
|
-
Completed 302 Found in 1ms
|
3417
|
-
|
3418
|
-
|
3419
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 15:13:07 +0000
|
3420
|
-
Processing by ExampleController#restricted as HTML
|
3421
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
3422
|
-
|
3423
|
-
|
3424
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 15:13:07 +0000
|
3425
|
-
Processing by ExampleController#restricted as HTML
|
3426
|
-
Authenticating with gds_sso strategy
|
3427
|
-
Completed in 0ms
|
3428
|
-
|
3429
|
-
|
3430
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-29 15:13:07 +0000
|
3431
|
-
|
3432
|
-
|
3433
|
-
Started GET "/auth/gds/callback?code=8ff275c7dd38bd4038fe410c709572551e7de20bd6771d52bd4b2cbc903cbec9" for 127.0.0.1 at 2012-06-29 15:13:08 +0000
|
3434
|
-
Processing by AuthenticationsController#callback as HTML
|
3435
|
-
Parameters: {"code"=>"8ff275c7dd38bd4038fe410c709572551e7de20bd6771d52bd4b2cbc903cbec9"}
|
3436
|
-
Authenticating with gds_sso strategy
|
3437
|
-
Redirected to http://www.example-client.com/restricted
|
3438
|
-
Completed 302 Found in 1ms
|
3439
|
-
|
3440
|
-
|
3441
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 15:13:08 +0000
|
3442
|
-
Processing by ExampleController#restricted as HTML
|
3443
|
-
Completed 200 OK in 1ms (Views: 0.4ms)
|
3444
|
-
|
3445
|
-
|
3446
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-06-29 15:13:08 +0000
|
3447
|
-
Processing by ExampleController#this_requires_signin_permission as HTML
|
3448
|
-
Authenticating with gds_sso strategy
|
3449
|
-
Completed in 1ms
|
3450
|
-
|
3451
|
-
|
3452
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-29 15:13:08 +0000
|
3453
|
-
|
3454
|
-
|
3455
|
-
Started GET "/auth/gds/callback?code=6f04f68a797bee82ccb0ab6ae8a34a6bc34b906c121f3787d269adda5ab7ab33" for 127.0.0.1 at 2012-06-29 15:13:08 +0000
|
3456
|
-
Processing by AuthenticationsController#callback as HTML
|
3457
|
-
Parameters: {"code"=>"6f04f68a797bee82ccb0ab6ae8a34a6bc34b906c121f3787d269adda5ab7ab33"}
|
3458
|
-
Authenticating with gds_sso strategy
|
3459
|
-
Redirected to http://www.example-client.com/this_requires_signin_permission
|
3460
|
-
Completed 302 Found in 1ms
|
3461
|
-
|
3462
|
-
|
3463
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-06-29 15:13:08 +0000
|
3464
|
-
Processing by ExampleController#this_requires_signin_permission as HTML
|
3465
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
3466
|
-
|
3467
|
-
|
3468
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-06-29 15:13:08 +0000
|
3469
|
-
Processing by ExampleController#this_requires_signin_permission as HTML
|
3470
|
-
Authenticating with gds_sso strategy
|
3471
|
-
Completed in 0ms
|
3472
|
-
|
3473
|
-
|
3474
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-29 15:13:08 +0000
|
3475
|
-
|
3476
|
-
|
3477
|
-
Started GET "/auth/gds/callback?code=321e680d4c57253be4e5525ac8dcf32f82a9f00ca961e920b9f948f307dac3f0" for 127.0.0.1 at 2012-06-29 15:13:08 +0000
|
3478
|
-
Processing by AuthenticationsController#callback as HTML
|
3479
|
-
Parameters: {"code"=>"321e680d4c57253be4e5525ac8dcf32f82a9f00ca961e920b9f948f307dac3f0"}
|
3480
|
-
Authenticating with gds_sso strategy
|
3481
|
-
Redirected to http://www.example-client.com/this_requires_signin_permission
|
3482
|
-
Completed 302 Found in 1ms
|
3483
|
-
|
3484
|
-
|
3485
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-06-29 15:13:08 +0000
|
3486
|
-
Processing by ExampleController#this_requires_signin_permission as HTML
|
3487
|
-
Completed 200 OK in 1ms (Views: 0.3ms)
|
3488
|
-
|
3489
|
-
|
3490
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 15:13:08 +0000
|
3491
|
-
Processing by ExampleController#restricted as JSON
|
3492
|
-
Authenticating with gds_sso_api_access strategy
|
3493
|
-
Completed in 12ms
|
3494
|
-
|
3495
|
-
|
3496
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 15:13:08 +0000
|
3497
|
-
Processing by ExampleController#restricted as JSON
|
3498
|
-
Authenticating with gds_sso_api_access strategy
|
3499
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
3500
|
-
|
3501
|
-
|
3502
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-06-29 15:13:08 +0000
|
3503
|
-
Processing by ExampleController#this_requires_signin_permission as JSON
|
3504
|
-
Authenticating with gds_sso_api_access strategy
|
3505
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
3506
|
-
|
3507
|
-
|
3508
|
-
Started GET "/" for 127.0.0.1 at 2012-06-29 15:15:49 +0000
|
3
|
+
Started GET "/" for 127.0.0.1 at 2012-07-17 16:36:31 +0000
|
3509
4
|
Processing by ExampleController#index as HTML
|
3510
5
|
Rendered text template (0.0ms)
|
3511
|
-
Completed 200 OK in
|
6
|
+
Completed 200 OK in 46ms (Views: 45.6ms)
|
3512
7
|
|
3513
8
|
|
3514
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-
|
9
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-07-17 16:36:31 +0000
|
3515
10
|
Processing by ExampleController#restricted as HTML
|
3516
11
|
Authenticating with gds_sso strategy
|
3517
|
-
Completed in
|
12
|
+
Completed in 51ms
|
3518
13
|
|
3519
14
|
|
3520
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-
|
15
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-07-17 16:36:32 +0000
|
3521
16
|
|
3522
17
|
|
3523
|
-
Started GET "/auth/gds/callback?code=
|
18
|
+
Started GET "/auth/gds/callback?code=bf9812a8f63257392d4c2f1b14d445ce5e341f9881eb21c9fa7aed6a31b2efbb&state=727d32300e71b5e8af3e99303c67a00755a8b854a04dc11b" for 127.0.0.1 at 2012-07-17 16:36:32 +0000
|
3524
19
|
Processing by AuthenticationsController#callback as HTML
|
3525
|
-
Parameters: {"code"=>"
|
20
|
+
Parameters: {"code"=>"bf9812a8f63257392d4c2f1b14d445ce5e341f9881eb21c9fa7aed6a31b2efbb", "state"=>"727d32300e71b5e8af3e99303c67a00755a8b854a04dc11b"}
|
3526
21
|
Authenticating with gds_sso strategy
|
3527
22
|
Redirected to http://www.example-client.com/restricted
|
3528
|
-
Completed 302 Found in
|
23
|
+
Completed 302 Found in 29ms
|
3529
24
|
|
3530
25
|
|
3531
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-
|
26
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-07-17 16:36:32 +0000
|
3532
27
|
Processing by ExampleController#restricted as HTML
|
3533
28
|
Completed 200 OK in 1ms (Views: 0.5ms)
|
3534
29
|
|
3535
30
|
|
3536
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-
|
31
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-07-17 16:36:32 +0000
|
3537
32
|
Processing by ExampleController#restricted as HTML
|
3538
33
|
Authenticating with gds_sso strategy
|
3539
34
|
Completed in 0ms
|
3540
35
|
|
3541
36
|
|
3542
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-
|
37
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-07-17 16:36:32 +0000
|
3543
38
|
|
3544
39
|
|
3545
|
-
Started GET "/auth/gds/callback?code=
|
40
|
+
Started GET "/auth/gds/callback?code=6fedc1a20718c4ef94605865370c4c702db05780342853e626889c4daaa73af0&state=96106bc6641058ec62e8a9eaec6dcc30354c0f4db43a1264" for 127.0.0.1 at 2012-07-17 16:36:33 +0000
|
3546
41
|
Processing by AuthenticationsController#callback as HTML
|
3547
|
-
Parameters: {"code"=>"
|
42
|
+
Parameters: {"code"=>"6fedc1a20718c4ef94605865370c4c702db05780342853e626889c4daaa73af0", "state"=>"96106bc6641058ec62e8a9eaec6dcc30354c0f4db43a1264"}
|
3548
43
|
Authenticating with gds_sso strategy
|
3549
44
|
Redirected to http://www.example-client.com/restricted
|
3550
45
|
Completed 302 Found in 1ms
|
3551
46
|
|
3552
47
|
|
3553
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-
|
48
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-07-17 16:36:33 +0000
|
3554
49
|
Processing by ExampleController#restricted as HTML
|
3555
50
|
Completed 200 OK in 1ms (Views: 0.5ms)
|
3556
51
|
|
3557
52
|
|
3558
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-
|
53
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-07-17 16:36:33 +0000
|
3559
54
|
Processing by ExampleController#restricted as HTML
|
3560
55
|
Authenticating with gds_sso strategy
|
3561
56
|
Completed in 0ms
|
3562
57
|
|
3563
58
|
|
3564
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-
|
59
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-07-17 16:36:33 +0000
|
3565
60
|
|
3566
61
|
|
3567
|
-
Started GET "/auth/gds/callback?code=
|
62
|
+
Started GET "/auth/gds/callback?code=2bca824423645e00402b2ab39bfae9aaed9e2ca86e8b540bf67bc3a5e476cbdd&state=2350b3f6fc594e4035e36fe2026c6bcdbd3f9483fdc68f5f" for 127.0.0.1 at 2012-07-17 16:36:33 +0000
|
3568
63
|
Processing by AuthenticationsController#callback as HTML
|
3569
|
-
Parameters: {"code"=>"
|
64
|
+
Parameters: {"code"=>"2bca824423645e00402b2ab39bfae9aaed9e2ca86e8b540bf67bc3a5e476cbdd", "state"=>"2350b3f6fc594e4035e36fe2026c6bcdbd3f9483fdc68f5f"}
|
3570
65
|
Authenticating with gds_sso strategy
|
3571
66
|
Redirected to http://www.example-client.com/restricted
|
3572
67
|
Completed 302 Found in 1ms
|
3573
68
|
|
3574
69
|
|
3575
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-
|
70
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-07-17 16:36:33 +0000
|
3576
71
|
Processing by ExampleController#restricted as HTML
|
3577
72
|
Completed 200 OK in 1ms (Views: 0.3ms)
|
3578
73
|
|
3579
74
|
|
3580
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-
|
75
|
+
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-07-17 16:36:33 +0000
|
3581
76
|
Processing by ExampleController#this_requires_signin_permission as HTML
|
3582
77
|
Authenticating with gds_sso strategy
|
3583
78
|
Completed in 1ms
|
3584
79
|
|
3585
80
|
|
3586
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-
|
3587
|
-
|
3588
|
-
|
3589
|
-
Started GET "/auth/gds/callback?code=45442ccb3e7d3f5ec07aae9d0bff433f79718e2b60b5b657ed4b77e42d67fb70" for 127.0.0.1 at 2012-06-29 15:15:52 +0000
|
3590
|
-
Processing by AuthenticationsController#callback as HTML
|
3591
|
-
Parameters: {"code"=>"45442ccb3e7d3f5ec07aae9d0bff433f79718e2b60b5b657ed4b77e42d67fb70"}
|
3592
|
-
Authenticating with gds_sso strategy
|
3593
|
-
Redirected to http://www.example-client.com/this_requires_signin_permission
|
3594
|
-
Completed 302 Found in 1ms
|
3595
|
-
|
3596
|
-
|
3597
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-06-29 15:15:52 +0000
|
3598
|
-
Processing by ExampleController#this_requires_signin_permission as HTML
|
3599
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
3600
|
-
|
3601
|
-
|
3602
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-06-29 15:15:52 +0000
|
3603
|
-
Processing by ExampleController#this_requires_signin_permission as HTML
|
3604
|
-
Authenticating with gds_sso strategy
|
3605
|
-
Completed in 0ms
|
3606
|
-
|
3607
|
-
|
3608
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-06-29 15:15:52 +0000
|
81
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-07-17 16:36:33 +0000
|
3609
82
|
|
3610
83
|
|
3611
|
-
Started GET "/auth/gds/callback?code=
|
84
|
+
Started GET "/auth/gds/callback?code=aa2354a4b1552a09c50c760a6cb33aab84b4aea138e398477fea6f6e28571444&state=aeba3466afee25fe13ad129d3aa1cf888fcacde919404599" for 127.0.0.1 at 2012-07-17 16:36:33 +0000
|
3612
85
|
Processing by AuthenticationsController#callback as HTML
|
3613
|
-
Parameters: {"code"=>"
|
86
|
+
Parameters: {"code"=>"aa2354a4b1552a09c50c760a6cb33aab84b4aea138e398477fea6f6e28571444", "state"=>"aeba3466afee25fe13ad129d3aa1cf888fcacde919404599"}
|
3614
87
|
Authenticating with gds_sso strategy
|
3615
88
|
Redirected to http://www.example-client.com/this_requires_signin_permission
|
3616
89
|
Completed 302 Found in 1ms
|
3617
90
|
|
3618
91
|
|
3619
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-
|
92
|
+
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-07-17 16:36:33 +0000
|
3620
93
|
Processing by ExampleController#this_requires_signin_permission as HTML
|
3621
|
-
Completed 200 OK in 1ms (Views: 0.3ms)
|
3622
|
-
|
3623
|
-
|
3624
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 15:15:52 +0000
|
3625
|
-
Processing by ExampleController#restricted as JSON
|
3626
|
-
Authenticating with gds_sso_api_access strategy
|
3627
|
-
Completed in 13ms
|
3628
|
-
|
3629
|
-
|
3630
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-06-29 15:15:52 +0000
|
3631
|
-
Processing by ExampleController#restricted as JSON
|
3632
|
-
Authenticating with gds_sso_api_access strategy
|
3633
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
3634
|
-
|
3635
|
-
|
3636
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-06-29 15:15:52 +0000
|
3637
|
-
Processing by ExampleController#this_requires_signin_permission as JSON
|
3638
|
-
Authenticating with gds_sso_api_access strategy
|
3639
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
3640
|
-
|
3641
|
-
|
3642
|
-
Started GET "/" for 127.0.0.1 at 2012-07-05 09:53:38 +0000
|
3643
|
-
Processing by ExampleController#index as HTML
|
3644
|
-
Rendered text template (0.0ms)
|
3645
|
-
Completed 200 OK in 61ms (Views: 60.5ms)
|
3646
|
-
|
3647
|
-
|
3648
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-07-05 09:53:39 +0000
|
3649
|
-
Processing by ExampleController#restricted as HTML
|
3650
|
-
Authenticating with gds_sso strategy
|
3651
|
-
Completed in 59ms
|
3652
|
-
|
3653
|
-
|
3654
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-07-05 09:53:39 +0000
|
3655
|
-
|
3656
|
-
|
3657
|
-
Started GET "/auth/gds/callback?code=20e6ceb1882795bbe08e6c08449d259ae794876da286c3b5a87753b8c4210219" for 127.0.0.1 at 2012-07-05 09:53:40 +0000
|
3658
|
-
Processing by AuthenticationsController#callback as HTML
|
3659
|
-
Parameters: {"code"=>"20e6ceb1882795bbe08e6c08449d259ae794876da286c3b5a87753b8c4210219"}
|
3660
|
-
Authenticating with gds_sso strategy
|
3661
|
-
Redirected to http://www.example-client.com/restricted
|
3662
|
-
Completed 302 Found in 1ms
|
3663
|
-
|
3664
|
-
|
3665
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-07-05 09:53:40 +0000
|
3666
|
-
Processing by ExampleController#restricted as HTML
|
3667
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
3668
|
-
|
3669
|
-
|
3670
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-07-05 09:53:40 +0000
|
3671
|
-
Processing by ExampleController#restricted as HTML
|
3672
|
-
Authenticating with gds_sso strategy
|
3673
|
-
Completed in 1ms
|
3674
|
-
|
3675
|
-
|
3676
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-07-05 09:53:40 +0000
|
3677
|
-
|
3678
|
-
|
3679
|
-
Started GET "/auth/gds/callback?code=87dbc56e17acca533425d4a129c1613d4732ca43caad9217c47c458b56f13186" for 127.0.0.1 at 2012-07-05 09:53:40 +0000
|
3680
|
-
Processing by AuthenticationsController#callback as HTML
|
3681
|
-
Parameters: {"code"=>"87dbc56e17acca533425d4a129c1613d4732ca43caad9217c47c458b56f13186"}
|
3682
|
-
Authenticating with gds_sso strategy
|
3683
|
-
Redirected to http://www.example-client.com/restricted
|
3684
|
-
Completed 302 Found in 1ms
|
3685
|
-
|
3686
|
-
|
3687
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-07-05 09:53:40 +0000
|
3688
|
-
Processing by ExampleController#restricted as HTML
|
3689
94
|
Completed 200 OK in 1ms (Views: 0.5ms)
|
3690
95
|
|
3691
96
|
|
3692
|
-
Started GET "/
|
3693
|
-
Processing by ExampleController#restricted as HTML
|
3694
|
-
Authenticating with gds_sso strategy
|
3695
|
-
Completed in 0ms
|
3696
|
-
|
3697
|
-
|
3698
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-07-05 09:53:40 +0000
|
3699
|
-
|
3700
|
-
|
3701
|
-
Started GET "/auth/gds/callback?code=1933908f2f4bc31395d244ce85f683cb9b4e72448fee032f9be09799f312918f" for 127.0.0.1 at 2012-07-05 09:53:40 +0000
|
3702
|
-
Processing by AuthenticationsController#callback as HTML
|
3703
|
-
Parameters: {"code"=>"1933908f2f4bc31395d244ce85f683cb9b4e72448fee032f9be09799f312918f"}
|
3704
|
-
Authenticating with gds_sso strategy
|
3705
|
-
Redirected to http://www.example-client.com/restricted
|
3706
|
-
Completed 302 Found in 1ms
|
3707
|
-
|
3708
|
-
|
3709
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-07-05 09:53:40 +0000
|
3710
|
-
Processing by ExampleController#restricted as HTML
|
3711
|
-
Completed 200 OK in 1ms (Views: 0.3ms)
|
3712
|
-
|
3713
|
-
|
3714
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-07-05 09:53:41 +0000
|
3715
|
-
Processing by ExampleController#this_requires_signin_permission as HTML
|
3716
|
-
Authenticating with gds_sso strategy
|
3717
|
-
Completed in 1ms
|
3718
|
-
|
3719
|
-
|
3720
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-07-05 09:53:41 +0000
|
3721
|
-
|
3722
|
-
|
3723
|
-
Started GET "/auth/gds/callback?code=4cfd8778aa1427d2562f6e054e9ff8f553181176a948899497deb32257be50e2" for 127.0.0.1 at 2012-07-05 09:53:41 +0000
|
3724
|
-
Processing by AuthenticationsController#callback as HTML
|
3725
|
-
Parameters: {"code"=>"4cfd8778aa1427d2562f6e054e9ff8f553181176a948899497deb32257be50e2"}
|
3726
|
-
Authenticating with gds_sso strategy
|
3727
|
-
Redirected to http://www.example-client.com/this_requires_signin_permission
|
3728
|
-
Completed 302 Found in 1ms
|
3729
|
-
|
3730
|
-
|
3731
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-07-05 09:53:41 +0000
|
3732
|
-
Processing by ExampleController#this_requires_signin_permission as HTML
|
3733
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
3734
|
-
|
3735
|
-
|
3736
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-07-05 09:53:41 +0000
|
97
|
+
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-07-17 16:36:33 +0000
|
3737
98
|
Processing by ExampleController#this_requires_signin_permission as HTML
|
3738
99
|
Authenticating with gds_sso strategy
|
3739
100
|
Completed in 0ms
|
3740
101
|
|
3741
102
|
|
3742
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-07-
|
103
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-07-17 16:36:33 +0000
|
3743
104
|
|
3744
105
|
|
3745
|
-
Started GET "/auth/gds/callback?code=
|
106
|
+
Started GET "/auth/gds/callback?code=f9f4368bc1c495384a5201f055942ded97c1b89bdd11093c17168e04112c1324&state=ae9e5cbf451b3191862dd12fcad1f7d07f281c627010a4d7" for 127.0.0.1 at 2012-07-17 16:36:33 +0000
|
3746
107
|
Processing by AuthenticationsController#callback as HTML
|
3747
|
-
Parameters: {"code"=>"
|
108
|
+
Parameters: {"code"=>"f9f4368bc1c495384a5201f055942ded97c1b89bdd11093c17168e04112c1324", "state"=>"ae9e5cbf451b3191862dd12fcad1f7d07f281c627010a4d7"}
|
3748
109
|
Authenticating with gds_sso strategy
|
3749
110
|
Redirected to http://www.example-client.com/this_requires_signin_permission
|
3750
111
|
Completed 302 Found in 1ms
|
3751
112
|
|
3752
113
|
|
3753
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-07-
|
114
|
+
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-07-17 16:36:33 +0000
|
3754
115
|
Processing by ExampleController#this_requires_signin_permission as HTML
|
3755
116
|
Completed 200 OK in 1ms (Views: 0.3ms)
|
3756
117
|
|
3757
118
|
|
3758
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-07-
|
119
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-07-17 16:36:34 +0000
|
3759
120
|
Processing by ExampleController#restricted as JSON
|
3760
121
|
Authenticating with gds_sso_api_access strategy
|
3761
|
-
Completed in
|
122
|
+
Completed in 12ms
|
3762
123
|
|
3763
124
|
|
3764
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-07-
|
125
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-07-17 16:36:34 +0000
|
3765
126
|
Processing by ExampleController#restricted as JSON
|
3766
127
|
Authenticating with gds_sso_api_access strategy
|
3767
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
3768
|
-
|
3769
|
-
|
3770
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-07-05 09:53:41 +0000
|
3771
|
-
Processing by ExampleController#this_requires_signin_permission as JSON
|
3772
|
-
Authenticating with gds_sso_api_access strategy
|
3773
|
-
Completed 200 OK in 2ms (Views: 0.6ms)
|
3774
|
-
|
3775
|
-
|
3776
|
-
Started GET "/" for 127.0.0.1 at 2012-07-06 09:41:47 +0000
|
3777
|
-
Processing by ExampleController#index as HTML
|
3778
|
-
Rendered text template (0.0ms)
|
3779
|
-
Completed 200 OK in 49ms (Views: 48.3ms)
|
3780
|
-
|
3781
|
-
|
3782
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-07-06 09:41:48 +0000
|
3783
|
-
Processing by ExampleController#restricted as HTML
|
3784
|
-
Authenticating with gds_sso strategy
|
3785
|
-
Completed in 57ms
|
3786
|
-
|
3787
|
-
|
3788
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-07-06 09:41:48 +0000
|
3789
|
-
|
3790
|
-
|
3791
|
-
Started GET "/auth/gds/callback?code=71ec92eee5953ce38a526a43a8647d47fcaeb2f5d2b0d82fecab58a3e0100eb6" for 127.0.0.1 at 2012-07-06 09:41:49 +0000
|
3792
|
-
Processing by AuthenticationsController#callback as HTML
|
3793
|
-
Parameters: {"code"=>"71ec92eee5953ce38a526a43a8647d47fcaeb2f5d2b0d82fecab58a3e0100eb6"}
|
3794
|
-
Authenticating with gds_sso strategy
|
3795
|
-
Redirected to http://www.example-client.com/restricted
|
3796
|
-
Completed 302 Found in 1ms
|
3797
|
-
|
3798
|
-
|
3799
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-07-06 09:41:49 +0000
|
3800
|
-
Processing by ExampleController#restricted as HTML
|
3801
|
-
Completed 200 OK in 1ms (Views: 0.5ms)
|
3802
|
-
|
3803
|
-
|
3804
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-07-06 09:41:49 +0000
|
3805
|
-
Processing by ExampleController#restricted as HTML
|
3806
|
-
Authenticating with gds_sso strategy
|
3807
|
-
Completed in 0ms
|
3808
|
-
|
3809
|
-
|
3810
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-07-06 09:41:49 +0000
|
3811
|
-
|
3812
|
-
|
3813
|
-
Started GET "/auth/gds/callback?code=7bdf75481822f0a4d117ca60992afe3dc75b5d23cdf1e8cc9a00016d1de054b8" for 127.0.0.1 at 2012-07-06 09:41:49 +0000
|
3814
|
-
Processing by AuthenticationsController#callback as HTML
|
3815
|
-
Parameters: {"code"=>"7bdf75481822f0a4d117ca60992afe3dc75b5d23cdf1e8cc9a00016d1de054b8"}
|
3816
|
-
Authenticating with gds_sso strategy
|
3817
|
-
Redirected to http://www.example-client.com/restricted
|
3818
|
-
Completed 302 Found in 1ms
|
3819
|
-
|
3820
|
-
|
3821
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-07-06 09:41:49 +0000
|
3822
|
-
Processing by ExampleController#restricted as HTML
|
3823
128
|
Completed 200 OK in 1ms (Views: 0.5ms)
|
3824
129
|
|
3825
130
|
|
3826
|
-
Started GET "/
|
3827
|
-
Processing by ExampleController#restricted as HTML
|
3828
|
-
Authenticating with gds_sso strategy
|
3829
|
-
Completed in 0ms
|
3830
|
-
|
3831
|
-
|
3832
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-07-06 09:41:49 +0000
|
3833
|
-
|
3834
|
-
|
3835
|
-
Started GET "/auth/gds/callback?code=b89bf9999a2c2321c95bb750021185a06c95b24ff907e9e79da916d4b09dde2f" for 127.0.0.1 at 2012-07-06 09:41:50 +0000
|
3836
|
-
Processing by AuthenticationsController#callback as HTML
|
3837
|
-
Parameters: {"code"=>"b89bf9999a2c2321c95bb750021185a06c95b24ff907e9e79da916d4b09dde2f"}
|
3838
|
-
Authenticating with gds_sso strategy
|
3839
|
-
Redirected to http://www.example-client.com/restricted
|
3840
|
-
Completed 302 Found in 1ms
|
3841
|
-
|
3842
|
-
|
3843
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-07-06 09:41:50 +0000
|
3844
|
-
Processing by ExampleController#restricted as HTML
|
3845
|
-
Completed 200 OK in 1ms (Views: 0.4ms)
|
3846
|
-
|
3847
|
-
|
3848
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-07-06 09:41:50 +0000
|
3849
|
-
Processing by ExampleController#this_requires_signin_permission as HTML
|
3850
|
-
Authenticating with gds_sso strategy
|
3851
|
-
Completed in 1ms
|
3852
|
-
|
3853
|
-
|
3854
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-07-06 09:41:50 +0000
|
3855
|
-
|
3856
|
-
|
3857
|
-
Started GET "/auth/gds/callback?code=0032b4e775f3f4db74e631445714e8ed9824a92eab6f4386a37523344dcd4680" for 127.0.0.1 at 2012-07-06 09:41:50 +0000
|
3858
|
-
Processing by AuthenticationsController#callback as HTML
|
3859
|
-
Parameters: {"code"=>"0032b4e775f3f4db74e631445714e8ed9824a92eab6f4386a37523344dcd4680"}
|
3860
|
-
Authenticating with gds_sso strategy
|
3861
|
-
Redirected to http://www.example-client.com/this_requires_signin_permission
|
3862
|
-
Completed 302 Found in 1ms
|
3863
|
-
|
3864
|
-
|
3865
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-07-06 09:41:50 +0000
|
3866
|
-
Processing by ExampleController#this_requires_signin_permission as HTML
|
3867
|
-
Completed 200 OK in 1ms (Views: 0.6ms)
|
3868
|
-
|
3869
|
-
|
3870
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-07-06 09:41:50 +0000
|
3871
|
-
Processing by ExampleController#this_requires_signin_permission as HTML
|
3872
|
-
Authenticating with gds_sso strategy
|
3873
|
-
Completed in 0ms
|
3874
|
-
|
3875
|
-
|
3876
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-07-06 09:41:50 +0000
|
3877
|
-
|
3878
|
-
|
3879
|
-
Started GET "/auth/gds/callback?code=8250970673248032ded4063ee0321b1e3c84173c7f17d9e19c193ded808962ff" for 127.0.0.1 at 2012-07-06 09:41:50 +0000
|
3880
|
-
Processing by AuthenticationsController#callback as HTML
|
3881
|
-
Parameters: {"code"=>"8250970673248032ded4063ee0321b1e3c84173c7f17d9e19c193ded808962ff"}
|
3882
|
-
Authenticating with gds_sso strategy
|
3883
|
-
Redirected to http://www.example-client.com/this_requires_signin_permission
|
3884
|
-
Completed 302 Found in 1ms
|
3885
|
-
|
3886
|
-
|
3887
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-07-06 09:41:50 +0000
|
3888
|
-
Processing by ExampleController#this_requires_signin_permission as HTML
|
3889
|
-
Completed 200 OK in 1ms (Views: 0.4ms)
|
3890
|
-
|
3891
|
-
|
3892
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-07-06 09:41:50 +0000
|
3893
|
-
Processing by ExampleController#restricted as JSON
|
3894
|
-
Authenticating with gds_sso_api_access strategy
|
3895
|
-
Completed in 34ms
|
3896
|
-
|
3897
|
-
|
3898
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-07-06 09:41:50 +0000
|
3899
|
-
Processing by ExampleController#restricted as JSON
|
3900
|
-
Authenticating with gds_sso_api_access strategy
|
3901
|
-
Completed 200 OK in 2ms (Views: 0.9ms)
|
3902
|
-
|
3903
|
-
|
3904
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-07-06 09:41:50 +0000
|
131
|
+
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-07-17 16:36:34 +0000
|
3905
132
|
Processing by ExampleController#this_requires_signin_permission as JSON
|
3906
133
|
Authenticating with gds_sso_api_access strategy
|
3907
|
-
Completed 200 OK in
|
134
|
+
Completed 200 OK in 1ms (Views: 0.5ms)
|
135
|
+
Processing by Api::UserController#update as HTML
|
136
|
+
Rendered /mnt/jenkins/workspace/GDS-SSO/app/views/authorisations/unauthorised.html.erb within layouts/unauthorised (31.2ms)
|
137
|
+
Completed 403 Forbidden in 74ms (Views: 73.4ms)
|
138
|
+
Processing by Api::UserController#update as HTML
|
139
|
+
Completed 200 OK in 0ms
|
3908
140
|
|
3909
141
|
|
3910
|
-
Started GET "/" for 127.0.0.1 at 2012-07-
|
142
|
+
Started GET "/" for 127.0.0.1 at 2012-07-20 10:20:44 +0000
|
3911
143
|
Processing by ExampleController#index as HTML
|
3912
|
-
|
3913
|
-
Completed 200 OK in 59ms (Views: 58.6ms)
|
144
|
+
Completed 200 OK in 5ms (Views: 4.6ms)
|
3914
145
|
|
3915
146
|
|
3916
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-07-
|
147
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-07-20 10:20:44 +0000
|
3917
148
|
Processing by ExampleController#restricted as HTML
|
3918
149
|
Authenticating with gds_sso strategy
|
3919
|
-
Completed in
|
150
|
+
Completed in 50ms
|
3920
151
|
|
3921
152
|
|
3922
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-07-
|
153
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-07-20 10:20:44 +0000
|
3923
154
|
|
3924
155
|
|
3925
|
-
Started GET "/auth/gds/callback?code=
|
156
|
+
Started GET "/auth/gds/callback?code=0730827c6d6f80bcfbc8a16aac08cc8404c74348901a1e3e443bf557659a0268&state=37ab9d27b21faef971cf140d40d4f2a88fb5089edb3da6ea" for 127.0.0.1 at 2012-07-20 10:20:45 +0000
|
3926
157
|
Processing by AuthenticationsController#callback as HTML
|
3927
|
-
Parameters: {"code"=>"
|
158
|
+
Parameters: {"code"=>"0730827c6d6f80bcfbc8a16aac08cc8404c74348901a1e3e443bf557659a0268", "state"=>"37ab9d27b21faef971cf140d40d4f2a88fb5089edb3da6ea"}
|
3928
159
|
Authenticating with gds_sso strategy
|
3929
160
|
Redirected to http://www.example-client.com/restricted
|
3930
161
|
Completed 302 Found in 1ms
|
3931
162
|
|
3932
163
|
|
3933
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-07-
|
164
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-07-20 10:20:45 +0000
|
3934
165
|
Processing by ExampleController#restricted as HTML
|
3935
166
|
Completed 200 OK in 1ms (Views: 0.5ms)
|
3936
167
|
|
3937
168
|
|
3938
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-07-
|
169
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-07-20 10:20:45 +0000
|
3939
170
|
Processing by ExampleController#restricted as HTML
|
3940
171
|
Authenticating with gds_sso strategy
|
3941
172
|
Completed in 0ms
|
3942
173
|
|
3943
174
|
|
3944
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-07-
|
175
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-07-20 10:20:45 +0000
|
3945
176
|
|
3946
177
|
|
3947
|
-
Started GET "/auth/gds/callback?code=
|
178
|
+
Started GET "/auth/gds/callback?code=82bf24a88462a28a02b555212372f796599ff6e86d611146c22acd4776ae5ea2&state=76db50edcce96227b9811b6f664a33295839a32f4f73e0b8" for 127.0.0.1 at 2012-07-20 10:20:46 +0000
|
3948
179
|
Processing by AuthenticationsController#callback as HTML
|
3949
|
-
Parameters: {"code"=>"
|
180
|
+
Parameters: {"code"=>"82bf24a88462a28a02b555212372f796599ff6e86d611146c22acd4776ae5ea2", "state"=>"76db50edcce96227b9811b6f664a33295839a32f4f73e0b8"}
|
3950
181
|
Authenticating with gds_sso strategy
|
3951
182
|
Redirected to http://www.example-client.com/restricted
|
3952
183
|
Completed 302 Found in 1ms
|
3953
184
|
|
3954
185
|
|
3955
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-07-
|
186
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-07-20 10:20:46 +0000
|
3956
187
|
Processing by ExampleController#restricted as HTML
|
3957
188
|
Completed 200 OK in 1ms (Views: 0.5ms)
|
3958
189
|
|
3959
190
|
|
3960
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-07-
|
191
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-07-20 10:20:46 +0000
|
3961
192
|
Processing by ExampleController#restricted as HTML
|
3962
193
|
Authenticating with gds_sso strategy
|
3963
194
|
Completed in 0ms
|
3964
195
|
|
3965
196
|
|
3966
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-07-
|
197
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-07-20 10:20:46 +0000
|
3967
198
|
|
3968
199
|
|
3969
|
-
Started GET "/auth/gds/callback?code=
|
200
|
+
Started GET "/auth/gds/callback?code=6ac313988e050abc2311183fb388eb2fbbe3de18cd1d9c19b674364b3e9416ef&state=050ba514c96ea05af16ed32cbe8a825b999bd23665394967" for 127.0.0.1 at 2012-07-20 10:20:46 +0000
|
3970
201
|
Processing by AuthenticationsController#callback as HTML
|
3971
|
-
Parameters: {"code"=>"
|
202
|
+
Parameters: {"code"=>"6ac313988e050abc2311183fb388eb2fbbe3de18cd1d9c19b674364b3e9416ef", "state"=>"050ba514c96ea05af16ed32cbe8a825b999bd23665394967"}
|
3972
203
|
Authenticating with gds_sso strategy
|
3973
204
|
Redirected to http://www.example-client.com/restricted
|
3974
205
|
Completed 302 Found in 1ms
|
3975
206
|
|
3976
207
|
|
3977
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-07-
|
208
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-07-20 10:20:46 +0000
|
3978
209
|
Processing by ExampleController#restricted as HTML
|
3979
|
-
Completed 200 OK in 1ms (Views: 0.
|
210
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
3980
211
|
|
3981
212
|
|
3982
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-07-
|
213
|
+
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-07-20 10:20:46 +0000
|
3983
214
|
Processing by ExampleController#this_requires_signin_permission as HTML
|
3984
215
|
Authenticating with gds_sso strategy
|
3985
216
|
Completed in 1ms
|
3986
217
|
|
3987
218
|
|
3988
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-07-
|
219
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-07-20 10:20:46 +0000
|
3989
220
|
|
3990
221
|
|
3991
|
-
Started GET "/auth/gds/callback?code=
|
222
|
+
Started GET "/auth/gds/callback?code=500cb6f261c06223aa85a80ccdb3b8ab9ee65ecfae56ed74f8e37e2b2bbe21f6&state=df3a2fb6fa977098f06ea3b0bc7d3da7bf3dc33655bc0698" for 127.0.0.1 at 2012-07-20 10:20:46 +0000
|
3992
223
|
Processing by AuthenticationsController#callback as HTML
|
3993
|
-
Parameters: {"code"=>"
|
224
|
+
Parameters: {"code"=>"500cb6f261c06223aa85a80ccdb3b8ab9ee65ecfae56ed74f8e37e2b2bbe21f6", "state"=>"df3a2fb6fa977098f06ea3b0bc7d3da7bf3dc33655bc0698"}
|
3994
225
|
Authenticating with gds_sso strategy
|
3995
226
|
Redirected to http://www.example-client.com/this_requires_signin_permission
|
3996
227
|
Completed 302 Found in 1ms
|
3997
228
|
|
3998
229
|
|
3999
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-07-
|
230
|
+
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-07-20 10:20:46 +0000
|
4000
231
|
Processing by ExampleController#this_requires_signin_permission as HTML
|
4001
|
-
Completed 200 OK in 1ms (Views: 0.
|
232
|
+
Completed 200 OK in 1ms (Views: 0.5ms)
|
4002
233
|
|
4003
234
|
|
4004
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-07-
|
235
|
+
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-07-20 10:20:46 +0000
|
4005
236
|
Processing by ExampleController#this_requires_signin_permission as HTML
|
4006
237
|
Authenticating with gds_sso strategy
|
4007
238
|
Completed in 0ms
|
4008
239
|
|
4009
240
|
|
4010
|
-
Started GET "/auth/gds" for 127.0.0.1 at 2012-07-
|
241
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-07-20 10:20:46 +0000
|
4011
242
|
|
4012
243
|
|
4013
|
-
Started GET "/auth/gds/callback?code=
|
244
|
+
Started GET "/auth/gds/callback?code=cfd9cc583a3820c77f3a8ce95211749a5950e7c1c65d573bdffc3b5677afce3d&state=c97e16192f102e8e37c01248a59c23b1c17fe0e85d896dbd" for 127.0.0.1 at 2012-07-20 10:20:46 +0000
|
4014
245
|
Processing by AuthenticationsController#callback as HTML
|
4015
|
-
Parameters: {"code"=>"
|
246
|
+
Parameters: {"code"=>"cfd9cc583a3820c77f3a8ce95211749a5950e7c1c65d573bdffc3b5677afce3d", "state"=>"c97e16192f102e8e37c01248a59c23b1c17fe0e85d896dbd"}
|
4016
247
|
Authenticating with gds_sso strategy
|
4017
248
|
Redirected to http://www.example-client.com/this_requires_signin_permission
|
4018
249
|
Completed 302 Found in 1ms
|
4019
250
|
|
4020
251
|
|
4021
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-07-
|
252
|
+
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-07-20 10:20:46 +0000
|
4022
253
|
Processing by ExampleController#this_requires_signin_permission as HTML
|
4023
254
|
Completed 200 OK in 1ms (Views: 0.3ms)
|
4024
255
|
|
4025
256
|
|
4026
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-07-
|
257
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-07-20 10:20:46 +0000
|
4027
258
|
Processing by ExampleController#restricted as JSON
|
4028
259
|
Authenticating with gds_sso_api_access strategy
|
4029
|
-
Completed in
|
260
|
+
Completed in 11ms
|
4030
261
|
|
4031
262
|
|
4032
|
-
Started GET "/restricted" for 127.0.0.1 at 2012-07-
|
263
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-07-20 10:20:46 +0000
|
4033
264
|
Processing by ExampleController#restricted as JSON
|
4034
265
|
Authenticating with gds_sso_api_access strategy
|
4035
|
-
Completed 200 OK in 1ms (Views: 0.
|
266
|
+
Completed 200 OK in 1ms (Views: 0.5ms)
|
4036
267
|
|
4037
268
|
|
4038
|
-
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-07-
|
269
|
+
Started GET "/this_requires_signin_permission" for 127.0.0.1 at 2012-07-20 10:20:46 +0000
|
4039
270
|
Processing by ExampleController#this_requires_signin_permission as JSON
|
4040
271
|
Authenticating with gds_sso_api_access strategy
|
4041
|
-
Completed 200 OK in
|
272
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|