gds-sso 0.4.3 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +1 -1
- data/README.md +13 -2
- data/Rakefile +16 -3
- data/app/controllers/authentications_controller.rb +1 -1
- data/lib/gds-sso/omniauth_strategy.rb +2 -2
- data/lib/gds-sso/version.rb +1 -1
- data/lib/gds-sso.rb +2 -1
- data/spec/fixtures/integration/signonotron2.sql +9 -0
- data/spec/fixtures/integration/signonotron2_database.yml +8 -0
- data/spec/internal/app/controllers/application_controller.rb +3 -0
- data/spec/internal/app/controllers/example_controller.rb +12 -0
- data/spec/internal/app/models/user.rb +18 -0
- data/spec/internal/config/database.yml +3 -0
- data/spec/internal/config/initializers/gds-sso.rb +8 -0
- data/spec/internal/config/routes.rb +4 -0
- data/spec/internal/db/schema.rb +3 -0
- data/spec/internal/log/test.log +2518 -0
- data/{test/test_http_strategy.rb → spec/internal/public/favicon.ico} +0 -0
- data/spec/requests/end_to_end_spec.rb +77 -0
- data/spec/spec_helper.rb +22 -0
- data/spec/support/signonotron2_integration_helpers.rb +35 -0
- data/spec/tasks/signonotron_tasks.rake +41 -0
- data/test/{test_gds_sso_strategy.rb → gds_sso_strategy_test.rb} +0 -0
- data/test/{test_omniauth_strategy.rb → omniauth_strategy_test.rb} +6 -8
- data/test/{test_user.rb → user_test.rb} +0 -0
- metadata +92 -38
- data/lib/gds-sso/routes.rb +0 -20
@@ -0,0 +1,2518 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 02:24:29 -0700
|
4
|
+
Processing by ExampleController#index as HTML
|
5
|
+
Authenticating with gds_sso strategy
|
6
|
+
Completed in 0ms
|
7
|
+
|
8
|
+
|
9
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-16 02:24:29 -0700
|
10
|
+
|
11
|
+
|
12
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-16 02:24:29 -0700
|
13
|
+
|
14
|
+
|
15
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 02:40:53 -0700
|
16
|
+
Processing by ExampleController#index as HTML
|
17
|
+
Authenticating with gds_sso_api_access strategy
|
18
|
+
Completed in 55ms
|
19
|
+
|
20
|
+
|
21
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 02:41:07 -0700
|
22
|
+
Processing by ExampleController#index as HTML
|
23
|
+
Authenticating with gds_sso_api_access strategy
|
24
|
+
Completed in 5ms
|
25
|
+
|
26
|
+
|
27
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 02:41:26 -0700
|
28
|
+
Processing by ExampleController#index as HTML
|
29
|
+
Authenticating with gds_sso_api_access strategy
|
30
|
+
Completed in 33ms
|
31
|
+
|
32
|
+
|
33
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 02:42:45 -0700
|
34
|
+
Processing by ExampleController#index as HTML
|
35
|
+
Authenticating with gds_sso_api_access strategy
|
36
|
+
Completed in 33ms
|
37
|
+
|
38
|
+
|
39
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 02:46:20 -0700
|
40
|
+
Processing by ExampleController#index as HTML
|
41
|
+
Rendered text template (0.0ms)
|
42
|
+
Completed 200 OK in 64ms (Views: 63.3ms)
|
43
|
+
|
44
|
+
|
45
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 02:46:51 -0700
|
46
|
+
Processing by ExampleController#index as HTML
|
47
|
+
Rendered text template (0.0ms)
|
48
|
+
Completed 200 OK in 17ms (Views: 16.5ms)
|
49
|
+
|
50
|
+
|
51
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 02:48:23 -0700
|
52
|
+
Processing by ExampleController#index as HTML
|
53
|
+
Rendered text template (0.0ms)
|
54
|
+
Completed 200 OK in 18ms (Views: 17.5ms)
|
55
|
+
|
56
|
+
|
57
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 02:54:14 -0700
|
58
|
+
Processing by ExampleController#index as HTML
|
59
|
+
Rendered text template (0.0ms)
|
60
|
+
Completed 200 OK in 18ms (Views: 17.8ms)
|
61
|
+
|
62
|
+
|
63
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 03:01:03 -0700
|
64
|
+
Processing by ExampleController#index as HTML
|
65
|
+
Authenticating with gds_sso_api_access strategy
|
66
|
+
Completed in 5ms
|
67
|
+
|
68
|
+
|
69
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 03:02:22 -0700
|
70
|
+
Processing by ExampleController#index as HTML
|
71
|
+
Authenticating with gds_sso_api_access strategy
|
72
|
+
Completed in 5ms
|
73
|
+
|
74
|
+
|
75
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 03:06:32 -0700
|
76
|
+
Processing by ExampleController#index as HTML
|
77
|
+
Authenticating with gds_sso_api_access strategy
|
78
|
+
Completed in 5ms
|
79
|
+
|
80
|
+
|
81
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 03:07:00 -0700
|
82
|
+
Processing by ExampleController#index as HTML
|
83
|
+
Authenticating with gds_sso_api_access strategy
|
84
|
+
Completed in 33ms
|
85
|
+
|
86
|
+
|
87
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 06:24:09 -0700
|
88
|
+
Processing by ExampleController#index as HTML
|
89
|
+
Authenticating with gds_sso_api_access strategy
|
90
|
+
Completed in 34ms
|
91
|
+
|
92
|
+
|
93
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 07:25:35 -0700
|
94
|
+
Processing by ExampleController#index as HTML
|
95
|
+
Authenticating with gds_sso strategy
|
96
|
+
Completed in 0ms
|
97
|
+
|
98
|
+
|
99
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-16 07:25:35 -0700
|
100
|
+
|
101
|
+
|
102
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 07:34:44 -0700
|
103
|
+
Processing by ExampleController#index as HTML
|
104
|
+
Authenticating with gds_sso_api_access strategy
|
105
|
+
Completed in 32ms
|
106
|
+
|
107
|
+
|
108
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 07:35:03 -0700
|
109
|
+
Processing by ExampleController#index as HTML
|
110
|
+
Authenticating with gds_sso_api_access strategy
|
111
|
+
Completed in 32ms
|
112
|
+
|
113
|
+
|
114
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 07:43:15 -0700
|
115
|
+
Processing by ExampleController#index as HTML
|
116
|
+
Authenticating with gds_sso_api_access strategy
|
117
|
+
Completed in 32ms
|
118
|
+
|
119
|
+
|
120
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 07:44:21 -0700
|
121
|
+
Processing by ExampleController#index as HTML
|
122
|
+
Authenticating with gds_sso strategy
|
123
|
+
Completed in 0ms
|
124
|
+
|
125
|
+
|
126
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-16 07:44:21 -0700
|
127
|
+
|
128
|
+
|
129
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 07:51:48 -0700
|
130
|
+
Processing by ExampleController#index as HTML
|
131
|
+
Authenticating with gds_sso strategy
|
132
|
+
Completed in 0ms
|
133
|
+
|
134
|
+
|
135
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-16 07:51:48 -0700
|
136
|
+
|
137
|
+
|
138
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 07:57:29 -0700
|
139
|
+
Processing by ExampleController#index as HTML
|
140
|
+
Authenticating with gds_sso strategy
|
141
|
+
Completed in 0ms
|
142
|
+
|
143
|
+
|
144
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-16 07:57:29 -0700
|
145
|
+
|
146
|
+
|
147
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 07:57:45 -0700
|
148
|
+
Processing by ExampleController#index as HTML
|
149
|
+
Authenticating with gds_sso strategy
|
150
|
+
Completed in 0ms
|
151
|
+
|
152
|
+
|
153
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-16 07:57:45 -0700
|
154
|
+
|
155
|
+
|
156
|
+
Started GET "/auth/gds/callback?code=c6060a0d52ec85645c1245ba7236c9593e5865856cdfa9a0bef1146cd7bf57be" for 127.0.0.1 at 2012-04-16 07:58:41 -0700
|
157
|
+
|
158
|
+
TypeError (can't convert OAuth2::Response into String):
|
159
|
+
|
160
|
+
|
161
|
+
Rendered /usr/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
|
162
|
+
Rendered /usr/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
|
163
|
+
Rendered /usr/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (37.5ms)
|
164
|
+
|
165
|
+
|
166
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 08:01:10 -0700
|
167
|
+
Processing by ExampleController#index as HTML
|
168
|
+
Authenticating with gds_sso strategy
|
169
|
+
Completed in 0ms
|
170
|
+
|
171
|
+
|
172
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-16 08:01:11 -0700
|
173
|
+
|
174
|
+
|
175
|
+
Started GET "/auth/gds/callback?code=a445d7a243123406691eccdae4042ed2c74bfcae60ebd655cc0af8e520a4d9f2" for 127.0.0.1 at 2012-04-16 08:01:12 -0700
|
176
|
+
|
177
|
+
TypeError (can't convert OAuth2::Response into String):
|
178
|
+
|
179
|
+
|
180
|
+
Rendered /usr/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
|
181
|
+
Rendered /usr/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
|
182
|
+
Rendered /usr/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.2ms)
|
183
|
+
|
184
|
+
|
185
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 08:02:06 -0700
|
186
|
+
Processing by ExampleController#index as HTML
|
187
|
+
Authenticating with gds_sso strategy
|
188
|
+
Completed in 0ms
|
189
|
+
|
190
|
+
|
191
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-16 08:02:06 -0700
|
192
|
+
|
193
|
+
|
194
|
+
Started GET "/auth/gds/callback?code=df87c8387bc6e51de382df6c564cd14e961deac0835ed6c65308e5e72983e029" for 127.0.0.1 at 2012-04-16 08:02:07 -0700
|
195
|
+
|
196
|
+
TypeError (can't convert OAuth2::Response into String):
|
197
|
+
|
198
|
+
|
199
|
+
Rendered /usr/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
|
200
|
+
Rendered /usr/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (28.6ms)
|
201
|
+
Rendered /usr/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (34.4ms)
|
202
|
+
|
203
|
+
|
204
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 08:18:35 -0700
|
205
|
+
Processing by ExampleController#index as HTML
|
206
|
+
Authenticating with gds_sso strategy
|
207
|
+
Completed in 0ms
|
208
|
+
|
209
|
+
|
210
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-16 08:18:35 -0700
|
211
|
+
|
212
|
+
|
213
|
+
Started GET "/auth/gds/callback?code=557ec8dcf36a55ed349026960a59d0b06d913191b5fddd2d02ef51567de5edec" for 127.0.0.1 at 2012-04-16 08:18:36 -0700
|
214
|
+
Processing by AuthenticationsController#callback as HTML
|
215
|
+
Parameters: {"code"=>"557ec8dcf36a55ed349026960a59d0b06d913191b5fddd2d02ef51567de5edec"}
|
216
|
+
Authenticating with gds_sso strategy
|
217
|
+
Completed 500 Internal Server Error in 1ms
|
218
|
+
|
219
|
+
NoMethodError (undefined method `find_for_gds_oauth' for User:Class):
|
220
|
+
|
221
|
+
|
222
|
+
Rendered /usr/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
|
223
|
+
Rendered /usr/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
|
224
|
+
Rendered /usr/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (35.4ms)
|
225
|
+
|
226
|
+
|
227
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 08:21:33 -0700
|
228
|
+
Processing by ExampleController#index as HTML
|
229
|
+
Authenticating with gds_sso strategy
|
230
|
+
Completed in 0ms
|
231
|
+
|
232
|
+
|
233
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-16 08:21:34 -0700
|
234
|
+
|
235
|
+
|
236
|
+
Started GET "/auth/gds/callback?code=70cf7d058d011aa95b714c82e80be6bb80a17a368be448d2207a7b7b24aefdd5" for 127.0.0.1 at 2012-04-16 08:21:35 -0700
|
237
|
+
Processing by AuthenticationsController#callback as HTML
|
238
|
+
Parameters: {"code"=>"70cf7d058d011aa95b714c82e80be6bb80a17a368be448d2207a7b7b24aefdd5"}
|
239
|
+
Authenticating with gds_sso strategy
|
240
|
+
Redirected to http://www.example-client.com/
|
241
|
+
Completed 302 Found in 1ms
|
242
|
+
|
243
|
+
|
244
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 08:21:35 -0700
|
245
|
+
Processing by ExampleController#index as HTML
|
246
|
+
Authenticating with gds_sso strategy
|
247
|
+
Completed in 0ms
|
248
|
+
|
249
|
+
|
250
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-16 08:21:35 -0700
|
251
|
+
|
252
|
+
|
253
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 08:22:06 -0700
|
254
|
+
Processing by ExampleController#index as HTML
|
255
|
+
Authenticating with gds_sso strategy
|
256
|
+
Completed in 0ms
|
257
|
+
|
258
|
+
|
259
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-16 08:22:06 -0700
|
260
|
+
|
261
|
+
|
262
|
+
Started GET "/auth/gds/callback?code=acf6b2c4a10969d28585c34f76791b2ac4801243e1dd03e78b140322515ce5d2" for 127.0.0.1 at 2012-04-16 08:22:07 -0700
|
263
|
+
Processing by AuthenticationsController#callback as HTML
|
264
|
+
Parameters: {"code"=>"acf6b2c4a10969d28585c34f76791b2ac4801243e1dd03e78b140322515ce5d2"}
|
265
|
+
Authenticating with gds_sso strategy
|
266
|
+
Redirected to http://www.example-client.com/
|
267
|
+
Completed 302 Found in 1ms
|
268
|
+
|
269
|
+
|
270
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 08:22:07 -0700
|
271
|
+
Processing by ExampleController#index as HTML
|
272
|
+
Authenticating with gds_sso strategy
|
273
|
+
Completed in 0ms
|
274
|
+
|
275
|
+
|
276
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-16 08:22:07 -0700
|
277
|
+
|
278
|
+
|
279
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 08:24:52 -0700
|
280
|
+
Processing by ExampleController#index as HTML
|
281
|
+
Authenticating with gds_sso strategy
|
282
|
+
Completed in 0ms
|
283
|
+
|
284
|
+
|
285
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-16 08:24:52 -0700
|
286
|
+
|
287
|
+
|
288
|
+
Started GET "/auth/gds/callback?code=35294dccfdd3308ccba1ef727f405fc42a8b0eb66db8b3f1683e58b45c2d6af5" for 127.0.0.1 at 2012-04-16 08:24:53 -0700
|
289
|
+
Processing by AuthenticationsController#callback as HTML
|
290
|
+
Parameters: {"code"=>"35294dccfdd3308ccba1ef727f405fc42a8b0eb66db8b3f1683e58b45c2d6af5"}
|
291
|
+
Authenticating with gds_sso strategy
|
292
|
+
Redirected to http://www.example-client.com/
|
293
|
+
Completed 302 Found in 1ms
|
294
|
+
|
295
|
+
|
296
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 08:24:54 -0700
|
297
|
+
Processing by ExampleController#index as HTML
|
298
|
+
Authenticating with gds_sso strategy
|
299
|
+
Completed in 0ms
|
300
|
+
|
301
|
+
|
302
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-16 08:24:54 -0700
|
303
|
+
|
304
|
+
|
305
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 08:30:50 -0700
|
306
|
+
Processing by ExampleController#index as HTML
|
307
|
+
Authenticating with gds_sso strategy
|
308
|
+
Completed in 0ms
|
309
|
+
|
310
|
+
|
311
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-16 08:30:50 -0700
|
312
|
+
|
313
|
+
|
314
|
+
Started GET "/auth/gds/callback?code=878292425319290a9294aa526b267e77a685eac6cf1288a7264d1fdcc7a5c60d" for 127.0.0.1 at 2012-04-16 08:30:51 -0700
|
315
|
+
Processing by AuthenticationsController#callback as HTML
|
316
|
+
Parameters: {"code"=>"878292425319290a9294aa526b267e77a685eac6cf1288a7264d1fdcc7a5c60d"}
|
317
|
+
Authenticating with gds_sso strategy
|
318
|
+
Redirected to http://www.example-client.com/
|
319
|
+
Completed 302 Found in 1ms
|
320
|
+
|
321
|
+
|
322
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 08:30:52 -0700
|
323
|
+
Processing by ExampleController#index as HTML
|
324
|
+
Rendered text template (0.0ms)
|
325
|
+
Completed 200 OK in 45ms (Views: 44.7ms)
|
326
|
+
|
327
|
+
|
328
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 09:21:54 -0700
|
329
|
+
Processing by ExampleController#index as HTML
|
330
|
+
Authenticating with gds_sso strategy
|
331
|
+
Completed in 0ms
|
332
|
+
|
333
|
+
|
334
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-16 09:21:54 -0700
|
335
|
+
|
336
|
+
|
337
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 09:22:42 -0700
|
338
|
+
Processing by ExampleController#index as HTML
|
339
|
+
Authenticating with gds_sso strategy
|
340
|
+
Completed in 0ms
|
341
|
+
|
342
|
+
|
343
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-16 09:22:42 -0700
|
344
|
+
|
345
|
+
|
346
|
+
Started GET "/auth/gds/callback?code=c505000141546d2e3378b9898871cbccb53131981e76aaeafbabb72563025839" for 127.0.0.1 at 2012-04-16 09:22:42 -0700
|
347
|
+
Processing by AuthenticationsController#callback as HTML
|
348
|
+
Parameters: {"code"=>"c505000141546d2e3378b9898871cbccb53131981e76aaeafbabb72563025839"}
|
349
|
+
Authenticating with gds_sso strategy
|
350
|
+
Redirected to http://www.example-client.com/
|
351
|
+
Completed 302 Found in 1ms
|
352
|
+
|
353
|
+
|
354
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 09:22:42 -0700
|
355
|
+
Processing by ExampleController#index as HTML
|
356
|
+
Rendered text template (0.0ms)
|
357
|
+
Completed 200 OK in 35ms (Views: 34.8ms)
|
358
|
+
|
359
|
+
|
360
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 09:24:30 -0700
|
361
|
+
Processing by ExampleController#index as HTML
|
362
|
+
Authenticating with gds_sso strategy
|
363
|
+
Completed in 0ms
|
364
|
+
|
365
|
+
|
366
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-16 09:24:30 -0700
|
367
|
+
|
368
|
+
|
369
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 09:25:54 -0700
|
370
|
+
Processing by ExampleController#index as HTML
|
371
|
+
Authenticating with gds_sso strategy
|
372
|
+
Completed in 0ms
|
373
|
+
|
374
|
+
|
375
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-16 09:25:54 -0700
|
376
|
+
|
377
|
+
|
378
|
+
Started GET "/auth/gds/callback?code=6b636f4621ee45cd9ea6ed04e807dad8b69ad98de631b1083a0e48478d760901" for 127.0.0.1 at 2012-04-16 09:25:54 -0700
|
379
|
+
Processing by AuthenticationsController#callback as HTML
|
380
|
+
Parameters: {"code"=>"6b636f4621ee45cd9ea6ed04e807dad8b69ad98de631b1083a0e48478d760901"}
|
381
|
+
Authenticating with gds_sso strategy
|
382
|
+
Redirected to http://www.example-client.com/
|
383
|
+
Completed 302 Found in 1ms
|
384
|
+
|
385
|
+
|
386
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 09:25:54 -0700
|
387
|
+
Processing by ExampleController#index as HTML
|
388
|
+
Rendered text template (0.0ms)
|
389
|
+
Completed 200 OK in 34ms (Views: 33.4ms)
|
390
|
+
|
391
|
+
|
392
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 09:27:26 -0700
|
393
|
+
Processing by ExampleController#index as HTML
|
394
|
+
Authenticating with gds_sso strategy
|
395
|
+
Completed in 0ms
|
396
|
+
|
397
|
+
|
398
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-16 09:27:26 -0700
|
399
|
+
|
400
|
+
|
401
|
+
Started GET "/auth/gds/callback?code=ed98d5e98468cef7b24323e7e589ef72918c2fef1ba88325e2976df04bbf8ddb" for 127.0.0.1 at 2012-04-16 09:27:26 -0700
|
402
|
+
Processing by AuthenticationsController#callback as HTML
|
403
|
+
Parameters: {"code"=>"ed98d5e98468cef7b24323e7e589ef72918c2fef1ba88325e2976df04bbf8ddb"}
|
404
|
+
Authenticating with gds_sso strategy
|
405
|
+
Redirected to http://www.example-client.com/
|
406
|
+
Completed 302 Found in 1ms
|
407
|
+
|
408
|
+
|
409
|
+
Started GET "/" for 127.0.0.1 at 2012-04-16 09:27:26 -0700
|
410
|
+
Processing by ExampleController#index as HTML
|
411
|
+
Rendered text template (0.0ms)
|
412
|
+
Completed 200 OK in 36ms (Views: 35.9ms)
|
413
|
+
|
414
|
+
|
415
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 02:16:43 -0700
|
416
|
+
Processing by ExampleController#index as HTML
|
417
|
+
Authenticating with gds_sso strategy
|
418
|
+
Completed in 0ms
|
419
|
+
|
420
|
+
|
421
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-19 02:16:43 -0700
|
422
|
+
|
423
|
+
|
424
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 06:24:32 -0700
|
425
|
+
Processing by ExampleController#index as HTML
|
426
|
+
Authenticating with gds_sso strategy
|
427
|
+
Completed in 0ms
|
428
|
+
|
429
|
+
|
430
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-19 06:24:33 -0700
|
431
|
+
|
432
|
+
|
433
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 06:38:33 -0700
|
434
|
+
Processing by ExampleController#index as HTML
|
435
|
+
Authenticating with gds_sso strategy
|
436
|
+
Completed in 0ms
|
437
|
+
|
438
|
+
|
439
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-19 06:38:33 -0700
|
440
|
+
|
441
|
+
|
442
|
+
Started GET "/auth/gds/callback?code=42e340377efc5adad88c5553ee5879248386a26c98e682cae8fc0ab954815a8f" for 127.0.0.1 at 2012-04-19 06:38:34 -0700
|
443
|
+
Processing by AuthenticationsController#callback as HTML
|
444
|
+
Parameters: {"code"=>"42e340377efc5adad88c5553ee5879248386a26c98e682cae8fc0ab954815a8f"}
|
445
|
+
Authenticating with gds_sso strategy
|
446
|
+
Redirected to http://www.example-client.com/
|
447
|
+
Completed 302 Found in 1ms
|
448
|
+
|
449
|
+
|
450
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 06:38:34 -0700
|
451
|
+
Processing by ExampleController#index as HTML
|
452
|
+
Rendered text template (0.0ms)
|
453
|
+
Completed 200 OK in 36ms (Views: 35.8ms)
|
454
|
+
|
455
|
+
|
456
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 06:38:47 -0700
|
457
|
+
Processing by ExampleController#index as HTML
|
458
|
+
Authenticating with gds_sso strategy
|
459
|
+
Completed in 0ms
|
460
|
+
|
461
|
+
|
462
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-19 06:38:47 -0700
|
463
|
+
|
464
|
+
|
465
|
+
Started GET "/auth/gds/callback?code=a567b0d12a89ce4739e352b65a2a0e3cc67ed3e150847bdac6087e6c323bf729" for 127.0.0.1 at 2012-04-19 06:38:48 -0700
|
466
|
+
Processing by AuthenticationsController#callback as HTML
|
467
|
+
Parameters: {"code"=>"a567b0d12a89ce4739e352b65a2a0e3cc67ed3e150847bdac6087e6c323bf729"}
|
468
|
+
Authenticating with gds_sso strategy
|
469
|
+
Redirected to http://www.example-client.com/
|
470
|
+
Completed 302 Found in 1ms
|
471
|
+
|
472
|
+
|
473
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 06:38:48 -0700
|
474
|
+
Processing by ExampleController#index as HTML
|
475
|
+
Rendered text template (0.0ms)
|
476
|
+
Completed 200 OK in 32ms (Views: 32.2ms)
|
477
|
+
|
478
|
+
|
479
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 06:49:22 -0700
|
480
|
+
Processing by ExampleController#index as HTML
|
481
|
+
Authenticating with gds_sso strategy
|
482
|
+
Completed in 0ms
|
483
|
+
|
484
|
+
|
485
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-19 06:49:22 -0700
|
486
|
+
|
487
|
+
|
488
|
+
Started GET "/auth/gds/callback?code=d7f01107de2a99e9998119433238f0bd4d62eb567c1f98edaedf303024b97c9f" for 127.0.0.1 at 2012-04-19 06:49:22 -0700
|
489
|
+
Processing by AuthenticationsController#callback as HTML
|
490
|
+
Parameters: {"code"=>"d7f01107de2a99e9998119433238f0bd4d62eb567c1f98edaedf303024b97c9f"}
|
491
|
+
Authenticating with gds_sso strategy
|
492
|
+
Redirected to http://www.example-client.com/
|
493
|
+
Completed 302 Found in 1ms
|
494
|
+
|
495
|
+
|
496
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 06:49:22 -0700
|
497
|
+
Processing by ExampleController#index as HTML
|
498
|
+
Rendered text template (0.0ms)
|
499
|
+
Completed 200 OK in 32ms (Views: 32.0ms)
|
500
|
+
|
501
|
+
|
502
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 06:49:31 -0700
|
503
|
+
Processing by ExampleController#index as HTML
|
504
|
+
Authenticating with gds_sso strategy
|
505
|
+
Completed in 0ms
|
506
|
+
|
507
|
+
|
508
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-19 06:49:31 -0700
|
509
|
+
|
510
|
+
|
511
|
+
Started GET "/auth/gds/callback?code=e299337988298f7fc16878794d349e60ff6b3405c1aebfd2c00e42059b3f4b30" for 127.0.0.1 at 2012-04-19 06:49:32 -0700
|
512
|
+
Processing by AuthenticationsController#callback as HTML
|
513
|
+
Parameters: {"code"=>"e299337988298f7fc16878794d349e60ff6b3405c1aebfd2c00e42059b3f4b30"}
|
514
|
+
Authenticating with gds_sso strategy
|
515
|
+
Redirected to http://www.example-client.com/
|
516
|
+
Completed 302 Found in 1ms
|
517
|
+
|
518
|
+
|
519
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 06:49:32 -0700
|
520
|
+
Processing by ExampleController#index as HTML
|
521
|
+
Rendered text template (0.0ms)
|
522
|
+
Completed 200 OK in 33ms (Views: 32.5ms)
|
523
|
+
|
524
|
+
|
525
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 06:49:54 -0700
|
526
|
+
Processing by ExampleController#index as HTML
|
527
|
+
Authenticating with gds_sso strategy
|
528
|
+
Completed in 0ms
|
529
|
+
|
530
|
+
|
531
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-19 06:49:54 -0700
|
532
|
+
|
533
|
+
|
534
|
+
Started GET "/auth/gds/callback?code=1612f20388b3fcabd50cedf062160facc9042f432c223ae6db0e6cf8e6afce0e" for 127.0.0.1 at 2012-04-19 06:49:54 -0700
|
535
|
+
Processing by AuthenticationsController#callback as HTML
|
536
|
+
Parameters: {"code"=>"1612f20388b3fcabd50cedf062160facc9042f432c223ae6db0e6cf8e6afce0e"}
|
537
|
+
Authenticating with gds_sso strategy
|
538
|
+
Redirected to http://www.example-client.com/
|
539
|
+
Completed 302 Found in 1ms
|
540
|
+
|
541
|
+
|
542
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 06:49:54 -0700
|
543
|
+
Processing by ExampleController#index as HTML
|
544
|
+
Rendered text template (0.0ms)
|
545
|
+
Completed 200 OK in 34ms (Views: 33.4ms)
|
546
|
+
|
547
|
+
|
548
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 06:56:24 -0700
|
549
|
+
Processing by ExampleController#index as HTML
|
550
|
+
Authenticating with gds_sso strategy
|
551
|
+
Completed in 0ms
|
552
|
+
|
553
|
+
|
554
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-19 06:56:24 -0700
|
555
|
+
|
556
|
+
|
557
|
+
Started GET "/auth/gds/callback?code=7f6430c96990f023b213395e512bd41a349f04172cce4d3736041a51b8f0cea6" for 127.0.0.1 at 2012-04-19 06:56:24 -0700
|
558
|
+
Processing by AuthenticationsController#callback as HTML
|
559
|
+
Parameters: {"code"=>"7f6430c96990f023b213395e512bd41a349f04172cce4d3736041a51b8f0cea6"}
|
560
|
+
Authenticating with gds_sso strategy
|
561
|
+
Redirected to http://www.example-client.com/
|
562
|
+
Completed 302 Found in 1ms
|
563
|
+
|
564
|
+
|
565
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 06:56:25 -0700
|
566
|
+
Processing by ExampleController#index as HTML
|
567
|
+
Rendered text template (0.0ms)
|
568
|
+
Completed 200 OK in 33ms (Views: 32.4ms)
|
569
|
+
|
570
|
+
|
571
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 06:57:28 -0700
|
572
|
+
Processing by ExampleController#index as HTML
|
573
|
+
Authenticating with gds_sso strategy
|
574
|
+
Completed in 0ms
|
575
|
+
|
576
|
+
|
577
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-19 06:57:28 -0700
|
578
|
+
|
579
|
+
|
580
|
+
Started GET "/auth/gds/callback?code=fad02bba5c9ba50885cda91d424c3c27e7db8d2b6fce175461f58863b74c4b65" for 127.0.0.1 at 2012-04-19 06:57:28 -0700
|
581
|
+
Processing by AuthenticationsController#callback as HTML
|
582
|
+
Parameters: {"code"=>"fad02bba5c9ba50885cda91d424c3c27e7db8d2b6fce175461f58863b74c4b65"}
|
583
|
+
Authenticating with gds_sso strategy
|
584
|
+
Redirected to http://www.example-client.com/
|
585
|
+
Completed 302 Found in 1ms
|
586
|
+
|
587
|
+
|
588
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 06:57:28 -0700
|
589
|
+
Processing by ExampleController#index as HTML
|
590
|
+
Rendered text template (0.0ms)
|
591
|
+
Completed 200 OK in 32ms (Views: 32.2ms)
|
592
|
+
Processing by ExampleController#index as HTML
|
593
|
+
Completed 500 Internal Server Error in 0ms
|
594
|
+
|
595
|
+
|
596
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 07:27:31 -0700
|
597
|
+
Processing by ExampleController#index as HTML
|
598
|
+
Authenticating with gds_sso strategy
|
599
|
+
Completed in 0ms
|
600
|
+
|
601
|
+
|
602
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-19 07:27:31 -0700
|
603
|
+
|
604
|
+
|
605
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-19 07:27:31 -0700
|
606
|
+
|
607
|
+
|
608
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 07:27:32 -0700
|
609
|
+
Processing by ExampleController#index as HTML
|
610
|
+
Authenticating with gds_sso strategy
|
611
|
+
Completed in 0ms
|
612
|
+
|
613
|
+
|
614
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-19 07:27:32 -0700
|
615
|
+
|
616
|
+
|
617
|
+
Started GET "/auth/gds/callback?code=720dac773f85ea3de1e3fb667190451fc4f5ebef436cf68659dd60e323a78f9b" for 127.0.0.1 at 2012-04-19 07:27:32 -0700
|
618
|
+
Processing by AuthenticationsController#callback as HTML
|
619
|
+
Parameters: {"code"=>"720dac773f85ea3de1e3fb667190451fc4f5ebef436cf68659dd60e323a78f9b"}
|
620
|
+
Authenticating with gds_sso strategy
|
621
|
+
Redirected to http://www.example-client.com/
|
622
|
+
Completed 302 Found in 1ms
|
623
|
+
|
624
|
+
|
625
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 07:27:32 -0700
|
626
|
+
Processing by ExampleController#index as HTML
|
627
|
+
Completed 200 OK in 34ms (Views: 34.3ms)
|
628
|
+
Processing by ExampleController#index as HTML
|
629
|
+
Completed 500 Internal Server Error in 0ms
|
630
|
+
|
631
|
+
|
632
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 07:28:21 -0700
|
633
|
+
Processing by ExampleController#index as HTML
|
634
|
+
Authenticating with gds_sso strategy
|
635
|
+
Completed in 0ms
|
636
|
+
|
637
|
+
|
638
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-19 07:28:21 -0700
|
639
|
+
|
640
|
+
|
641
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-19 07:28:21 -0700
|
642
|
+
|
643
|
+
|
644
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 07:28:21 -0700
|
645
|
+
Processing by ExampleController#index as HTML
|
646
|
+
Authenticating with gds_sso strategy
|
647
|
+
Completed in 0ms
|
648
|
+
|
649
|
+
|
650
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-19 07:28:21 -0700
|
651
|
+
|
652
|
+
|
653
|
+
Started GET "/auth/gds/callback?code=c5961ee2401d378053b4621a7944c87fdea8311d70b31192880f2c21f59b31b8" for 127.0.0.1 at 2012-04-19 07:28:21 -0700
|
654
|
+
Processing by AuthenticationsController#callback as HTML
|
655
|
+
Parameters: {"code"=>"c5961ee2401d378053b4621a7944c87fdea8311d70b31192880f2c21f59b31b8"}
|
656
|
+
Authenticating with gds_sso strategy
|
657
|
+
Redirected to http://www.example-client.com/
|
658
|
+
Completed 302 Found in 1ms
|
659
|
+
|
660
|
+
|
661
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 07:28:21 -0700
|
662
|
+
Processing by ExampleController#index as HTML
|
663
|
+
Completed 200 OK in 33ms (Views: 33.1ms)
|
664
|
+
Processing by ExampleController#index as HTML
|
665
|
+
Completed 500 Internal Server Error in 0ms
|
666
|
+
|
667
|
+
|
668
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 07:28:43 -0700
|
669
|
+
Processing by ExampleController#index as HTML
|
670
|
+
Authenticating with gds_sso strategy
|
671
|
+
Completed in 0ms
|
672
|
+
|
673
|
+
|
674
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-19 07:28:43 -0700
|
675
|
+
|
676
|
+
|
677
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-19 07:28:43 -0700
|
678
|
+
|
679
|
+
|
680
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 07:28:43 -0700
|
681
|
+
Processing by ExampleController#index as HTML
|
682
|
+
Authenticating with gds_sso strategy
|
683
|
+
Completed in 0ms
|
684
|
+
|
685
|
+
|
686
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-19 07:28:43 -0700
|
687
|
+
|
688
|
+
|
689
|
+
Started GET "/auth/gds/callback?code=7c1918d0f295976c2e93081deffb07230e5d9cb67767a4c1bd768188471640c4" for 127.0.0.1 at 2012-04-19 07:28:43 -0700
|
690
|
+
Processing by AuthenticationsController#callback as HTML
|
691
|
+
Parameters: {"code"=>"7c1918d0f295976c2e93081deffb07230e5d9cb67767a4c1bd768188471640c4"}
|
692
|
+
Authenticating with gds_sso strategy
|
693
|
+
Redirected to http://www.example-client.com/
|
694
|
+
Completed 302 Found in 1ms
|
695
|
+
|
696
|
+
|
697
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 07:28:43 -0700
|
698
|
+
Processing by ExampleController#index as HTML
|
699
|
+
Completed 200 OK in 32ms (Views: 32.2ms)
|
700
|
+
|
701
|
+
|
702
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 07:29:17 -0700
|
703
|
+
Processing by ExampleController#index as HTML
|
704
|
+
Authenticating with gds_sso strategy
|
705
|
+
Completed in 0ms
|
706
|
+
|
707
|
+
|
708
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-19 07:29:17 -0700
|
709
|
+
|
710
|
+
|
711
|
+
Started GET "/auth/gds/callback?code=7dcfe96c8c9ba27b529044452150bbf891e524d22139cfa17b6d07e357b94c25" for 127.0.0.1 at 2012-04-19 07:29:17 -0700
|
712
|
+
Processing by AuthenticationsController#callback as HTML
|
713
|
+
Parameters: {"code"=>"7dcfe96c8c9ba27b529044452150bbf891e524d22139cfa17b6d07e357b94c25"}
|
714
|
+
Authenticating with gds_sso strategy
|
715
|
+
Redirected to http://www.example-client.com/
|
716
|
+
Completed 302 Found in 1ms
|
717
|
+
|
718
|
+
|
719
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 07:29:17 -0700
|
720
|
+
Processing by ExampleController#index as HTML
|
721
|
+
Rendered text template (0.0ms)
|
722
|
+
Completed 200 OK in 32ms (Views: 31.5ms)
|
723
|
+
|
724
|
+
|
725
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 07:47:16 -0700
|
726
|
+
Processing by ExampleController#index as HTML
|
727
|
+
Authenticating with gds_sso strategy
|
728
|
+
Completed in 0ms
|
729
|
+
|
730
|
+
|
731
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-19 07:47:16 -0700
|
732
|
+
|
733
|
+
|
734
|
+
Started GET "/auth/gds/callback?code=5af07d71f924a5fe3795e08b9a74c3e85b180696682ab6e0821cd8add29b4594" for 127.0.0.1 at 2012-04-19 07:47:16 -0700
|
735
|
+
Processing by AuthenticationsController#callback as HTML
|
736
|
+
Parameters: {"code"=>"5af07d71f924a5fe3795e08b9a74c3e85b180696682ab6e0821cd8add29b4594"}
|
737
|
+
Authenticating with gds_sso strategy
|
738
|
+
Redirected to http://www.example-client.com/
|
739
|
+
Completed 302 Found in 1ms
|
740
|
+
|
741
|
+
|
742
|
+
Started GET "/" for 127.0.0.1 at 2012-04-19 07:47:17 -0700
|
743
|
+
Processing by ExampleController#index as HTML
|
744
|
+
Rendered text template (0.0ms)
|
745
|
+
Completed 200 OK in 34ms (Views: 33.9ms)
|
746
|
+
|
747
|
+
|
748
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 02:51:29 -0700
|
749
|
+
Processing by ExampleController#restricted as HTML
|
750
|
+
Authenticating with gds_sso strategy
|
751
|
+
Completed in 0ms
|
752
|
+
|
753
|
+
|
754
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 02:51:29 -0700
|
755
|
+
|
756
|
+
|
757
|
+
Started GET "/auth/gds/callback?code=a72534abf0fd77d78682fbe4d64ddf30352b1e1c417209b4a3de6b225a4cb2a3" for 127.0.0.1 at 2012-04-20 02:51:30 -0700
|
758
|
+
Processing by AuthenticationsController#callback as HTML
|
759
|
+
Parameters: {"code"=>"a72534abf0fd77d78682fbe4d64ddf30352b1e1c417209b4a3de6b225a4cb2a3"}
|
760
|
+
Authenticating with gds_sso strategy
|
761
|
+
Redirected to http://www.example-client.com/restricted
|
762
|
+
Completed 302 Found in 1ms
|
763
|
+
|
764
|
+
|
765
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 02:51:30 -0700
|
766
|
+
Processing by ExampleController#restricted as HTML
|
767
|
+
Rendered text template (0.0ms)
|
768
|
+
Completed 200 OK in 56ms (Views: 56.2ms)
|
769
|
+
|
770
|
+
|
771
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 02:53:24 -0700
|
772
|
+
Processing by ExampleController#index as HTML
|
773
|
+
Rendered text template (0.0ms)
|
774
|
+
Completed 200 OK in 31ms (Views: 31.2ms)
|
775
|
+
|
776
|
+
|
777
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 02:53:25 -0700
|
778
|
+
Processing by ExampleController#restricted as HTML
|
779
|
+
Authenticating with gds_sso strategy
|
780
|
+
Completed in 0ms
|
781
|
+
|
782
|
+
|
783
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 02:53:25 -0700
|
784
|
+
|
785
|
+
|
786
|
+
Started GET "/auth/gds/callback?code=e51a39ea674e7b253922fc962f32c523a4fa69698061697f635511bbc6fce0d7" for 127.0.0.1 at 2012-04-20 02:53:25 -0700
|
787
|
+
Processing by AuthenticationsController#callback as HTML
|
788
|
+
Parameters: {"code"=>"e51a39ea674e7b253922fc962f32c523a4fa69698061697f635511bbc6fce0d7"}
|
789
|
+
Authenticating with gds_sso strategy
|
790
|
+
Redirected to http://www.example-client.com/restricted
|
791
|
+
Completed 302 Found in 1ms
|
792
|
+
|
793
|
+
|
794
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 02:53:25 -0700
|
795
|
+
Processing by ExampleController#restricted as HTML
|
796
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
797
|
+
|
798
|
+
|
799
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 02:54:46 -0700
|
800
|
+
Processing by ExampleController#index as HTML
|
801
|
+
Rendered text template (0.0ms)
|
802
|
+
Completed 200 OK in 31ms (Views: 31.0ms)
|
803
|
+
|
804
|
+
|
805
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 02:54:46 -0700
|
806
|
+
Processing by ExampleController#restricted as HTML
|
807
|
+
Authenticating with gds_sso strategy
|
808
|
+
Completed in 0ms
|
809
|
+
|
810
|
+
|
811
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 02:54:46 -0700
|
812
|
+
|
813
|
+
|
814
|
+
Started GET "/auth/gds/callback?code=bc0ca56680f0f8aa290afee616b6413307cd017d2e8b588943788e2f146c5a3f" for 127.0.0.1 at 2012-04-20 02:54:46 -0700
|
815
|
+
Processing by AuthenticationsController#callback as HTML
|
816
|
+
Parameters: {"code"=>"bc0ca56680f0f8aa290afee616b6413307cd017d2e8b588943788e2f146c5a3f"}
|
817
|
+
Authenticating with gds_sso strategy
|
818
|
+
Redirected to http://www.example-client.com/restricted
|
819
|
+
Completed 302 Found in 1ms
|
820
|
+
|
821
|
+
|
822
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 02:54:47 -0700
|
823
|
+
Processing by ExampleController#restricted as HTML
|
824
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
825
|
+
|
826
|
+
|
827
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 03:21:22 -0700
|
828
|
+
Processing by ExampleController#index as HTML
|
829
|
+
Rendered text template (0.0ms)
|
830
|
+
Completed 200 OK in 31ms (Views: 31.2ms)
|
831
|
+
|
832
|
+
|
833
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:21:22 -0700
|
834
|
+
Processing by ExampleController#restricted as HTML
|
835
|
+
Authenticating with gds_sso strategy
|
836
|
+
Completed in 0ms
|
837
|
+
|
838
|
+
|
839
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 03:21:22 -0700
|
840
|
+
|
841
|
+
|
842
|
+
Started GET "/auth/gds/callback?code=c06d30576297777526d1349e84264586dc18afd20ab418a0db8f036bca05a881" for 127.0.0.1 at 2012-04-20 03:21:23 -0700
|
843
|
+
Processing by AuthenticationsController#callback as HTML
|
844
|
+
Parameters: {"code"=>"c06d30576297777526d1349e84264586dc18afd20ab418a0db8f036bca05a881"}
|
845
|
+
Authenticating with gds_sso strategy
|
846
|
+
Redirected to http://www.example-client.com/restricted
|
847
|
+
Completed 302 Found in 1ms
|
848
|
+
|
849
|
+
|
850
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:21:23 -0700
|
851
|
+
Processing by ExampleController#restricted as HTML
|
852
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
853
|
+
|
854
|
+
|
855
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 03:22:17 -0700
|
856
|
+
Processing by ExampleController#index as HTML
|
857
|
+
Rendered text template (0.0ms)
|
858
|
+
Completed 200 OK in 31ms (Views: 30.9ms)
|
859
|
+
|
860
|
+
|
861
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:22:18 -0700
|
862
|
+
Processing by ExampleController#restricted as HTML
|
863
|
+
Authenticating with gds_sso strategy
|
864
|
+
Completed in 0ms
|
865
|
+
|
866
|
+
|
867
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 03:22:18 -0700
|
868
|
+
|
869
|
+
|
870
|
+
Started GET "/auth/gds/callback?code=808f28d88bbf1fe9d79b9b2ce2552b317cafa80f423227f68232ba09a002536d" for 127.0.0.1 at 2012-04-20 03:22:18 -0700
|
871
|
+
Processing by AuthenticationsController#callback as HTML
|
872
|
+
Parameters: {"code"=>"808f28d88bbf1fe9d79b9b2ce2552b317cafa80f423227f68232ba09a002536d"}
|
873
|
+
Authenticating with gds_sso strategy
|
874
|
+
Redirected to http://www.example-client.com/restricted
|
875
|
+
Completed 302 Found in 1ms
|
876
|
+
|
877
|
+
|
878
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:22:18 -0700
|
879
|
+
Processing by ExampleController#restricted as HTML
|
880
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
881
|
+
|
882
|
+
|
883
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 03:49:20 -0700
|
884
|
+
Processing by ExampleController#index as HTML
|
885
|
+
Rendered text template (0.0ms)
|
886
|
+
Completed 200 OK in 30ms (Views: 30.2ms)
|
887
|
+
|
888
|
+
|
889
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:49:20 -0700
|
890
|
+
Processing by ExampleController#restricted as HTML
|
891
|
+
Authenticating with gds_sso strategy
|
892
|
+
Completed in 0ms
|
893
|
+
|
894
|
+
|
895
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 03:49:20 -0700
|
896
|
+
|
897
|
+
|
898
|
+
Started GET "/auth/gds/callback?code=ded12cfe69d5e686c1234148ed75fa44e0bc2d2fbf6ddfb2bc6489c84aed57f1" for 127.0.0.1 at 2012-04-20 03:49:21 -0700
|
899
|
+
Processing by AuthenticationsController#callback as HTML
|
900
|
+
Parameters: {"code"=>"ded12cfe69d5e686c1234148ed75fa44e0bc2d2fbf6ddfb2bc6489c84aed57f1"}
|
901
|
+
Authenticating with gds_sso strategy
|
902
|
+
Redirected to http://www.example-client.com/restricted
|
903
|
+
Completed 302 Found in 1ms
|
904
|
+
|
905
|
+
|
906
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:49:21 -0700
|
907
|
+
Processing by ExampleController#restricted as HTML
|
908
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
909
|
+
|
910
|
+
|
911
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 03:50:13 -0700
|
912
|
+
Processing by ExampleController#index as HTML
|
913
|
+
Rendered text template (0.0ms)
|
914
|
+
Completed 200 OK in 31ms (Views: 31.0ms)
|
915
|
+
|
916
|
+
|
917
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:50:13 -0700
|
918
|
+
Processing by ExampleController#restricted as HTML
|
919
|
+
Authenticating with gds_sso strategy
|
920
|
+
Completed in 0ms
|
921
|
+
|
922
|
+
|
923
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 03:50:13 -0700
|
924
|
+
|
925
|
+
|
926
|
+
Started GET "/auth/gds/callback?code=7c8c015838851f572ccc2a90e9d3f87dfd8a22c3eff65895764ebfa78fcf1a2a" for 127.0.0.1 at 2012-04-20 03:50:14 -0700
|
927
|
+
Processing by AuthenticationsController#callback as HTML
|
928
|
+
Parameters: {"code"=>"7c8c015838851f572ccc2a90e9d3f87dfd8a22c3eff65895764ebfa78fcf1a2a"}
|
929
|
+
Authenticating with gds_sso strategy
|
930
|
+
Redirected to http://www.example-client.com/restricted
|
931
|
+
Completed 302 Found in 1ms
|
932
|
+
|
933
|
+
|
934
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:50:14 -0700
|
935
|
+
Processing by ExampleController#restricted as HTML
|
936
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
937
|
+
|
938
|
+
|
939
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:51:29 -0700
|
940
|
+
Processing by ExampleController#restricted as HTML
|
941
|
+
Authenticating with gds_sso strategy
|
942
|
+
Completed in 0ms
|
943
|
+
|
944
|
+
|
945
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 03:51:29 -0700
|
946
|
+
|
947
|
+
|
948
|
+
Started GET "/auth/gds/callback?code=7d1559ff60e5082a7eae09b872d594c69f4d280060c5f08e8265a64c65900979" for 127.0.0.1 at 2012-04-20 03:51:29 -0700
|
949
|
+
Processing by AuthenticationsController#callback as HTML
|
950
|
+
Parameters: {"code"=>"7d1559ff60e5082a7eae09b872d594c69f4d280060c5f08e8265a64c65900979"}
|
951
|
+
Authenticating with gds_sso strategy
|
952
|
+
Redirected to http://www.example-client.com/restricted
|
953
|
+
Completed 302 Found in 1ms
|
954
|
+
|
955
|
+
|
956
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:51:29 -0700
|
957
|
+
Processing by ExampleController#restricted as HTML
|
958
|
+
Rendered text template (0.0ms)
|
959
|
+
Completed 200 OK in 56ms (Views: 55.6ms)
|
960
|
+
|
961
|
+
|
962
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:54:17 -0700
|
963
|
+
Processing by ExampleController#restricted as HTML
|
964
|
+
Authenticating with gds_sso strategy
|
965
|
+
Completed in 0ms
|
966
|
+
|
967
|
+
|
968
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 03:54:17 -0700
|
969
|
+
|
970
|
+
|
971
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:56:00 -0700
|
972
|
+
Processing by ExampleController#restricted as HTML
|
973
|
+
Authenticating with gds_sso strategy
|
974
|
+
Completed in 0ms
|
975
|
+
|
976
|
+
|
977
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 03:56:00 -0700
|
978
|
+
|
979
|
+
|
980
|
+
Started GET "/auth/gds/callback?code=f6f71718daa843536412b84a2580ba629db27d4dce946e0b793e789b4564a51c" for 127.0.0.1 at 2012-04-20 03:56:00 -0700
|
981
|
+
Processing by AuthenticationsController#callback as HTML
|
982
|
+
Parameters: {"code"=>"f6f71718daa843536412b84a2580ba629db27d4dce946e0b793e789b4564a51c"}
|
983
|
+
Authenticating with gds_sso strategy
|
984
|
+
Redirected to http://www.example-client.com/restricted
|
985
|
+
Completed 302 Found in 1ms
|
986
|
+
|
987
|
+
|
988
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:56:00 -0700
|
989
|
+
Processing by ExampleController#restricted as HTML
|
990
|
+
Rendered text template (0.0ms)
|
991
|
+
Completed 200 OK in 54ms (Views: 53.5ms)
|
992
|
+
|
993
|
+
|
994
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:57:08 -0700
|
995
|
+
Processing by ExampleController#restricted as HTML
|
996
|
+
Authenticating with gds_sso strategy
|
997
|
+
Completed in 0ms
|
998
|
+
|
999
|
+
|
1000
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 03:57:08 -0700
|
1001
|
+
|
1002
|
+
|
1003
|
+
Started GET "/auth/gds/callback?code=8feabf0261cb3f043aff8217a6e1a0fdf595774f98aa57f4510b8a0c6c575c19" for 127.0.0.1 at 2012-04-20 03:57:08 -0700
|
1004
|
+
Processing by AuthenticationsController#callback as HTML
|
1005
|
+
Parameters: {"code"=>"8feabf0261cb3f043aff8217a6e1a0fdf595774f98aa57f4510b8a0c6c575c19"}
|
1006
|
+
Authenticating with gds_sso strategy
|
1007
|
+
Redirected to http://www.example-client.com/restricted
|
1008
|
+
Completed 302 Found in 1ms
|
1009
|
+
|
1010
|
+
|
1011
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:57:08 -0700
|
1012
|
+
Processing by ExampleController#restricted as HTML
|
1013
|
+
Rendered text template (0.0ms)
|
1014
|
+
Completed 200 OK in 53ms (Views: 53.3ms)
|
1015
|
+
|
1016
|
+
|
1017
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:57:35 -0700
|
1018
|
+
Processing by ExampleController#restricted as HTML
|
1019
|
+
Authenticating with gds_sso strategy
|
1020
|
+
Completed in 0ms
|
1021
|
+
|
1022
|
+
|
1023
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 03:57:35 -0700
|
1024
|
+
|
1025
|
+
|
1026
|
+
Started GET "/auth/gds/callback?code=3f5c54bfff842d3a7def0ccca734deac77ab2e54d8787eeb3160af499e32a81f" for 127.0.0.1 at 2012-04-20 03:57:36 -0700
|
1027
|
+
Processing by AuthenticationsController#callback as HTML
|
1028
|
+
Parameters: {"code"=>"3f5c54bfff842d3a7def0ccca734deac77ab2e54d8787eeb3160af499e32a81f"}
|
1029
|
+
Authenticating with gds_sso strategy
|
1030
|
+
Redirected to http://www.example-client.com/restricted
|
1031
|
+
Completed 302 Found in 1ms
|
1032
|
+
|
1033
|
+
|
1034
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:57:36 -0700
|
1035
|
+
Processing by ExampleController#restricted as HTML
|
1036
|
+
Rendered text template (0.0ms)
|
1037
|
+
Completed 200 OK in 57ms (Views: 57.0ms)
|
1038
|
+
|
1039
|
+
|
1040
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:57:43 -0700
|
1041
|
+
Processing by ExampleController#restricted as HTML
|
1042
|
+
Authenticating with gds_sso strategy
|
1043
|
+
Completed in 0ms
|
1044
|
+
|
1045
|
+
|
1046
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 03:57:44 -0700
|
1047
|
+
|
1048
|
+
|
1049
|
+
Started GET "/auth/gds/callback?code=8d83598e6a93ec8450ec9360bca64457b1e3ee8915805b585eae41e01b673729" for 127.0.0.1 at 2012-04-20 03:57:44 -0700
|
1050
|
+
Processing by AuthenticationsController#callback as HTML
|
1051
|
+
Parameters: {"code"=>"8d83598e6a93ec8450ec9360bca64457b1e3ee8915805b585eae41e01b673729"}
|
1052
|
+
Authenticating with gds_sso strategy
|
1053
|
+
Redirected to http://www.example-client.com/restricted
|
1054
|
+
Completed 302 Found in 1ms
|
1055
|
+
|
1056
|
+
|
1057
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:57:44 -0700
|
1058
|
+
Processing by ExampleController#restricted as HTML
|
1059
|
+
Rendered text template (0.0ms)
|
1060
|
+
Completed 200 OK in 32ms (Views: 32.0ms)
|
1061
|
+
|
1062
|
+
|
1063
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:58:04 -0700
|
1064
|
+
Processing by ExampleController#restricted as HTML
|
1065
|
+
Authenticating with gds_sso strategy
|
1066
|
+
Completed in 0ms
|
1067
|
+
|
1068
|
+
|
1069
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 03:58:04 -0700
|
1070
|
+
|
1071
|
+
|
1072
|
+
Started GET "/auth/gds/callback?code=03053600949fa4bfdd284011817dfb9ead3a68cdcf2f45cac762a8c8263f3ca9" for 127.0.0.1 at 2012-04-20 03:58:04 -0700
|
1073
|
+
Processing by AuthenticationsController#callback as HTML
|
1074
|
+
Parameters: {"code"=>"03053600949fa4bfdd284011817dfb9ead3a68cdcf2f45cac762a8c8263f3ca9"}
|
1075
|
+
Authenticating with gds_sso strategy
|
1076
|
+
Redirected to http://www.example-client.com/restricted
|
1077
|
+
Completed 302 Found in 1ms
|
1078
|
+
|
1079
|
+
|
1080
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:58:04 -0700
|
1081
|
+
Processing by ExampleController#restricted as HTML
|
1082
|
+
Rendered text template (0.0ms)
|
1083
|
+
Completed 200 OK in 53ms (Views: 53.3ms)
|
1084
|
+
|
1085
|
+
|
1086
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:58:33 -0700
|
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-20 03:58:33 -0700
|
1093
|
+
|
1094
|
+
|
1095
|
+
Started GET "/auth/gds/callback?code=5d90f264c7fda374857169179f34d4cb89e0049c813ec3a9ce4c8b6e512522e6" for 127.0.0.1 at 2012-04-20 03:58:33 -0700
|
1096
|
+
Processing by AuthenticationsController#callback as HTML
|
1097
|
+
Parameters: {"code"=>"5d90f264c7fda374857169179f34d4cb89e0049c813ec3a9ce4c8b6e512522e6"}
|
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-20 03:58:33 -0700
|
1104
|
+
Processing by ExampleController#restricted as HTML
|
1105
|
+
Rendered text template (0.0ms)
|
1106
|
+
Completed 200 OK in 33ms (Views: 32.7ms)
|
1107
|
+
|
1108
|
+
|
1109
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:59:23 -0700
|
1110
|
+
Processing by ExampleController#restricted as HTML
|
1111
|
+
Authenticating with gds_sso strategy
|
1112
|
+
Completed in 0ms
|
1113
|
+
|
1114
|
+
|
1115
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 03:59:24 -0700
|
1116
|
+
|
1117
|
+
|
1118
|
+
Started GET "/auth/gds/callback?code=4063b5d1304c034a2dcd40d871842f262fa2710330a3950124b4a51cb3ab90a6" for 127.0.0.1 at 2012-04-20 03:59:24 -0700
|
1119
|
+
Processing by AuthenticationsController#callback as HTML
|
1120
|
+
Parameters: {"code"=>"4063b5d1304c034a2dcd40d871842f262fa2710330a3950124b4a51cb3ab90a6"}
|
1121
|
+
Authenticating with gds_sso strategy
|
1122
|
+
Redirected to http://www.example-client.com/restricted
|
1123
|
+
Completed 302 Found in 1ms
|
1124
|
+
|
1125
|
+
|
1126
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:59:24 -0700
|
1127
|
+
Processing by ExampleController#restricted as HTML
|
1128
|
+
Rendered text template (0.0ms)
|
1129
|
+
Completed 200 OK in 57ms (Views: 56.7ms)
|
1130
|
+
|
1131
|
+
|
1132
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:59:41 -0700
|
1133
|
+
Processing by ExampleController#restricted as HTML
|
1134
|
+
Authenticating with gds_sso strategy
|
1135
|
+
Completed in 0ms
|
1136
|
+
|
1137
|
+
|
1138
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 03:59:41 -0700
|
1139
|
+
|
1140
|
+
|
1141
|
+
Started GET "/auth/gds/callback?code=4ff4ad7eb3839bcd6d62b2fb61e1757cee860880b3feb7210218156bc6b229ed" for 127.0.0.1 at 2012-04-20 03:59:41 -0700
|
1142
|
+
Processing by AuthenticationsController#callback as HTML
|
1143
|
+
Parameters: {"code"=>"4ff4ad7eb3839bcd6d62b2fb61e1757cee860880b3feb7210218156bc6b229ed"}
|
1144
|
+
Authenticating with gds_sso strategy
|
1145
|
+
Redirected to http://www.example-client.com/restricted
|
1146
|
+
Completed 302 Found in 1ms
|
1147
|
+
|
1148
|
+
|
1149
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 03:59:41 -0700
|
1150
|
+
Processing by ExampleController#restricted as HTML
|
1151
|
+
Rendered text template (0.0ms)
|
1152
|
+
Completed 200 OK in 53ms (Views: 52.8ms)
|
1153
|
+
|
1154
|
+
|
1155
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 04:54:28 -0700
|
1156
|
+
Processing by ExampleController#index as HTML
|
1157
|
+
Rendered text template (0.0ms)
|
1158
|
+
Completed 200 OK in 50ms (Views: 49.9ms)
|
1159
|
+
|
1160
|
+
|
1161
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:54:29 -0700
|
1162
|
+
Processing by ExampleController#restricted as HTML
|
1163
|
+
Authenticating with gds_sso strategy
|
1164
|
+
Completed in 0ms
|
1165
|
+
|
1166
|
+
|
1167
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 04:54:29 -0700
|
1168
|
+
|
1169
|
+
|
1170
|
+
Started GET "/auth/gds/callback?code=75e15b1e61902b098f7839f6238d8ad765875d1ab2dfcc86fc7f0ad02223e11b" for 127.0.0.1 at 2012-04-20 04:54:29 -0700
|
1171
|
+
Processing by AuthenticationsController#callback as HTML
|
1172
|
+
Parameters: {"code"=>"75e15b1e61902b098f7839f6238d8ad765875d1ab2dfcc86fc7f0ad02223e11b"}
|
1173
|
+
Authenticating with gds_sso strategy
|
1174
|
+
Redirected to http://www.example-client.com/restricted
|
1175
|
+
Completed 302 Found in 1ms
|
1176
|
+
|
1177
|
+
|
1178
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:54:29 -0700
|
1179
|
+
Processing by ExampleController#restricted as HTML
|
1180
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
1181
|
+
|
1182
|
+
|
1183
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:54:29 -0700
|
1184
|
+
Processing by ExampleController#restricted as HTML
|
1185
|
+
Authenticating with gds_sso strategy
|
1186
|
+
Completed in 0ms
|
1187
|
+
|
1188
|
+
|
1189
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 04:54:29 -0700
|
1190
|
+
|
1191
|
+
|
1192
|
+
Started GET "/auth/gds/callback?code=d058c286c2e60d3205fe91236af4569463df33af4d06f8cf8e3d75aa6cc7e892" for 127.0.0.1 at 2012-04-20 04:54:29 -0700
|
1193
|
+
Processing by AuthenticationsController#callback as HTML
|
1194
|
+
Parameters: {"code"=>"d058c286c2e60d3205fe91236af4569463df33af4d06f8cf8e3d75aa6cc7e892"}
|
1195
|
+
Authenticating with gds_sso strategy
|
1196
|
+
Redirected to http://www.example-client.com/restricted
|
1197
|
+
Completed 302 Found in 0ms
|
1198
|
+
|
1199
|
+
|
1200
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:54:29 -0700
|
1201
|
+
Processing by ExampleController#restricted as HTML
|
1202
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
1203
|
+
|
1204
|
+
|
1205
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:54:29 -0700
|
1206
|
+
Processing by ExampleController#restricted as HTML
|
1207
|
+
Authenticating with gds_sso_api_access strategy
|
1208
|
+
Completed in 103ms
|
1209
|
+
|
1210
|
+
|
1211
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 04:54:56 -0700
|
1212
|
+
Processing by ExampleController#index as HTML
|
1213
|
+
Rendered text template (0.0ms)
|
1214
|
+
Completed 200 OK in 31ms (Views: 30.3ms)
|
1215
|
+
|
1216
|
+
|
1217
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:54:56 -0700
|
1218
|
+
Processing by ExampleController#restricted as HTML
|
1219
|
+
Authenticating with gds_sso strategy
|
1220
|
+
Completed in 1ms
|
1221
|
+
|
1222
|
+
|
1223
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 04:54:56 -0700
|
1224
|
+
|
1225
|
+
|
1226
|
+
Started GET "/auth/gds/callback?code=ad412a4172e7d6f99628cf3e147b04411ee7bcc758a2bc62b149aaeb0f31372d" for 127.0.0.1 at 2012-04-20 04:54:56 -0700
|
1227
|
+
Processing by AuthenticationsController#callback as HTML
|
1228
|
+
Parameters: {"code"=>"ad412a4172e7d6f99628cf3e147b04411ee7bcc758a2bc62b149aaeb0f31372d"}
|
1229
|
+
Authenticating with gds_sso strategy
|
1230
|
+
Redirected to http://www.example-client.com/restricted
|
1231
|
+
Completed 302 Found in 1ms
|
1232
|
+
|
1233
|
+
|
1234
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:54:56 -0700
|
1235
|
+
Processing by ExampleController#restricted as HTML
|
1236
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
1237
|
+
|
1238
|
+
|
1239
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:54:56 -0700
|
1240
|
+
Processing by ExampleController#restricted as HTML
|
1241
|
+
Authenticating with gds_sso strategy
|
1242
|
+
Completed in 0ms
|
1243
|
+
|
1244
|
+
|
1245
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 04:54:56 -0700
|
1246
|
+
|
1247
|
+
|
1248
|
+
Started GET "/auth/gds/callback?code=c1dc26b4b36168a2f4bb78997b1872f1ad9ec15a642fc5b4f52704bf8a4398dd" for 127.0.0.1 at 2012-04-20 04:54:57 -0700
|
1249
|
+
Processing by AuthenticationsController#callback as HTML
|
1250
|
+
Parameters: {"code"=>"c1dc26b4b36168a2f4bb78997b1872f1ad9ec15a642fc5b4f52704bf8a4398dd"}
|
1251
|
+
Authenticating with gds_sso strategy
|
1252
|
+
Redirected to http://www.example-client.com/restricted
|
1253
|
+
Completed 302 Found in 1ms
|
1254
|
+
|
1255
|
+
|
1256
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:54:57 -0700
|
1257
|
+
Processing by ExampleController#restricted as HTML
|
1258
|
+
Completed 200 OK in 0ms (Views: 0.4ms)
|
1259
|
+
|
1260
|
+
|
1261
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:54:57 -0700
|
1262
|
+
Processing by ExampleController#restricted as HTML
|
1263
|
+
Authenticating with gds_sso_api_access strategy
|
1264
|
+
Completed in 7ms
|
1265
|
+
|
1266
|
+
|
1267
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 04:55:53 -0700
|
1268
|
+
Processing by ExampleController#index as HTML
|
1269
|
+
Rendered text template (0.0ms)
|
1270
|
+
Completed 200 OK in 39ms (Views: 39.1ms)
|
1271
|
+
|
1272
|
+
|
1273
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:55:53 -0700
|
1274
|
+
Processing by ExampleController#restricted as HTML
|
1275
|
+
Authenticating with gds_sso strategy
|
1276
|
+
Completed in 1ms
|
1277
|
+
|
1278
|
+
|
1279
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 04:55:53 -0700
|
1280
|
+
|
1281
|
+
|
1282
|
+
Started GET "/auth/gds/callback?code=fe819392c380ab2f4829750af9d4143b2404f04f48faa45ba1384e2acf4d6c27" for 127.0.0.1 at 2012-04-20 04:55:54 -0700
|
1283
|
+
Processing by AuthenticationsController#callback as HTML
|
1284
|
+
Parameters: {"code"=>"fe819392c380ab2f4829750af9d4143b2404f04f48faa45ba1384e2acf4d6c27"}
|
1285
|
+
Authenticating with gds_sso strategy
|
1286
|
+
Redirected to http://www.example-client.com/restricted
|
1287
|
+
Completed 302 Found in 1ms
|
1288
|
+
|
1289
|
+
|
1290
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:55:54 -0700
|
1291
|
+
Processing by ExampleController#restricted as HTML
|
1292
|
+
Completed 200 OK in 1ms (Views: 0.4ms)
|
1293
|
+
|
1294
|
+
|
1295
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:55:54 -0700
|
1296
|
+
Processing by ExampleController#restricted as HTML
|
1297
|
+
Authenticating with gds_sso strategy
|
1298
|
+
Completed in 0ms
|
1299
|
+
|
1300
|
+
|
1301
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 04:55:54 -0700
|
1302
|
+
|
1303
|
+
|
1304
|
+
Started GET "/auth/gds/callback?code=40b48805552a1454d23d7f455df441a789f9c34992a620f99366b3124ed4377e" for 127.0.0.1 at 2012-04-20 04:55:54 -0700
|
1305
|
+
Processing by AuthenticationsController#callback as HTML
|
1306
|
+
Parameters: {"code"=>"40b48805552a1454d23d7f455df441a789f9c34992a620f99366b3124ed4377e"}
|
1307
|
+
Authenticating with gds_sso strategy
|
1308
|
+
Redirected to http://www.example-client.com/restricted
|
1309
|
+
Completed 302 Found in 1ms
|
1310
|
+
|
1311
|
+
|
1312
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:55:54 -0700
|
1313
|
+
Processing by ExampleController#restricted as HTML
|
1314
|
+
Completed 200 OK in 1ms (Views: 0.4ms)
|
1315
|
+
|
1316
|
+
|
1317
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:55:54 -0700
|
1318
|
+
Processing by ExampleController#restricted as HTML
|
1319
|
+
Authenticating with gds_sso_api_access strategy
|
1320
|
+
Completed in 42ms
|
1321
|
+
|
1322
|
+
|
1323
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 04:57:06 -0700
|
1324
|
+
Processing by ExampleController#index as HTML
|
1325
|
+
Rendered text template (0.0ms)
|
1326
|
+
Completed 200 OK in 40ms (Views: 39.3ms)
|
1327
|
+
|
1328
|
+
|
1329
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:57:06 -0700
|
1330
|
+
Processing by ExampleController#restricted as HTML
|
1331
|
+
Authenticating with gds_sso strategy
|
1332
|
+
Completed in 1ms
|
1333
|
+
|
1334
|
+
|
1335
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 04:57:06 -0700
|
1336
|
+
|
1337
|
+
|
1338
|
+
Started GET "/auth/gds/callback?code=ec85981ab01f1ee84c76a4a62afcab30f1819b4b10a96b9fe8a4310fe6fc5715" for 127.0.0.1 at 2012-04-20 04:57:06 -0700
|
1339
|
+
Processing by AuthenticationsController#callback as HTML
|
1340
|
+
Parameters: {"code"=>"ec85981ab01f1ee84c76a4a62afcab30f1819b4b10a96b9fe8a4310fe6fc5715"}
|
1341
|
+
Authenticating with gds_sso strategy
|
1342
|
+
Redirected to http://www.example-client.com/restricted
|
1343
|
+
Completed 302 Found in 1ms
|
1344
|
+
|
1345
|
+
|
1346
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:57:06 -0700
|
1347
|
+
Processing by ExampleController#restricted as HTML
|
1348
|
+
Completed 200 OK in 1ms (Views: 0.4ms)
|
1349
|
+
|
1350
|
+
|
1351
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:57:06 -0700
|
1352
|
+
Processing by ExampleController#restricted as HTML
|
1353
|
+
Authenticating with gds_sso strategy
|
1354
|
+
Completed in 0ms
|
1355
|
+
|
1356
|
+
|
1357
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 04:57:06 -0700
|
1358
|
+
|
1359
|
+
|
1360
|
+
Started GET "/auth/gds/callback?code=ad671b2bf40d2d9533a80caa71f9ae4a5053f4fe8ab3d9bd5224230b71efed80" for 127.0.0.1 at 2012-04-20 04:57:06 -0700
|
1361
|
+
Processing by AuthenticationsController#callback as HTML
|
1362
|
+
Parameters: {"code"=>"ad671b2bf40d2d9533a80caa71f9ae4a5053f4fe8ab3d9bd5224230b71efed80"}
|
1363
|
+
Authenticating with gds_sso strategy
|
1364
|
+
Redirected to http://www.example-client.com/restricted
|
1365
|
+
Completed 302 Found in 1ms
|
1366
|
+
|
1367
|
+
|
1368
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:57:06 -0700
|
1369
|
+
Processing by ExampleController#restricted as HTML
|
1370
|
+
Completed 200 OK in 1ms (Views: 0.5ms)
|
1371
|
+
|
1372
|
+
|
1373
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:57:06 -0700
|
1374
|
+
Processing by ExampleController#restricted as HTML
|
1375
|
+
Authenticating with gds_sso strategy
|
1376
|
+
Completed in 0ms
|
1377
|
+
|
1378
|
+
|
1379
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 04:57:06 -0700
|
1380
|
+
|
1381
|
+
|
1382
|
+
Started GET "/auth/gds/callback?code=36efb0d9083fc6b59ffd6b6a2aafd547943ba81ef0b4a39c27553e21c12f1d4e" for 127.0.0.1 at 2012-04-20 04:57:13 -0700
|
1383
|
+
Processing by AuthenticationsController#callback as HTML
|
1384
|
+
Parameters: {"code"=>"36efb0d9083fc6b59ffd6b6a2aafd547943ba81ef0b4a39c27553e21c12f1d4e"}
|
1385
|
+
Authenticating with gds_sso strategy
|
1386
|
+
Redirected to http://www.example-client.com/restricted
|
1387
|
+
Completed 302 Found in 1ms
|
1388
|
+
|
1389
|
+
|
1390
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:57:13 -0700
|
1391
|
+
Processing by ExampleController#restricted as HTML
|
1392
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
1393
|
+
|
1394
|
+
|
1395
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 04:58:31 -0700
|
1396
|
+
Processing by ExampleController#index as HTML
|
1397
|
+
Rendered text template (0.0ms)
|
1398
|
+
Completed 200 OK in 31ms (Views: 31.1ms)
|
1399
|
+
|
1400
|
+
|
1401
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:58:32 -0700
|
1402
|
+
Processing by ExampleController#restricted as HTML
|
1403
|
+
Authenticating with gds_sso strategy
|
1404
|
+
Completed in 0ms
|
1405
|
+
|
1406
|
+
|
1407
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 04:58:32 -0700
|
1408
|
+
|
1409
|
+
|
1410
|
+
Started GET "/auth/gds/callback?code=951b076a7d02826dc4a3e4b2e76ad2ddd6a3dd7073e0e57c51aac1b22ca68030" for 127.0.0.1 at 2012-04-20 04:58:32 -0700
|
1411
|
+
Processing by AuthenticationsController#callback as HTML
|
1412
|
+
Parameters: {"code"=>"951b076a7d02826dc4a3e4b2e76ad2ddd6a3dd7073e0e57c51aac1b22ca68030"}
|
1413
|
+
Authenticating with gds_sso strategy
|
1414
|
+
Redirected to http://www.example-client.com/restricted
|
1415
|
+
Completed 302 Found in 1ms
|
1416
|
+
|
1417
|
+
|
1418
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:58:32 -0700
|
1419
|
+
Processing by ExampleController#restricted as HTML
|
1420
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
1421
|
+
|
1422
|
+
|
1423
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:58:32 -0700
|
1424
|
+
Processing by ExampleController#restricted as HTML
|
1425
|
+
Authenticating with gds_sso strategy
|
1426
|
+
Completed in 0ms
|
1427
|
+
|
1428
|
+
|
1429
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 04:58:32 -0700
|
1430
|
+
|
1431
|
+
|
1432
|
+
Started GET "/auth/gds/callback?code=45f28e6ae1aefeb273962d77afe5f9df3a0d2b98a1234cfea416117f3cb66bbe" for 127.0.0.1 at 2012-04-20 04:58:32 -0700
|
1433
|
+
Processing by AuthenticationsController#callback as HTML
|
1434
|
+
Parameters: {"code"=>"45f28e6ae1aefeb273962d77afe5f9df3a0d2b98a1234cfea416117f3cb66bbe"}
|
1435
|
+
Authenticating with gds_sso strategy
|
1436
|
+
Redirected to http://www.example-client.com/restricted
|
1437
|
+
Completed 302 Found in 0ms
|
1438
|
+
|
1439
|
+
|
1440
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:58:32 -0700
|
1441
|
+
Processing by ExampleController#restricted as HTML
|
1442
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
1443
|
+
|
1444
|
+
|
1445
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:58:32 -0700
|
1446
|
+
Processing by ExampleController#restricted as HTML
|
1447
|
+
Authenticating with gds_sso strategy
|
1448
|
+
Completed in 0ms
|
1449
|
+
|
1450
|
+
|
1451
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 04:58:32 -0700
|
1452
|
+
|
1453
|
+
|
1454
|
+
Started GET "/auth/gds/callback?code=e92107530dae097a66c74c2abd3f291117a14245ab2de05d233c03355317d2a9" for 127.0.0.1 at 2012-04-20 04:58:33 -0700
|
1455
|
+
Processing by AuthenticationsController#callback as HTML
|
1456
|
+
Parameters: {"code"=>"e92107530dae097a66c74c2abd3f291117a14245ab2de05d233c03355317d2a9"}
|
1457
|
+
Authenticating with gds_sso strategy
|
1458
|
+
Redirected to http://www.example-client.com/restricted
|
1459
|
+
Completed 302 Found in 1ms
|
1460
|
+
|
1461
|
+
|
1462
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 04:58:33 -0700
|
1463
|
+
Processing by ExampleController#restricted as HTML
|
1464
|
+
Completed 200 OK in 0ms (Views: 0.2ms)
|
1465
|
+
|
1466
|
+
|
1467
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 06:09:24 -0700
|
1468
|
+
Processing by ExampleController#index as HTML
|
1469
|
+
Rendered text template (0.0ms)
|
1470
|
+
Completed 200 OK in 33ms (Views: 32.4ms)
|
1471
|
+
|
1472
|
+
|
1473
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:09:24 -0700
|
1474
|
+
Processing by ExampleController#restricted as HTML
|
1475
|
+
Authenticating with gds_sso strategy
|
1476
|
+
Completed in 0ms
|
1477
|
+
|
1478
|
+
|
1479
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:09:24 -0700
|
1480
|
+
|
1481
|
+
|
1482
|
+
Started GET "/auth/gds/callback?code=d67f340e173fc68b6eca230776ef39df3c3f14584298a6791956d26d6125365a" for 127.0.0.1 at 2012-04-20 06:09:24 -0700
|
1483
|
+
Processing by AuthenticationsController#callback as HTML
|
1484
|
+
Parameters: {"code"=>"d67f340e173fc68b6eca230776ef39df3c3f14584298a6791956d26d6125365a"}
|
1485
|
+
Authenticating with gds_sso strategy
|
1486
|
+
Redirected to http://www.example-client.com/restricted
|
1487
|
+
Completed 302 Found in 1ms
|
1488
|
+
|
1489
|
+
|
1490
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:09:24 -0700
|
1491
|
+
Processing by ExampleController#restricted as HTML
|
1492
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
1493
|
+
|
1494
|
+
|
1495
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:09:24 -0700
|
1496
|
+
Processing by ExampleController#restricted as HTML
|
1497
|
+
Authenticating with gds_sso strategy
|
1498
|
+
Completed in 0ms
|
1499
|
+
|
1500
|
+
|
1501
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:09:24 -0700
|
1502
|
+
|
1503
|
+
|
1504
|
+
Started GET "/auth/gds/callback?code=7b2a2761a9ba8a25961abcecc8e02539d9324001bac47f6e6f0b65b49f06f063" for 127.0.0.1 at 2012-04-20 06:09:24 -0700
|
1505
|
+
Processing by AuthenticationsController#callback as HTML
|
1506
|
+
Parameters: {"code"=>"7b2a2761a9ba8a25961abcecc8e02539d9324001bac47f6e6f0b65b49f06f063"}
|
1507
|
+
Authenticating with gds_sso strategy
|
1508
|
+
Redirected to http://www.example-client.com/restricted
|
1509
|
+
Completed 302 Found in 0ms
|
1510
|
+
|
1511
|
+
|
1512
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:09:24 -0700
|
1513
|
+
Processing by ExampleController#restricted as HTML
|
1514
|
+
Completed 200 OK in 0ms (Views: 0.4ms)
|
1515
|
+
|
1516
|
+
|
1517
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:09:24 -0700
|
1518
|
+
Processing by ExampleController#restricted as HTML
|
1519
|
+
Authenticating with gds_sso strategy
|
1520
|
+
Completed in 0ms
|
1521
|
+
|
1522
|
+
|
1523
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:09:24 -0700
|
1524
|
+
|
1525
|
+
|
1526
|
+
Started GET "/auth/gds/callback?code=19f2db4aa543142de8e64cd1996ba71bd036a123a58d25532f4100c13f9efef4" for 127.0.0.1 at 2012-04-20 06:09:25 -0700
|
1527
|
+
Processing by AuthenticationsController#callback as HTML
|
1528
|
+
Parameters: {"code"=>"19f2db4aa543142de8e64cd1996ba71bd036a123a58d25532f4100c13f9efef4"}
|
1529
|
+
Authenticating with gds_sso strategy
|
1530
|
+
Redirected to http://www.example-client.com/restricted
|
1531
|
+
Completed 302 Found in 0ms
|
1532
|
+
|
1533
|
+
|
1534
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:09:25 -0700
|
1535
|
+
Processing by ExampleController#restricted as HTML
|
1536
|
+
Completed 200 OK in 0ms (Views: 0.2ms)
|
1537
|
+
|
1538
|
+
|
1539
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 06:09:44 -0700
|
1540
|
+
Processing by ExampleController#index as HTML
|
1541
|
+
Rendered text template (0.0ms)
|
1542
|
+
Completed 200 OK in 32ms (Views: 31.8ms)
|
1543
|
+
|
1544
|
+
|
1545
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:09:44 -0700
|
1546
|
+
Processing by ExampleController#restricted as HTML
|
1547
|
+
Authenticating with gds_sso strategy
|
1548
|
+
Completed in 0ms
|
1549
|
+
|
1550
|
+
|
1551
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:09:44 -0700
|
1552
|
+
|
1553
|
+
|
1554
|
+
Started GET "/auth/gds/callback?code=826daccb9274e10f13c5cc9f11fe8adcdcf0dd28b89ee75e1a2a7a28d6b81930" for 127.0.0.1 at 2012-04-20 06:09:45 -0700
|
1555
|
+
Processing by AuthenticationsController#callback as HTML
|
1556
|
+
Parameters: {"code"=>"826daccb9274e10f13c5cc9f11fe8adcdcf0dd28b89ee75e1a2a7a28d6b81930"}
|
1557
|
+
Authenticating with gds_sso strategy
|
1558
|
+
Redirected to http://www.example-client.com/restricted
|
1559
|
+
Completed 302 Found in 1ms
|
1560
|
+
|
1561
|
+
|
1562
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:09:45 -0700
|
1563
|
+
Processing by ExampleController#restricted as HTML
|
1564
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
1565
|
+
|
1566
|
+
|
1567
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:09:45 -0700
|
1568
|
+
Processing by ExampleController#restricted as HTML
|
1569
|
+
Authenticating with gds_sso strategy
|
1570
|
+
Completed in 0ms
|
1571
|
+
|
1572
|
+
|
1573
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:09:45 -0700
|
1574
|
+
|
1575
|
+
|
1576
|
+
Started GET "/auth/gds/callback?code=24c973cdd868da21ca190e1f03e7d351e841ded03ee1421b41a78876ae46dbf4" for 127.0.0.1 at 2012-04-20 06:09:45 -0700
|
1577
|
+
Processing by AuthenticationsController#callback as HTML
|
1578
|
+
Parameters: {"code"=>"24c973cdd868da21ca190e1f03e7d351e841ded03ee1421b41a78876ae46dbf4"}
|
1579
|
+
Authenticating with gds_sso strategy
|
1580
|
+
Redirected to http://www.example-client.com/restricted
|
1581
|
+
Completed 302 Found in 0ms
|
1582
|
+
|
1583
|
+
|
1584
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:09:45 -0700
|
1585
|
+
Processing by ExampleController#restricted as HTML
|
1586
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
1587
|
+
|
1588
|
+
|
1589
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:09:45 -0700
|
1590
|
+
Processing by ExampleController#restricted as HTML
|
1591
|
+
Authenticating with gds_sso strategy
|
1592
|
+
Completed in 0ms
|
1593
|
+
|
1594
|
+
|
1595
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:09:45 -0700
|
1596
|
+
|
1597
|
+
|
1598
|
+
Started GET "/auth/gds/callback?code=ce56619f94231be5b2d60b84419ed8935ac29ca22328727c2820e6b5459d8d55" for 127.0.0.1 at 2012-04-20 06:09:45 -0700
|
1599
|
+
Processing by AuthenticationsController#callback as HTML
|
1600
|
+
Parameters: {"code"=>"ce56619f94231be5b2d60b84419ed8935ac29ca22328727c2820e6b5459d8d55"}
|
1601
|
+
Authenticating with gds_sso strategy
|
1602
|
+
Redirected to http://www.example-client.com/restricted
|
1603
|
+
Completed 302 Found in 0ms
|
1604
|
+
|
1605
|
+
|
1606
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:09:45 -0700
|
1607
|
+
Processing by ExampleController#restricted as HTML
|
1608
|
+
Completed 200 OK in 0ms (Views: 0.2ms)
|
1609
|
+
|
1610
|
+
|
1611
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 06:11:24 -0700
|
1612
|
+
Processing by ExampleController#index as HTML
|
1613
|
+
Rendered text template (0.0ms)
|
1614
|
+
Completed 200 OK in 40ms (Views: 39.3ms)
|
1615
|
+
|
1616
|
+
|
1617
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:11:24 -0700
|
1618
|
+
Processing by ExampleController#restricted as HTML
|
1619
|
+
Authenticating with gds_sso strategy
|
1620
|
+
Completed in 0ms
|
1621
|
+
|
1622
|
+
|
1623
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:11:24 -0700
|
1624
|
+
|
1625
|
+
|
1626
|
+
Started GET "/auth/gds/callback?code=d8b6091d0de24ebd0f6dfde0d3a0689b32565cdd13f7db10d0137d5a83f5aaa2" for 127.0.0.1 at 2012-04-20 06:11:25 -0700
|
1627
|
+
Processing by AuthenticationsController#callback as HTML
|
1628
|
+
Parameters: {"code"=>"d8b6091d0de24ebd0f6dfde0d3a0689b32565cdd13f7db10d0137d5a83f5aaa2"}
|
1629
|
+
Authenticating with gds_sso strategy
|
1630
|
+
Redirected to http://www.example-client.com/restricted
|
1631
|
+
Completed 302 Found in 1ms
|
1632
|
+
|
1633
|
+
|
1634
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:11:25 -0700
|
1635
|
+
Processing by ExampleController#restricted as HTML
|
1636
|
+
Completed 200 OK in 1ms (Views: 0.4ms)
|
1637
|
+
|
1638
|
+
|
1639
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:11:25 -0700
|
1640
|
+
Processing by ExampleController#restricted as HTML
|
1641
|
+
Authenticating with gds_sso strategy
|
1642
|
+
Completed in 0ms
|
1643
|
+
|
1644
|
+
|
1645
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:11:25 -0700
|
1646
|
+
|
1647
|
+
|
1648
|
+
Started GET "/auth/gds/callback?code=e9738d055b7c4b5a2f6864de803b908e2c4927132dd8e489dc6a24c7ea58a703" for 127.0.0.1 at 2012-04-20 06:11:25 -0700
|
1649
|
+
Processing by AuthenticationsController#callback as HTML
|
1650
|
+
Parameters: {"code"=>"e9738d055b7c4b5a2f6864de803b908e2c4927132dd8e489dc6a24c7ea58a703"}
|
1651
|
+
Authenticating with gds_sso strategy
|
1652
|
+
Redirected to http://www.example-client.com/restricted
|
1653
|
+
Completed 302 Found in 1ms
|
1654
|
+
|
1655
|
+
|
1656
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:11:25 -0700
|
1657
|
+
Processing by ExampleController#restricted as HTML
|
1658
|
+
Completed 200 OK in 1ms (Views: 0.5ms)
|
1659
|
+
|
1660
|
+
|
1661
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:11:25 -0700
|
1662
|
+
Processing by ExampleController#restricted as HTML
|
1663
|
+
Authenticating with gds_sso strategy
|
1664
|
+
Completed in 0ms
|
1665
|
+
|
1666
|
+
|
1667
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:11:25 -0700
|
1668
|
+
|
1669
|
+
|
1670
|
+
Started GET "/auth/gds/callback?code=49b335b4aa3ba2380c3a1a58c447faed9795b7f0c40b14df288e83fd41e57241" for 127.0.0.1 at 2012-04-20 06:11:25 -0700
|
1671
|
+
Processing by AuthenticationsController#callback as HTML
|
1672
|
+
Parameters: {"code"=>"49b335b4aa3ba2380c3a1a58c447faed9795b7f0c40b14df288e83fd41e57241"}
|
1673
|
+
Authenticating with gds_sso strategy
|
1674
|
+
Redirected to http://www.example-client.com/restricted
|
1675
|
+
Completed 302 Found in 1ms
|
1676
|
+
|
1677
|
+
|
1678
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:11:25 -0700
|
1679
|
+
Processing by ExampleController#restricted as HTML
|
1680
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
1681
|
+
|
1682
|
+
|
1683
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:12:36 -0700
|
1684
|
+
Processing by ExampleController#restricted as JSON
|
1685
|
+
Authenticating with gds_sso_api_access strategy
|
1686
|
+
Completed in 8ms
|
1687
|
+
|
1688
|
+
|
1689
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 06:12:44 -0700
|
1690
|
+
Processing by ExampleController#index as HTML
|
1691
|
+
Rendered text template (0.0ms)
|
1692
|
+
Completed 200 OK in 39ms (Views: 39.0ms)
|
1693
|
+
|
1694
|
+
|
1695
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:12:44 -0700
|
1696
|
+
Processing by ExampleController#restricted as HTML
|
1697
|
+
Authenticating with gds_sso strategy
|
1698
|
+
Completed in 1ms
|
1699
|
+
|
1700
|
+
|
1701
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:12:44 -0700
|
1702
|
+
|
1703
|
+
|
1704
|
+
Started GET "/auth/gds/callback?code=3bcd8e6a9ffc36fcca39f773e14fb83956564c79549cd3779ca154e5b44adf21" for 127.0.0.1 at 2012-04-20 06:12:45 -0700
|
1705
|
+
Processing by AuthenticationsController#callback as HTML
|
1706
|
+
Parameters: {"code"=>"3bcd8e6a9ffc36fcca39f773e14fb83956564c79549cd3779ca154e5b44adf21"}
|
1707
|
+
Authenticating with gds_sso strategy
|
1708
|
+
Redirected to http://www.example-client.com/restricted
|
1709
|
+
Completed 302 Found in 1ms
|
1710
|
+
|
1711
|
+
|
1712
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:12:45 -0700
|
1713
|
+
Processing by ExampleController#restricted as HTML
|
1714
|
+
Completed 200 OK in 1ms (Views: 0.4ms)
|
1715
|
+
|
1716
|
+
|
1717
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:12:45 -0700
|
1718
|
+
Processing by ExampleController#restricted as HTML
|
1719
|
+
Authenticating with gds_sso strategy
|
1720
|
+
Completed in 0ms
|
1721
|
+
|
1722
|
+
|
1723
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:12:45 -0700
|
1724
|
+
|
1725
|
+
|
1726
|
+
Started GET "/auth/gds/callback?code=638dcd35930f1503fd1507660018f180fbf0de9a913bea6666323fe8c0e20ba9" for 127.0.0.1 at 2012-04-20 06:12:45 -0700
|
1727
|
+
Processing by AuthenticationsController#callback as HTML
|
1728
|
+
Parameters: {"code"=>"638dcd35930f1503fd1507660018f180fbf0de9a913bea6666323fe8c0e20ba9"}
|
1729
|
+
Authenticating with gds_sso strategy
|
1730
|
+
Redirected to http://www.example-client.com/restricted
|
1731
|
+
Completed 302 Found in 1ms
|
1732
|
+
|
1733
|
+
|
1734
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:12:45 -0700
|
1735
|
+
Processing by ExampleController#restricted as HTML
|
1736
|
+
Completed 200 OK in 1ms (Views: 0.5ms)
|
1737
|
+
|
1738
|
+
|
1739
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:12:45 -0700
|
1740
|
+
Processing by ExampleController#restricted as HTML
|
1741
|
+
Authenticating with gds_sso strategy
|
1742
|
+
Completed in 0ms
|
1743
|
+
|
1744
|
+
|
1745
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:12:45 -0700
|
1746
|
+
|
1747
|
+
|
1748
|
+
Started GET "/auth/gds/callback?code=655322c6af7d22e1f5415e2e576128a9b38257f3400b3d299df186c1f49a2185" for 127.0.0.1 at 2012-04-20 06:12:45 -0700
|
1749
|
+
Processing by AuthenticationsController#callback as HTML
|
1750
|
+
Parameters: {"code"=>"655322c6af7d22e1f5415e2e576128a9b38257f3400b3d299df186c1f49a2185"}
|
1751
|
+
Authenticating with gds_sso strategy
|
1752
|
+
Redirected to http://www.example-client.com/restricted
|
1753
|
+
Completed 302 Found in 1ms
|
1754
|
+
|
1755
|
+
|
1756
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:12:45 -0700
|
1757
|
+
Processing by ExampleController#restricted as HTML
|
1758
|
+
Completed 200 OK in 1ms (Views: 0.5ms)
|
1759
|
+
|
1760
|
+
|
1761
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:15:48 -0700
|
1762
|
+
Processing by ExampleController#restricted as JSON
|
1763
|
+
Authenticating with gds_sso_api_access strategy
|
1764
|
+
Completed 200 OK in 39ms (Views: 0.5ms)
|
1765
|
+
|
1766
|
+
|
1767
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 06:16:18 -0700
|
1768
|
+
Processing by ExampleController#index as HTML
|
1769
|
+
Rendered text template (0.0ms)
|
1770
|
+
Completed 200 OK in 39ms (Views: 38.7ms)
|
1771
|
+
|
1772
|
+
|
1773
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:16:18 -0700
|
1774
|
+
Processing by ExampleController#restricted as HTML
|
1775
|
+
Authenticating with gds_sso strategy
|
1776
|
+
Completed in 0ms
|
1777
|
+
|
1778
|
+
|
1779
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:16:18 -0700
|
1780
|
+
|
1781
|
+
|
1782
|
+
Started GET "/auth/gds/callback?code=c0d2c7e66614b9f58d019e842798fe9202fdd5933a8713bb093595606569b468" for 127.0.0.1 at 2012-04-20 06:16:18 -0700
|
1783
|
+
Processing by AuthenticationsController#callback as HTML
|
1784
|
+
Parameters: {"code"=>"c0d2c7e66614b9f58d019e842798fe9202fdd5933a8713bb093595606569b468"}
|
1785
|
+
Authenticating with gds_sso strategy
|
1786
|
+
Redirected to http://www.example-client.com/restricted
|
1787
|
+
Completed 302 Found in 1ms
|
1788
|
+
|
1789
|
+
|
1790
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:16:18 -0700
|
1791
|
+
Processing by ExampleController#restricted as HTML
|
1792
|
+
Completed 200 OK in 1ms (Views: 0.4ms)
|
1793
|
+
|
1794
|
+
|
1795
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:16:18 -0700
|
1796
|
+
Processing by ExampleController#restricted as HTML
|
1797
|
+
Authenticating with gds_sso strategy
|
1798
|
+
Completed in 0ms
|
1799
|
+
|
1800
|
+
|
1801
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:16:18 -0700
|
1802
|
+
|
1803
|
+
|
1804
|
+
Started GET "/auth/gds/callback?code=f5ec81461e0ba61d787f1295f6fd7225ecafe9203bfa39f40287d86f8d7a05b5" for 127.0.0.1 at 2012-04-20 06:16:19 -0700
|
1805
|
+
Processing by AuthenticationsController#callback as HTML
|
1806
|
+
Parameters: {"code"=>"f5ec81461e0ba61d787f1295f6fd7225ecafe9203bfa39f40287d86f8d7a05b5"}
|
1807
|
+
Authenticating with gds_sso strategy
|
1808
|
+
Redirected to http://www.example-client.com/restricted
|
1809
|
+
Completed 302 Found in 1ms
|
1810
|
+
|
1811
|
+
|
1812
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:16:19 -0700
|
1813
|
+
Processing by ExampleController#restricted as HTML
|
1814
|
+
Completed 200 OK in 1ms (Views: 0.5ms)
|
1815
|
+
|
1816
|
+
|
1817
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:16:19 -0700
|
1818
|
+
Processing by ExampleController#restricted as HTML
|
1819
|
+
Authenticating with gds_sso strategy
|
1820
|
+
Completed in 0ms
|
1821
|
+
|
1822
|
+
|
1823
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:16:19 -0700
|
1824
|
+
|
1825
|
+
|
1826
|
+
Started GET "/auth/gds/callback?code=8e4a46d9389b37a300e251e2d179db1f91cb6fe3ffec0d3c17304e682211b799" for 127.0.0.1 at 2012-04-20 06:16:19 -0700
|
1827
|
+
Processing by AuthenticationsController#callback as HTML
|
1828
|
+
Parameters: {"code"=>"8e4a46d9389b37a300e251e2d179db1f91cb6fe3ffec0d3c17304e682211b799"}
|
1829
|
+
Authenticating with gds_sso strategy
|
1830
|
+
Redirected to http://www.example-client.com/restricted
|
1831
|
+
Completed 302 Found in 1ms
|
1832
|
+
|
1833
|
+
|
1834
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:16:19 -0700
|
1835
|
+
Processing by ExampleController#restricted as HTML
|
1836
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
1837
|
+
|
1838
|
+
|
1839
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:16:19 -0700
|
1840
|
+
Processing by ExampleController#restricted as JSON
|
1841
|
+
Authenticating with gds_sso_api_access strategy
|
1842
|
+
Completed 200 OK in 47ms (Views: 0.5ms)
|
1843
|
+
|
1844
|
+
|
1845
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 06:18:02 -0700
|
1846
|
+
Processing by ExampleController#index as HTML
|
1847
|
+
Rendered text template (0.0ms)
|
1848
|
+
Completed 200 OK in 39ms (Views: 39.1ms)
|
1849
|
+
|
1850
|
+
|
1851
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:18:02 -0700
|
1852
|
+
Processing by ExampleController#restricted as HTML
|
1853
|
+
Authenticating with gds_sso strategy
|
1854
|
+
Completed in 0ms
|
1855
|
+
|
1856
|
+
|
1857
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:18:02 -0700
|
1858
|
+
|
1859
|
+
|
1860
|
+
Started GET "/auth/gds/callback?code=24d49c4cae4b18039c5e48b07e78243799f18ede3d25480e0508be7df3e1886e" for 127.0.0.1 at 2012-04-20 06:18:03 -0700
|
1861
|
+
Processing by AuthenticationsController#callback as HTML
|
1862
|
+
Parameters: {"code"=>"24d49c4cae4b18039c5e48b07e78243799f18ede3d25480e0508be7df3e1886e"}
|
1863
|
+
Authenticating with gds_sso strategy
|
1864
|
+
Redirected to http://www.example-client.com/restricted
|
1865
|
+
Completed 302 Found in 1ms
|
1866
|
+
|
1867
|
+
|
1868
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:18:03 -0700
|
1869
|
+
Processing by ExampleController#restricted as HTML
|
1870
|
+
Completed 200 OK in 1ms (Views: 0.4ms)
|
1871
|
+
|
1872
|
+
|
1873
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:18:03 -0700
|
1874
|
+
Processing by ExampleController#restricted as HTML
|
1875
|
+
Authenticating with gds_sso strategy
|
1876
|
+
Completed in 0ms
|
1877
|
+
|
1878
|
+
|
1879
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:18:03 -0700
|
1880
|
+
|
1881
|
+
|
1882
|
+
Started GET "/auth/gds/callback?code=6dc877c0ca5bce932cd42ab11c11271fae8597d00425838e838d002458dc0df7" for 127.0.0.1 at 2012-04-20 06:18:03 -0700
|
1883
|
+
Processing by AuthenticationsController#callback as HTML
|
1884
|
+
Parameters: {"code"=>"6dc877c0ca5bce932cd42ab11c11271fae8597d00425838e838d002458dc0df7"}
|
1885
|
+
Authenticating with gds_sso strategy
|
1886
|
+
Redirected to http://www.example-client.com/restricted
|
1887
|
+
Completed 302 Found in 1ms
|
1888
|
+
|
1889
|
+
|
1890
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:18:03 -0700
|
1891
|
+
Processing by ExampleController#restricted as HTML
|
1892
|
+
Completed 200 OK in 1ms (Views: 0.5ms)
|
1893
|
+
|
1894
|
+
|
1895
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:18:03 -0700
|
1896
|
+
Processing by ExampleController#restricted as HTML
|
1897
|
+
Authenticating with gds_sso strategy
|
1898
|
+
Completed in 0ms
|
1899
|
+
|
1900
|
+
|
1901
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:18:03 -0700
|
1902
|
+
|
1903
|
+
|
1904
|
+
Started GET "/auth/gds/callback?code=a09736161ef92de900658a45b1aa3eed1525fbe32f4882c8b0d17717065ba5e2" for 127.0.0.1 at 2012-04-20 06:18:03 -0700
|
1905
|
+
Processing by AuthenticationsController#callback as HTML
|
1906
|
+
Parameters: {"code"=>"a09736161ef92de900658a45b1aa3eed1525fbe32f4882c8b0d17717065ba5e2"}
|
1907
|
+
Authenticating with gds_sso strategy
|
1908
|
+
Redirected to http://www.example-client.com/restricted
|
1909
|
+
Completed 302 Found in 1ms
|
1910
|
+
|
1911
|
+
|
1912
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:18:03 -0700
|
1913
|
+
Processing by ExampleController#restricted as HTML
|
1914
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
1915
|
+
|
1916
|
+
|
1917
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:18:03 -0700
|
1918
|
+
Processing by ExampleController#restricted as JSON
|
1919
|
+
Authenticating with gds_sso_api_access strategy
|
1920
|
+
Completed in 47ms
|
1921
|
+
|
1922
|
+
|
1923
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:22:28 -0700
|
1924
|
+
Processing by ExampleController#restricted as JSON
|
1925
|
+
Authenticating with gds_sso_api_access strategy
|
1926
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
1927
|
+
|
1928
|
+
|
1929
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 06:22:36 -0700
|
1930
|
+
Processing by ExampleController#index as HTML
|
1931
|
+
Rendered text template (0.0ms)
|
1932
|
+
Completed 200 OK in 53ms (Views: 52.5ms)
|
1933
|
+
|
1934
|
+
|
1935
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:22:36 -0700
|
1936
|
+
Processing by ExampleController#restricted as HTML
|
1937
|
+
Authenticating with gds_sso strategy
|
1938
|
+
Completed in 0ms
|
1939
|
+
|
1940
|
+
|
1941
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:22:36 -0700
|
1942
|
+
|
1943
|
+
|
1944
|
+
Started GET "/auth/gds/callback?code=7a8c921d5fa07afb07c5da80c2ee2ed22c496c2f406436892243dfcbb9aa421a" for 127.0.0.1 at 2012-04-20 06:22:36 -0700
|
1945
|
+
Processing by AuthenticationsController#callback as HTML
|
1946
|
+
Parameters: {"code"=>"7a8c921d5fa07afb07c5da80c2ee2ed22c496c2f406436892243dfcbb9aa421a"}
|
1947
|
+
Authenticating with gds_sso strategy
|
1948
|
+
Redirected to http://www.example-client.com/restricted
|
1949
|
+
Completed 302 Found in 1ms
|
1950
|
+
|
1951
|
+
|
1952
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:22:36 -0700
|
1953
|
+
Processing by ExampleController#restricted as HTML
|
1954
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
1955
|
+
|
1956
|
+
|
1957
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:22:36 -0700
|
1958
|
+
Processing by ExampleController#restricted as HTML
|
1959
|
+
Authenticating with gds_sso strategy
|
1960
|
+
Completed in 0ms
|
1961
|
+
|
1962
|
+
|
1963
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:22:36 -0700
|
1964
|
+
|
1965
|
+
|
1966
|
+
Started GET "/auth/gds/callback?code=cf96dcb4ba7e4b352545ba03ba1f3042f726d3e3e6d84b32132a1ac406ea5fd7" for 127.0.0.1 at 2012-04-20 06:22:36 -0700
|
1967
|
+
Processing by AuthenticationsController#callback as HTML
|
1968
|
+
Parameters: {"code"=>"cf96dcb4ba7e4b352545ba03ba1f3042f726d3e3e6d84b32132a1ac406ea5fd7"}
|
1969
|
+
Authenticating with gds_sso strategy
|
1970
|
+
Redirected to http://www.example-client.com/restricted
|
1971
|
+
Completed 302 Found in 0ms
|
1972
|
+
|
1973
|
+
|
1974
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:22:36 -0700
|
1975
|
+
Processing by ExampleController#restricted as HTML
|
1976
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
1977
|
+
|
1978
|
+
|
1979
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:22:36 -0700
|
1980
|
+
Processing by ExampleController#restricted as HTML
|
1981
|
+
Authenticating with gds_sso strategy
|
1982
|
+
Completed in 0ms
|
1983
|
+
|
1984
|
+
|
1985
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:22:36 -0700
|
1986
|
+
|
1987
|
+
|
1988
|
+
Started GET "/auth/gds/callback?code=abf3c0712c2e661725427f4bd05e9afad6ca6b0ab1141489dc569950ed0b5a5c" for 127.0.0.1 at 2012-04-20 06:22:36 -0700
|
1989
|
+
Processing by AuthenticationsController#callback as HTML
|
1990
|
+
Parameters: {"code"=>"abf3c0712c2e661725427f4bd05e9afad6ca6b0ab1141489dc569950ed0b5a5c"}
|
1991
|
+
Authenticating with gds_sso strategy
|
1992
|
+
Redirected to http://www.example-client.com/restricted
|
1993
|
+
Completed 302 Found in 0ms
|
1994
|
+
|
1995
|
+
|
1996
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:22:36 -0700
|
1997
|
+
Processing by ExampleController#restricted as HTML
|
1998
|
+
Completed 200 OK in 0ms (Views: 0.2ms)
|
1999
|
+
|
2000
|
+
|
2001
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:22:37 -0700
|
2002
|
+
Processing by ExampleController#restricted as JSON
|
2003
|
+
Authenticating with gds_sso_api_access strategy
|
2004
|
+
Completed in 8ms
|
2005
|
+
|
2006
|
+
|
2007
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:22:37 -0700
|
2008
|
+
Processing by ExampleController#restricted as JSON
|
2009
|
+
Authenticating with gds_sso_api_access strategy
|
2010
|
+
Completed 200 OK in 1ms (Views: 0.4ms)
|
2011
|
+
|
2012
|
+
|
2013
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 06:26:50 -0700
|
2014
|
+
Processing by ExampleController#index as HTML
|
2015
|
+
Rendered text template (0.0ms)
|
2016
|
+
Completed 200 OK in 34ms (Views: 33.7ms)
|
2017
|
+
|
2018
|
+
|
2019
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:26:50 -0700
|
2020
|
+
Processing by ExampleController#restricted as HTML
|
2021
|
+
Authenticating with gds_sso strategy
|
2022
|
+
Completed in 0ms
|
2023
|
+
|
2024
|
+
|
2025
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:26:50 -0700
|
2026
|
+
|
2027
|
+
|
2028
|
+
Started GET "/auth/gds/callback?code=d81a3a0305cbf15b33b8b8a1f1499290eae074c3cba868dbd4d127f9d2f83e8f" for 127.0.0.1 at 2012-04-20 06:26:50 -0700
|
2029
|
+
Processing by AuthenticationsController#callback as HTML
|
2030
|
+
Parameters: {"code"=>"d81a3a0305cbf15b33b8b8a1f1499290eae074c3cba868dbd4d127f9d2f83e8f"}
|
2031
|
+
Authenticating with gds_sso strategy
|
2032
|
+
Redirected to http://www.example-client.com/restricted
|
2033
|
+
Completed 302 Found in 1ms
|
2034
|
+
|
2035
|
+
|
2036
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:26:50 -0700
|
2037
|
+
Processing by ExampleController#restricted as HTML
|
2038
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
2039
|
+
|
2040
|
+
|
2041
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:26:50 -0700
|
2042
|
+
Processing by ExampleController#restricted as HTML
|
2043
|
+
Authenticating with gds_sso strategy
|
2044
|
+
Completed in 0ms
|
2045
|
+
|
2046
|
+
|
2047
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:26:50 -0700
|
2048
|
+
|
2049
|
+
|
2050
|
+
Started GET "/auth/gds/callback?code=5aa56bdfb313edfdd1c1c5e7ce48a3deace86fc327cd140504fc584964c2d3cd" for 127.0.0.1 at 2012-04-20 06:26:51 -0700
|
2051
|
+
Processing by AuthenticationsController#callback as HTML
|
2052
|
+
Parameters: {"code"=>"5aa56bdfb313edfdd1c1c5e7ce48a3deace86fc327cd140504fc584964c2d3cd"}
|
2053
|
+
Authenticating with gds_sso strategy
|
2054
|
+
Redirected to http://www.example-client.com/restricted
|
2055
|
+
Completed 302 Found in 0ms
|
2056
|
+
|
2057
|
+
|
2058
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:26:51 -0700
|
2059
|
+
Processing by ExampleController#restricted as HTML
|
2060
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
2061
|
+
|
2062
|
+
|
2063
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:26:51 -0700
|
2064
|
+
Processing by ExampleController#restricted as HTML
|
2065
|
+
Authenticating with gds_sso strategy
|
2066
|
+
Completed in 0ms
|
2067
|
+
|
2068
|
+
|
2069
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:26:51 -0700
|
2070
|
+
|
2071
|
+
|
2072
|
+
Started GET "/auth/gds/callback?code=84a9f4e853064eb75ce11fa1dfc9c55dbfaaa5a54ed34350e8bdf69f79c9484f" for 127.0.0.1 at 2012-04-20 06:26:51 -0700
|
2073
|
+
Processing by AuthenticationsController#callback as HTML
|
2074
|
+
Parameters: {"code"=>"84a9f4e853064eb75ce11fa1dfc9c55dbfaaa5a54ed34350e8bdf69f79c9484f"}
|
2075
|
+
Authenticating with gds_sso strategy
|
2076
|
+
Redirected to http://www.example-client.com/restricted
|
2077
|
+
Completed 302 Found in 0ms
|
2078
|
+
|
2079
|
+
|
2080
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:26:51 -0700
|
2081
|
+
Processing by ExampleController#restricted as HTML
|
2082
|
+
Completed 200 OK in 0ms (Views: 0.2ms)
|
2083
|
+
|
2084
|
+
|
2085
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:26:51 -0700
|
2086
|
+
Processing by ExampleController#restricted as JSON
|
2087
|
+
Authenticating with gds_sso_api_access strategy
|
2088
|
+
Completed in 35ms
|
2089
|
+
|
2090
|
+
|
2091
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:26:51 -0700
|
2092
|
+
Processing by ExampleController#restricted as JSON
|
2093
|
+
Authenticating with gds_sso_api_access strategy
|
2094
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
2095
|
+
|
2096
|
+
|
2097
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 06:48:37 -0700
|
2098
|
+
Processing by ExampleController#index as HTML
|
2099
|
+
Rendered text template (0.0ms)
|
2100
|
+
Completed 200 OK in 32ms (Views: 31.3ms)
|
2101
|
+
|
2102
|
+
|
2103
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:48:37 -0700
|
2104
|
+
Processing by ExampleController#restricted as HTML
|
2105
|
+
Authenticating with gds_sso strategy
|
2106
|
+
Completed in 0ms
|
2107
|
+
|
2108
|
+
|
2109
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:48:37 -0700
|
2110
|
+
|
2111
|
+
|
2112
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:48:37 -0700
|
2113
|
+
Processing by ExampleController#restricted as HTML
|
2114
|
+
Authenticating with gds_sso strategy
|
2115
|
+
Completed in 0ms
|
2116
|
+
|
2117
|
+
|
2118
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:48:37 -0700
|
2119
|
+
|
2120
|
+
|
2121
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:48:38 -0700
|
2122
|
+
Processing by ExampleController#restricted as JSON
|
2123
|
+
Authenticating with gds_sso_api_access strategy
|
2124
|
+
Completed in 33ms
|
2125
|
+
|
2126
|
+
|
2127
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:48:38 -0700
|
2128
|
+
Processing by ExampleController#restricted as JSON
|
2129
|
+
Authenticating with gds_sso_api_access strategy
|
2130
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
2131
|
+
|
2132
|
+
|
2133
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 06:49:48 -0700
|
2134
|
+
Processing by ExampleController#index as HTML
|
2135
|
+
Rendered text template (0.0ms)
|
2136
|
+
Completed 200 OK in 39ms (Views: 38.1ms)
|
2137
|
+
|
2138
|
+
|
2139
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:49:48 -0700
|
2140
|
+
Processing by ExampleController#restricted as HTML
|
2141
|
+
Authenticating with gds_sso strategy
|
2142
|
+
Completed in 0ms
|
2143
|
+
|
2144
|
+
|
2145
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:49:48 -0700
|
2146
|
+
|
2147
|
+
|
2148
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:50:37 -0700
|
2149
|
+
Processing by ExampleController#restricted as HTML
|
2150
|
+
Authenticating with gds_sso strategy
|
2151
|
+
Completed in 0ms
|
2152
|
+
|
2153
|
+
|
2154
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:50:37 -0700
|
2155
|
+
|
2156
|
+
|
2157
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:50:37 -0700
|
2158
|
+
Processing by ExampleController#restricted as JSON
|
2159
|
+
Authenticating with gds_sso_api_access strategy
|
2160
|
+
Completed in 44ms
|
2161
|
+
|
2162
|
+
|
2163
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:50:37 -0700
|
2164
|
+
Processing by ExampleController#restricted as JSON
|
2165
|
+
Authenticating with gds_sso_api_access strategy
|
2166
|
+
Completed 200 OK in 1ms (Views: 0.5ms)
|
2167
|
+
|
2168
|
+
|
2169
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 06:51:02 -0700
|
2170
|
+
Processing by ExampleController#index as HTML
|
2171
|
+
Rendered text template (0.0ms)
|
2172
|
+
Completed 200 OK in 39ms (Views: 38.4ms)
|
2173
|
+
|
2174
|
+
|
2175
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:51:02 -0700
|
2176
|
+
Processing by ExampleController#restricted as HTML
|
2177
|
+
Authenticating with gds_sso strategy
|
2178
|
+
Completed in 0ms
|
2179
|
+
|
2180
|
+
|
2181
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:51:02 -0700
|
2182
|
+
|
2183
|
+
|
2184
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:51:03 -0700
|
2185
|
+
Processing by ExampleController#restricted as HTML
|
2186
|
+
Authenticating with gds_sso strategy
|
2187
|
+
Completed in 0ms
|
2188
|
+
|
2189
|
+
|
2190
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:51:03 -0700
|
2191
|
+
|
2192
|
+
|
2193
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:51:03 -0700
|
2194
|
+
Processing by ExampleController#restricted as JSON
|
2195
|
+
Authenticating with gds_sso_api_access strategy
|
2196
|
+
Completed in 7ms
|
2197
|
+
|
2198
|
+
|
2199
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:51:03 -0700
|
2200
|
+
Processing by ExampleController#restricted as JSON
|
2201
|
+
Authenticating with gds_sso_api_access strategy
|
2202
|
+
Completed 200 OK in 1ms (Views: 0.6ms)
|
2203
|
+
|
2204
|
+
|
2205
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 06:53:14 -0700
|
2206
|
+
Processing by ExampleController#index as HTML
|
2207
|
+
Rendered text template (0.0ms)
|
2208
|
+
Completed 200 OK in 40ms (Views: 39.6ms)
|
2209
|
+
|
2210
|
+
|
2211
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:53:14 -0700
|
2212
|
+
Processing by ExampleController#restricted as HTML
|
2213
|
+
Authenticating with gds_sso strategy
|
2214
|
+
Completed in 0ms
|
2215
|
+
|
2216
|
+
|
2217
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:53:14 -0700
|
2218
|
+
|
2219
|
+
|
2220
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:53:15 -0700
|
2221
|
+
Processing by ExampleController#restricted as HTML
|
2222
|
+
Authenticating with gds_sso strategy
|
2223
|
+
Completed in 0ms
|
2224
|
+
|
2225
|
+
|
2226
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:53:15 -0700
|
2227
|
+
|
2228
|
+
|
2229
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:53:15 -0700
|
2230
|
+
Processing by ExampleController#restricted as JSON
|
2231
|
+
Authenticating with gds_sso_api_access strategy
|
2232
|
+
Completed in 8ms
|
2233
|
+
|
2234
|
+
|
2235
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:53:15 -0700
|
2236
|
+
Processing by ExampleController#restricted as JSON
|
2237
|
+
Authenticating with gds_sso_api_access strategy
|
2238
|
+
Completed 200 OK in 1ms (Views: 0.5ms)
|
2239
|
+
|
2240
|
+
|
2241
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 06:53:50 -0700
|
2242
|
+
Processing by ExampleController#index as HTML
|
2243
|
+
Rendered text template (0.0ms)
|
2244
|
+
Completed 200 OK in 43ms (Views: 42.5ms)
|
2245
|
+
|
2246
|
+
|
2247
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:53:50 -0700
|
2248
|
+
Processing by ExampleController#restricted as HTML
|
2249
|
+
Authenticating with gds_sso strategy
|
2250
|
+
Completed in 1ms
|
2251
|
+
|
2252
|
+
|
2253
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:53:50 -0700
|
2254
|
+
|
2255
|
+
|
2256
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:54:46 -0700
|
2257
|
+
Processing by ExampleController#restricted as HTML
|
2258
|
+
Authenticating with gds_sso strategy
|
2259
|
+
Completed in 0ms
|
2260
|
+
|
2261
|
+
|
2262
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:54:46 -0700
|
2263
|
+
|
2264
|
+
|
2265
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:54:46 -0700
|
2266
|
+
Processing by ExampleController#restricted as JSON
|
2267
|
+
Authenticating with gds_sso_api_access strategy
|
2268
|
+
Completed in 10ms
|
2269
|
+
|
2270
|
+
|
2271
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:54:46 -0700
|
2272
|
+
Processing by ExampleController#restricted as JSON
|
2273
|
+
Authenticating with gds_sso_api_access strategy
|
2274
|
+
Completed 200 OK in 1ms (Views: 0.5ms)
|
2275
|
+
|
2276
|
+
|
2277
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 06:54:54 -0700
|
2278
|
+
Processing by ExampleController#index as HTML
|
2279
|
+
Rendered text template (0.0ms)
|
2280
|
+
Completed 200 OK in 42ms (Views: 41.7ms)
|
2281
|
+
|
2282
|
+
|
2283
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:54:55 -0700
|
2284
|
+
Processing by ExampleController#restricted as HTML
|
2285
|
+
Authenticating with gds_sso strategy
|
2286
|
+
Completed in 1ms
|
2287
|
+
|
2288
|
+
|
2289
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:54:55 -0700
|
2290
|
+
|
2291
|
+
|
2292
|
+
Started GET "/auth/gds/callback?code=vaeQUTGWMnfDmEb08710tgn9MyKPbUtSQVpBiHtUTkLk7DOq" for 127.0.0.1 at 2012-04-20 06:54:55 -0700
|
2293
|
+
|
2294
|
+
|
2295
|
+
Started GET "/auth/failure?message=invalid_credentials" for 127.0.0.1 at 2012-04-20 06:54:56 -0700
|
2296
|
+
|
2297
|
+
ActionController::RoutingError (No route matches [GET] "/auth/failure"):
|
2298
|
+
|
2299
|
+
|
2300
|
+
|
2301
|
+
|
2302
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:54:56 -0700
|
2303
|
+
Processing by ExampleController#restricted as HTML
|
2304
|
+
Authenticating with gds_sso strategy
|
2305
|
+
Completed in 0ms
|
2306
|
+
|
2307
|
+
|
2308
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:54:56 -0700
|
2309
|
+
|
2310
|
+
|
2311
|
+
Started GET "/auth/gds/callback?code=DiqYeV0owLMsPFl0Br0tiUs9D3Bf8RolQ8zAhRr4rCGgMzSN" for 127.0.0.1 at 2012-04-20 06:54:56 -0700
|
2312
|
+
|
2313
|
+
|
2314
|
+
Started GET "/auth/failure?message=invalid_credentials" for 127.0.0.1 at 2012-04-20 06:54:56 -0700
|
2315
|
+
|
2316
|
+
ActionController::RoutingError (No route matches [GET] "/auth/failure"):
|
2317
|
+
|
2318
|
+
|
2319
|
+
|
2320
|
+
|
2321
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:54:56 -0700
|
2322
|
+
Processing by ExampleController#restricted as JSON
|
2323
|
+
Authenticating with gds_sso_api_access strategy
|
2324
|
+
Completed in 8ms
|
2325
|
+
|
2326
|
+
|
2327
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:54:56 -0700
|
2328
|
+
Processing by ExampleController#restricted as JSON
|
2329
|
+
Authenticating with gds_sso_api_access strategy
|
2330
|
+
Completed 200 OK in 1ms (Views: 0.5ms)
|
2331
|
+
|
2332
|
+
|
2333
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 06:56:43 -0700
|
2334
|
+
Processing by ExampleController#restricted as HTML
|
2335
|
+
Authenticating with gds_sso strategy
|
2336
|
+
Completed in 0ms
|
2337
|
+
|
2338
|
+
|
2339
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 06:56:43 -0700
|
2340
|
+
|
2341
|
+
|
2342
|
+
Started GET "/auth/gds/callback?code=jvCQDxFSZVjlVtu8Rf9HoBAhRZZ2yu98jPcb3vtl457ti5rt" for 127.0.0.1 at 2012-04-20 06:56:44 -0700
|
2343
|
+
|
2344
|
+
|
2345
|
+
Started GET "/auth/failure?message=invalid_credentials" for 127.0.0.1 at 2012-04-20 06:56:44 -0700
|
2346
|
+
|
2347
|
+
ActionController::RoutingError (No route matches [GET] "/auth/failure"):
|
2348
|
+
|
2349
|
+
|
2350
|
+
Rendered /usr/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (25.8ms)
|
2351
|
+
|
2352
|
+
|
2353
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 07:29:44 -0700
|
2354
|
+
Processing by ExampleController#index as HTML
|
2355
|
+
Rendered text template (0.0ms)
|
2356
|
+
Completed 200 OK in 32ms (Views: 31.8ms)
|
2357
|
+
|
2358
|
+
|
2359
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 07:29:44 -0700
|
2360
|
+
Processing by ExampleController#restricted as HTML
|
2361
|
+
Authenticating with gds_sso strategy
|
2362
|
+
Completed in 0ms
|
2363
|
+
|
2364
|
+
|
2365
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 07:29:44 -0700
|
2366
|
+
|
2367
|
+
|
2368
|
+
Started GET "/auth/gds/callback?code=7eaaf6a78164795db79361bd79848fd8e5f31da6eb6db05be2d138b639f5542c" for 127.0.0.1 at 2012-04-20 07:29:45 -0700
|
2369
|
+
Processing by AuthenticationsController#callback as HTML
|
2370
|
+
Parameters: {"code"=>"7eaaf6a78164795db79361bd79848fd8e5f31da6eb6db05be2d138b639f5542c"}
|
2371
|
+
Authenticating with gds_sso strategy
|
2372
|
+
Redirected to http://www.example-client.com/restricted
|
2373
|
+
Completed 302 Found in 1ms
|
2374
|
+
|
2375
|
+
|
2376
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 07:29:45 -0700
|
2377
|
+
Processing by ExampleController#restricted as HTML
|
2378
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
2379
|
+
|
2380
|
+
|
2381
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 07:29:45 -0700
|
2382
|
+
Processing by ExampleController#restricted as HTML
|
2383
|
+
Authenticating with gds_sso strategy
|
2384
|
+
Completed in 0ms
|
2385
|
+
|
2386
|
+
|
2387
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 07:29:45 -0700
|
2388
|
+
|
2389
|
+
|
2390
|
+
Started GET "/auth/gds/callback?code=cc5753495893c3676b5c076cb0b53078ba185a9cbe8ceb887f3b9f076dd7a7e2" for 127.0.0.1 at 2012-04-20 07:29:45 -0700
|
2391
|
+
Processing by AuthenticationsController#callback as HTML
|
2392
|
+
Parameters: {"code"=>"cc5753495893c3676b5c076cb0b53078ba185a9cbe8ceb887f3b9f076dd7a7e2"}
|
2393
|
+
Authenticating with gds_sso strategy
|
2394
|
+
Redirected to http://www.example-client.com/restricted
|
2395
|
+
Completed 302 Found in 1ms
|
2396
|
+
|
2397
|
+
|
2398
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 07:29:45 -0700
|
2399
|
+
Processing by ExampleController#restricted as HTML
|
2400
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
2401
|
+
|
2402
|
+
|
2403
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 07:29:45 -0700
|
2404
|
+
Processing by ExampleController#restricted as HTML
|
2405
|
+
Authenticating with gds_sso strategy
|
2406
|
+
Completed in 0ms
|
2407
|
+
|
2408
|
+
|
2409
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 07:29:45 -0700
|
2410
|
+
|
2411
|
+
|
2412
|
+
Started GET "/auth/gds/callback?code=a306582bd451ff521f7f6ff9bb701e694044467f82e439fd258cd4e754d2b6b2" for 127.0.0.1 at 2012-04-20 07:29:46 -0700
|
2413
|
+
Processing by AuthenticationsController#callback as HTML
|
2414
|
+
Parameters: {"code"=>"a306582bd451ff521f7f6ff9bb701e694044467f82e439fd258cd4e754d2b6b2"}
|
2415
|
+
Authenticating with gds_sso strategy
|
2416
|
+
Redirected to http://www.example-client.com/restricted
|
2417
|
+
Completed 302 Found in 1ms
|
2418
|
+
|
2419
|
+
|
2420
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 07:29:46 -0700
|
2421
|
+
Processing by ExampleController#restricted as HTML
|
2422
|
+
Completed 200 OK in 0ms (Views: 0.2ms)
|
2423
|
+
|
2424
|
+
|
2425
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 07:29:46 -0700
|
2426
|
+
Processing by ExampleController#restricted as JSON
|
2427
|
+
Authenticating with gds_sso_api_access strategy
|
2428
|
+
Completed in 35ms
|
2429
|
+
|
2430
|
+
|
2431
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 07:29:46 -0700
|
2432
|
+
Processing by ExampleController#restricted as JSON
|
2433
|
+
Authenticating with gds_sso_api_access strategy
|
2434
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|
2435
|
+
|
2436
|
+
|
2437
|
+
Started GET "/" for 127.0.0.1 at 2012-04-20 07:30:38 -0700
|
2438
|
+
Processing by ExampleController#index as HTML
|
2439
|
+
Rendered text template (0.0ms)
|
2440
|
+
Completed 200 OK in 31ms (Views: 30.9ms)
|
2441
|
+
|
2442
|
+
|
2443
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 07:30:39 -0700
|
2444
|
+
Processing by ExampleController#restricted as HTML
|
2445
|
+
Authenticating with gds_sso strategy
|
2446
|
+
Completed in 0ms
|
2447
|
+
|
2448
|
+
|
2449
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 07:30:39 -0700
|
2450
|
+
|
2451
|
+
|
2452
|
+
Started GET "/auth/gds/callback?code=4800237610c7a92d0ebab1148b4947982f66e1b69b10e43827342a4dfdc4408e" for 127.0.0.1 at 2012-04-20 07:30:39 -0700
|
2453
|
+
Processing by AuthenticationsController#callback as HTML
|
2454
|
+
Parameters: {"code"=>"4800237610c7a92d0ebab1148b4947982f66e1b69b10e43827342a4dfdc4408e"}
|
2455
|
+
Authenticating with gds_sso strategy
|
2456
|
+
Redirected to http://www.example-client.com/restricted
|
2457
|
+
Completed 302 Found in 1ms
|
2458
|
+
|
2459
|
+
|
2460
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 07:30:39 -0700
|
2461
|
+
Processing by ExampleController#restricted as HTML
|
2462
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
2463
|
+
|
2464
|
+
|
2465
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 07:30:39 -0700
|
2466
|
+
Processing by ExampleController#restricted as HTML
|
2467
|
+
Authenticating with gds_sso strategy
|
2468
|
+
Completed in 0ms
|
2469
|
+
|
2470
|
+
|
2471
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 07:30:39 -0700
|
2472
|
+
|
2473
|
+
|
2474
|
+
Started GET "/auth/gds/callback?code=c9a920f28b55aee5b3a1f6967e1d84f70ca3c9d4d823cbc73c3e3c588276435f" for 127.0.0.1 at 2012-04-20 07:30:39 -0700
|
2475
|
+
Processing by AuthenticationsController#callback as HTML
|
2476
|
+
Parameters: {"code"=>"c9a920f28b55aee5b3a1f6967e1d84f70ca3c9d4d823cbc73c3e3c588276435f"}
|
2477
|
+
Authenticating with gds_sso strategy
|
2478
|
+
Redirected to http://www.example-client.com/restricted
|
2479
|
+
Completed 302 Found in 0ms
|
2480
|
+
|
2481
|
+
|
2482
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 07:30:39 -0700
|
2483
|
+
Processing by ExampleController#restricted as HTML
|
2484
|
+
Completed 200 OK in 0ms (Views: 0.3ms)
|
2485
|
+
|
2486
|
+
|
2487
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 07:30:39 -0700
|
2488
|
+
Processing by ExampleController#restricted as HTML
|
2489
|
+
Authenticating with gds_sso strategy
|
2490
|
+
Completed in 0ms
|
2491
|
+
|
2492
|
+
|
2493
|
+
Started GET "/auth/gds" for 127.0.0.1 at 2012-04-20 07:30:39 -0700
|
2494
|
+
|
2495
|
+
|
2496
|
+
Started GET "/auth/gds/callback?code=7cf24f199c94f3c028337fccc0fba9e7d2b7dd7f051bdb55dc5276e2aee63d8d" for 127.0.0.1 at 2012-04-20 07:30:39 -0700
|
2497
|
+
Processing by AuthenticationsController#callback as HTML
|
2498
|
+
Parameters: {"code"=>"7cf24f199c94f3c028337fccc0fba9e7d2b7dd7f051bdb55dc5276e2aee63d8d"}
|
2499
|
+
Authenticating with gds_sso strategy
|
2500
|
+
Redirected to http://www.example-client.com/restricted
|
2501
|
+
Completed 302 Found in 0ms
|
2502
|
+
|
2503
|
+
|
2504
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 07:30:39 -0700
|
2505
|
+
Processing by ExampleController#restricted as HTML
|
2506
|
+
Completed 200 OK in 0ms (Views: 0.2ms)
|
2507
|
+
|
2508
|
+
|
2509
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 07:30:39 -0700
|
2510
|
+
Processing by ExampleController#restricted as JSON
|
2511
|
+
Authenticating with gds_sso_api_access strategy
|
2512
|
+
Completed in 35ms
|
2513
|
+
|
2514
|
+
|
2515
|
+
Started GET "/restricted" for 127.0.0.1 at 2012-04-20 07:30:39 -0700
|
2516
|
+
Processing by ExampleController#restricted as JSON
|
2517
|
+
Authenticating with gds_sso_api_access strategy
|
2518
|
+
Completed 200 OK in 1ms (Views: 0.3ms)
|