nulogy_sso 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -835,3 +835,3128 @@ Processing by NulogySSO::AuthController#code as HTML
835
835
  Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (2.5ms)
836
836
  Completed 403 Forbidden in 28ms (Views: 3.3ms | ActiveRecord: 0.3ms)
837
837
   (0.6ms) rollback transaction
838
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
839
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
840
+  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
841
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
842
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
843
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
844
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
845
+  (0.1ms) DROP TABLE IF EXISTS "users"
846
+  (0.1ms) SELECT sqlite_version(*)
847
+  (2.9ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
848
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
849
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
850
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
851
+  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
852
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
853
+  (0.1ms) begin transaction
854
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:14:32.124058"], ["updated_at", "2019-09-23 15:14:32.124058"]]
855
+  (0.9ms) commit transaction
856
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
857
+  (0.2ms) begin transaction
858
+  (0.0ms) commit transaction
859
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
860
+  (0.1ms) begin transaction
861
+  (0.1ms) SAVEPOINT active_record_1
862
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:14:37.441521"], ["updated_at", "2019-09-23 15:14:37.441521"]]
863
+  (0.1ms) RELEASE SAVEPOINT active_record_1
864
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:14:40 -0400
865
+ Processing by ApplicationController#hello_world as HTML
866
+ Redirected to http://10.2.2.127:50327/nulogy_sso/login
867
+ Filter chain halted as :authenticate_sso_user rendered or redirected
868
+ Completed 302 Found in 37ms (ActiveRecord: 0.0ms)
869
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:14:40 -0400
870
+ Processing by NulogySSO::AuthController#login as HTML
871
+ Completed 500 Internal Server Error in 41ms (ActiveRecord: 0.0ms)
872
+  (0.8ms) rollback transaction
873
+  (0.1ms) begin transaction
874
+  (0.2ms) SAVEPOINT active_record_1
875
+ User Create (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:14:42.675280"], ["updated_at", "2019-09-23 15:14:42.675280"]]
876
+  (0.1ms) RELEASE SAVEPOINT active_record_1
877
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:14:42 -0400
878
+ Processing by ApplicationController#hello_world as HTML
879
+ Redirected to http://10.2.2.127:50327/nulogy_sso/login
880
+ Filter chain halted as :authenticate_sso_user rendered or redirected
881
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
882
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:14:42 -0400
883
+ Processing by NulogySSO::AuthController#login as HTML
884
+ Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.0ms)
885
+  (0.8ms) rollback transaction
886
+  (0.1ms) begin transaction
887
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:14:44 -0400
888
+ Processing by ApplicationController#hello_world as HTML
889
+ Redirected to http://10.2.2.127:50327/nulogy_sso/login
890
+ Filter chain halted as :authenticate_sso_user rendered or redirected
891
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
892
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:14:44 -0400
893
+ Processing by NulogySSO::AuthController#login as HTML
894
+ Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms)
895
+  (0.1ms) rollback transaction
896
+  (0.1ms) begin transaction
897
+  (0.1ms) rollback transaction
898
+  (0.1ms) begin transaction
899
+  (0.1ms) rollback transaction
900
+  (0.1ms) begin transaction
901
+  (0.1ms) rollback transaction
902
+  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
903
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
904
+  (0.8ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
905
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
906
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
907
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
908
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
909
+  (0.1ms) DROP TABLE IF EXISTS "users"
910
+  (0.1ms) SELECT sqlite_version(*)
911
+  (1.4ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
912
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
913
+  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
914
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
915
+  (1.4ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
916
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
917
+  (0.0ms) begin transaction
918
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:21:06.094868"], ["updated_at", "2019-09-23 15:21:06.094868"]]
919
+  (0.7ms) commit transaction
920
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
921
+  (0.1ms) begin transaction
922
+  (0.0ms) commit transaction
923
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
924
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
925
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
926
+  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
927
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
928
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
929
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
930
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
931
+  (0.1ms) DROP TABLE IF EXISTS "users"
932
+  (0.1ms) SELECT sqlite_version(*)
933
+  (2.0ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
934
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
935
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
936
+  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
937
+  (1.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
938
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
939
+  (0.1ms) begin transaction
940
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:21:16.741183"], ["updated_at", "2019-09-23 15:21:16.741183"]]
941
+  (1.1ms) commit transaction
942
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
943
+  (0.1ms) begin transaction
944
+  (0.0ms) commit transaction
945
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
946
+  (0.9ms) begin transaction
947
+  (0.1ms) rollback transaction
948
+  (0.1ms) begin transaction
949
+  (0.0ms) rollback transaction
950
+  (0.1ms) begin transaction
951
+  (0.1ms) rollback transaction
952
+  (0.1ms) begin transaction
953
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:19 -0400
954
+ Processing by ApplicationController#hello_world as HTML
955
+ Redirected to http://10.2.2.127:50452/nulogy_sso/login
956
+ Filter chain halted as :authenticate_sso_user rendered or redirected
957
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
958
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:21:19 -0400
959
+ Processing by NulogySSO::AuthController#login as HTML
960
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
961
+ Completed 302 Found in 36ms (ActiveRecord: 0.0ms)
962
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A50452" for 10.2.2.127 at 2019-09-23 11:21:19 -0400
963
+ Processing by NulogySSO::AuthController#code as HTML
964
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50452"}
965
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
966
+ Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb
967
+ Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (4.2ms)
968
+ Completed 403 Forbidden in 311ms (Views: 23.7ms | ActiveRecord: 1.0ms)
969
+ Started GET "/stylesheets/nulogy_sso/sso_error.css" for 10.2.2.127 at 2019-09-23 11:21:20 -0400
970
+ Started GET "/images/nulogy_sso/favicon.png" for 10.2.2.127 at 2019-09-23 11:21:20 -0400
971
+  (0.1ms) rollback transaction
972
+  (0.1ms) begin transaction
973
+  (0.1ms) SAVEPOINT active_record_1
974
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:21:21.284306"], ["updated_at", "2019-09-23 15:21:21.284306"]]
975
+  (0.1ms) RELEASE SAVEPOINT active_record_1
976
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:21 -0400
977
+ Processing by ApplicationController#hello_world as HTML
978
+ Redirected to http://10.2.2.127:50452/nulogy_sso/login
979
+ Filter chain halted as :authenticate_sso_user rendered or redirected
980
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
981
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:21:21 -0400
982
+ Processing by NulogySSO::AuthController#login as HTML
983
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
984
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
985
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A50452%2Fhello_world" for 10.2.2.127 at 2019-09-23 11:21:21 -0400
986
+ Processing by NulogySSO::AuthController#code as HTML
987
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50452/hello_world"}
988
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
989
+ Redirected to http://10.2.2.127:50452/hello_world
990
+ Completed 302 Found in 68ms (ActiveRecord: 0.5ms)
991
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:21 -0400
992
+ Processing by ApplicationController#hello_world as HTML
993
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
994
+ Rendering text template
995
+ Rendered text template (0.1ms)
996
+ Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.1ms)
997
+  (1.1ms) rollback transaction
998
+  (0.1ms) begin transaction
999
+  (0.1ms) SAVEPOINT active_record_1
1000
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:21:22.362876"], ["updated_at", "2019-09-23 15:21:22.362876"]]
1001
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1002
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:22 -0400
1003
+ Processing by ApplicationController#hello_world as HTML
1004
+ Redirected to http://10.2.2.127:50452/nulogy_sso/login
1005
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1006
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1007
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:21:22 -0400
1008
+ Processing by NulogySSO::AuthController#login as HTML
1009
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1010
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1011
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A50452" for 10.2.2.127 at 2019-09-23 11:21:22 -0400
1012
+ Processing by NulogySSO::AuthController#code as HTML
1013
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50452"}
1014
+ Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb
1015
+ Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (1.2ms)
1016
+ Completed 403 Forbidden in 70ms (Views: 2.3ms | ActiveRecord: 0.0ms)
1017
+ Started GET "/stylesheets/nulogy_sso/sso_error.css" for 10.2.2.127 at 2019-09-23 11:21:22 -0400
1018
+ Started GET "/images/nulogy_sso/favicon.png" for 10.2.2.127 at 2019-09-23 11:21:22 -0400
1019
+  (1.0ms) rollback transaction
1020
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1021
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1022
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1023
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1024
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1025
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1026
+  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1027
+  (0.1ms) DROP TABLE IF EXISTS "users"
1028
+  (0.2ms) SELECT sqlite_version(*)
1029
+  (2.5ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1030
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
1031
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1032
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
1033
+  (1.9ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1034
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1035
+  (0.0ms) begin transaction
1036
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:21:46.295881"], ["updated_at", "2019-09-23 15:21:46.295881"]]
1037
+  (0.7ms) commit transaction
1038
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1039
+  (0.1ms) begin transaction
1040
+  (0.1ms) commit transaction
1041
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1042
+  (0.1ms) begin transaction
1043
+  (0.1ms) SAVEPOINT active_record_1
1044
+ User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:21:46.628681"], ["updated_at", "2019-09-23 15:21:46.628681"]]
1045
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1046
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:49 -0400
1047
+ Processing by ApplicationController#hello_world as HTML
1048
+ Redirected to http://10.2.2.127:50513/nulogy_sso/login
1049
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1050
+ Completed 302 Found in 94ms (ActiveRecord: 0.0ms)
1051
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:21:49 -0400
1052
+ Processing by NulogySSO::AuthController#login as HTML
1053
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1054
+ Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
1055
+  (0.4ms) rollback transaction
1056
+  (0.1ms) begin transaction
1057
+  (0.1ms) SAVEPOINT active_record_1
1058
+ User Create (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:21:50.339863"], ["updated_at", "2019-09-23 15:21:50.339863"]]
1059
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1060
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:50 -0400
1061
+ Processing by ApplicationController#hello_world as HTML
1062
+ Redirected to http://10.2.2.127:50513/nulogy_sso/login
1063
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1064
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1065
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:21:50 -0400
1066
+ Processing by NulogySSO::AuthController#login as HTML
1067
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1068
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1069
+  (0.6ms) rollback transaction
1070
+  (0.1ms) begin transaction
1071
+  (1.1ms) SAVEPOINT active_record_1
1072
+ User Create (0.8ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:21:51.613917"], ["updated_at", "2019-09-23 15:21:51.613917"]]
1073
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1074
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:52 -0400
1075
+ Processing by ApplicationController#hello_world as HTML
1076
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1077
+ Rendering text template
1078
+ Rendered text template (0.0ms)
1079
+ Completed 200 OK in 11ms (Views: 3.9ms | ActiveRecord: 0.5ms)
1080
+  (0.6ms) rollback transaction
1081
+  (0.4ms) begin transaction
1082
+  (0.1ms) SAVEPOINT active_record_1
1083
+ User Create (1.0ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:21:53.009501"], ["updated_at", "2019-09-23 15:21:53.009501"]]
1084
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1085
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:53 -0400
1086
+ Processing by ApplicationController#hello_world as HTML
1087
+ Redirected to http://10.2.2.127:50513/nulogy_sso/login
1088
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1089
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
1090
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:21:53 -0400
1091
+ Processing by NulogySSO::AuthController#login as HTML
1092
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1093
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
1094
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A50513%2Fhello_world" for 10.2.2.127 at 2019-09-23 11:21:53 -0400
1095
+ Processing by NulogySSO::AuthController#code as HTML
1096
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50513/hello_world"}
1097
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1098
+ Redirected to http://10.2.2.127:50513/hello_world
1099
+ Completed 302 Found in 60ms (ActiveRecord: 0.3ms)
1100
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:53 -0400
1101
+ Processing by ApplicationController#hello_world as HTML
1102
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1103
+ Rendering text template
1104
+ Rendered text template (0.1ms)
1105
+ Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.2ms)
1106
+  (0.8ms) rollback transaction
1107
+  (0.1ms) begin transaction
1108
+  (0.2ms) SAVEPOINT active_record_1
1109
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:21:54.330063"], ["updated_at", "2019-09-23 15:21:54.330063"]]
1110
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1111
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:54 -0400
1112
+ Processing by ApplicationController#hello_world as HTML
1113
+ Redirected to http://10.2.2.127:50513/nulogy_sso/login
1114
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1115
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1116
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:21:54 -0400
1117
+ Processing by NulogySSO::AuthController#login as HTML
1118
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1119
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1120
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A50513" for 10.2.2.127 at 2019-09-23 11:21:54 -0400
1121
+ Processing by NulogySSO::AuthController#code as HTML
1122
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50513"}
1123
+ Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb
1124
+ Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (3.0ms)
1125
+ Completed 403 Forbidden in 43ms (Views: 6.4ms | ActiveRecord: 0.0ms)
1126
+ Started GET "/stylesheets/nulogy_sso/sso_error.css" for 10.2.2.127 at 2019-09-23 11:21:54 -0400
1127
+ Started GET "/images/nulogy_sso/favicon.png" for 10.2.2.127 at 2019-09-23 11:21:54 -0400
1128
+  (0.6ms) rollback transaction
1129
+  (0.1ms) begin transaction
1130
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:55 -0400
1131
+ Processing by ApplicationController#hello_world as HTML
1132
+ Redirected to http://10.2.2.127:50513/nulogy_sso/login
1133
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1134
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1135
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:21:55 -0400
1136
+ Processing by NulogySSO::AuthController#login as HTML
1137
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1138
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1139
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A50513" for 10.2.2.127 at 2019-09-23 11:21:55 -0400
1140
+ Processing by NulogySSO::AuthController#code as HTML
1141
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50513"}
1142
+ User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1143
+ Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb
1144
+ Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (1.0ms)
1145
+ Completed 403 Forbidden in 52ms (Views: 2.0ms | ActiveRecord: 0.7ms)
1146
+ Started GET "/stylesheets/nulogy_sso/sso_error.css" for 10.2.2.127 at 2019-09-23 11:21:55 -0400
1147
+ Started GET "/images/nulogy_sso/favicon.png" for 10.2.2.127 at 2019-09-23 11:21:55 -0400
1148
+  (0.1ms) rollback transaction
1149
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1150
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1151
+  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1152
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1153
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1154
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1155
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1156
+  (0.3ms) DROP TABLE IF EXISTS "users"
1157
+  (0.2ms) SELECT sqlite_version(*)
1158
+  (8.2ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1159
+  (7.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
1160
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1161
+  (5.7ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
1162
+  (10.4ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1163
+ ActiveRecord::InternalMetadata Load (3.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1164
+  (0.1ms) begin transaction
1165
+ ActiveRecord::InternalMetadata Create (1.7ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:30:40.403758"], ["updated_at", "2019-09-23 15:30:40.403758"]]
1166
+  (3.9ms) commit transaction
1167
+ ActiveRecord::InternalMetadata Load (1.7ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1168
+  (0.1ms) begin transaction
1169
+  (0.5ms) commit transaction
1170
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1171
+  (0.1ms) begin transaction
1172
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:30:42 -0400
1173
+ Processing by ApplicationController#hello_world as HTML
1174
+ Redirected to http://10.2.2.127:50771/nulogy_sso/login
1175
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1176
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
1177
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:30:42 -0400
1178
+ Processing by NulogySSO::AuthController#login as HTML
1179
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1180
+ Completed 302 Found in 14ms (ActiveRecord: 0.0ms)
1181
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A50771" for 10.2.2.127 at 2019-09-23 11:30:42 -0400
1182
+ Processing by NulogySSO::AuthController#code as HTML
1183
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50771"}
1184
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1185
+ Completed 500 Internal Server Error in 129ms (ActiveRecord: 0.9ms)
1186
+  (0.1ms) rollback transaction
1187
+  (0.1ms) begin transaction
1188
+  (0.7ms) SAVEPOINT active_record_1
1189
+ User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:30:43.788332"], ["updated_at", "2019-09-23 15:30:43.788332"]]
1190
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1191
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:30:43 -0400
1192
+ Processing by ApplicationController#hello_world as HTML
1193
+ Redirected to http://10.2.2.127:50771/nulogy_sso/login
1194
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1195
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1196
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:30:43 -0400
1197
+ Processing by NulogySSO::AuthController#login as HTML
1198
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1199
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
1200
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A50771" for 10.2.2.127 at 2019-09-23 11:30:43 -0400
1201
+ Processing by NulogySSO::AuthController#code as HTML
1202
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50771"}
1203
+ Completed 500 Internal Server Error in 40ms (ActiveRecord: 0.0ms)
1204
+  (0.6ms) rollback transaction
1205
+  (0.1ms) begin transaction
1206
+  (0.1ms) SAVEPOINT active_record_1
1207
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:30:44.513430"], ["updated_at", "2019-09-23 15:30:44.513430"]]
1208
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1209
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:30:44 -0400
1210
+ Processing by ApplicationController#hello_world as HTML
1211
+ Redirected to http://10.2.2.127:50771/nulogy_sso/login
1212
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1213
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1214
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:30:44 -0400
1215
+ Processing by NulogySSO::AuthController#login as HTML
1216
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1217
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1218
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A50771%2Fhello_world" for 10.2.2.127 at 2019-09-23 11:30:44 -0400
1219
+ Processing by NulogySSO::AuthController#code as HTML
1220
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50771/hello_world"}
1221
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1222
+ Redirected to http://10.2.2.127:50771/hello_world
1223
+ Completed 302 Found in 44ms (ActiveRecord: 0.2ms)
1224
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:30:44 -0400
1225
+ Processing by ApplicationController#hello_world as HTML
1226
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1227
+ Rendering text template
1228
+ Rendered text template (0.0ms)
1229
+ Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.1ms)
1230
+  (0.5ms) rollback transaction
1231
+  (0.1ms) begin transaction
1232
+  (0.1ms) SAVEPOINT active_record_1
1233
+ User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:30:45.169093"], ["updated_at", "2019-09-23 15:30:45.169093"]]
1234
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1235
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:30:45 -0400
1236
+ Processing by ApplicationController#hello_world as HTML
1237
+ Redirected to http://10.2.2.127:50771/nulogy_sso/login
1238
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1239
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1240
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:30:45 -0400
1241
+ Processing by NulogySSO::AuthController#login as HTML
1242
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1243
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1244
+  (0.6ms) rollback transaction
1245
+  (0.1ms) begin transaction
1246
+  (0.1ms) SAVEPOINT active_record_1
1247
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:30:46.183652"], ["updated_at", "2019-09-23 15:30:46.183652"]]
1248
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1249
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:30:46 -0400
1250
+ Processing by ApplicationController#hello_world as HTML
1251
+ Redirected to http://10.2.2.127:50771/nulogy_sso/login
1252
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1253
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
1254
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:30:46 -0400
1255
+ Processing by NulogySSO::AuthController#login as HTML
1256
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1257
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1258
+  (0.5ms) rollback transaction
1259
+  (0.1ms) begin transaction
1260
+  (0.4ms) SAVEPOINT active_record_1
1261
+ User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:30:47.180948"], ["updated_at", "2019-09-23 15:30:47.180948"]]
1262
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1263
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:30:47 -0400
1264
+ Processing by ApplicationController#hello_world as HTML
1265
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1266
+ Rendering text template
1267
+ Rendered text template (0.0ms)
1268
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.1ms)
1269
+  (0.8ms) rollback transaction
1270
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1271
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1272
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1273
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1274
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1275
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1276
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1277
+  (0.1ms) DROP TABLE IF EXISTS "users"
1278
+  (0.1ms) SELECT sqlite_version(*)
1279
+  (2.1ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1280
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
1281
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1282
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
1283
+  (1.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1284
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1285
+  (0.0ms) begin transaction
1286
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:31:05.627522"], ["updated_at", "2019-09-23 15:31:05.627522"]]
1287
+  (0.8ms) commit transaction
1288
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1289
+  (0.0ms) begin transaction
1290
+  (0.0ms) commit transaction
1291
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1292
+  (0.1ms) begin transaction
1293
+  (0.1ms) SAVEPOINT active_record_1
1294
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:31:06.366951"], ["updated_at", "2019-09-23 15:31:06.366951"]]
1295
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1296
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:31:07 -0400
1297
+ Processing by ApplicationController#hello_world as HTML
1298
+ Redirected to http://10.2.2.127:50855/nulogy_sso/login
1299
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1300
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
1301
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:31:07 -0400
1302
+ Processing by NulogySSO::AuthController#login as HTML
1303
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1304
+ Completed 302 Found in 15ms (ActiveRecord: 0.0ms)
1305
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A50855" for 10.2.2.127 at 2019-09-23 11:31:08 -0400
1306
+ Processing by NulogySSO::AuthController#code as HTML
1307
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50855"}
1308
+ Completed 500 Internal Server Error in 33ms (ActiveRecord: 0.0ms)
1309
+  (0.3ms) rollback transaction
1310
+  (0.1ms) begin transaction
1311
+  (0.1ms) SAVEPOINT active_record_1
1312
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:31:08.895179"], ["updated_at", "2019-09-23 15:31:08.895179"]]
1313
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1314
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:31:08 -0400
1315
+ Processing by ApplicationController#hello_world as HTML
1316
+ Redirected to http://10.2.2.127:50855/nulogy_sso/login
1317
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1318
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
1319
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:31:08 -0400
1320
+ Processing by NulogySSO::AuthController#login as HTML
1321
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1322
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1323
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A50855%2Fhello_world" for 10.2.2.127 at 2019-09-23 11:31:08 -0400
1324
+ Processing by NulogySSO::AuthController#code as HTML
1325
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50855/hello_world"}
1326
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1327
+ Redirected to http://10.2.2.127:50855/hello_world
1328
+ Completed 302 Found in 73ms (ActiveRecord: 0.2ms)
1329
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:31:09 -0400
1330
+ Processing by ApplicationController#hello_world as HTML
1331
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1332
+ Rendering text template
1333
+ Rendered text template (0.0ms)
1334
+ Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.1ms)
1335
+  (0.6ms) rollback transaction
1336
+  (0.1ms) begin transaction
1337
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:31:09 -0400
1338
+ Processing by ApplicationController#hello_world as HTML
1339
+ Redirected to http://10.2.2.127:50855/nulogy_sso/login
1340
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1341
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1342
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:31:09 -0400
1343
+ Processing by NulogySSO::AuthController#login as HTML
1344
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1345
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1346
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A50855" for 10.2.2.127 at 2019-09-23 11:31:09 -0400
1347
+ Processing by NulogySSO::AuthController#code as HTML
1348
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50855"}
1349
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1350
+ Completed 500 Internal Server Error in 44ms (ActiveRecord: 0.2ms)
1351
+  (0.1ms) rollback transaction
1352
+  (0.1ms) begin transaction
1353
+  (0.1ms) SAVEPOINT active_record_1
1354
+ User Create (2.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:31:10.351341"], ["updated_at", "2019-09-23 15:31:10.351341"]]
1355
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1356
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:31:10 -0400
1357
+ Processing by ApplicationController#hello_world as HTML
1358
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1359
+ Rendering text template
1360
+ Rendered text template (0.1ms)
1361
+ Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.3ms)
1362
+  (0.5ms) rollback transaction
1363
+  (0.1ms) begin transaction
1364
+  (0.6ms) SAVEPOINT active_record_1
1365
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:31:11.207202"], ["updated_at", "2019-09-23 15:31:11.207202"]]
1366
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1367
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:31:11 -0400
1368
+ Processing by ApplicationController#hello_world as HTML
1369
+ Redirected to http://10.2.2.127:50855/nulogy_sso/login
1370
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1371
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
1372
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:31:11 -0400
1373
+ Processing by NulogySSO::AuthController#login as HTML
1374
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1375
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1376
+  (0.3ms) rollback transaction
1377
+  (0.1ms) begin transaction
1378
+  (0.6ms) SAVEPOINT active_record_1
1379
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:31:12.525273"], ["updated_at", "2019-09-23 15:31:12.525273"]]
1380
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1381
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:31:13 -0400
1382
+ Processing by ApplicationController#hello_world as HTML
1383
+ Redirected to http://10.2.2.127:50855/nulogy_sso/login
1384
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1385
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
1386
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:31:13 -0400
1387
+ Processing by NulogySSO::AuthController#login as HTML
1388
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1389
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1390
+  (0.4ms) rollback transaction
1391
+  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1392
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1393
+  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1394
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1395
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1396
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1397
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1398
+  (0.1ms) DROP TABLE IF EXISTS "users"
1399
+  (0.2ms) SELECT sqlite_version(*)
1400
+  (1.3ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1401
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
1402
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1403
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
1404
+  (1.3ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1405
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1406
+  (0.0ms) begin transaction
1407
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:47:44.862423"], ["updated_at", "2019-09-23 15:47:44.862423"]]
1408
+  (1.0ms) commit transaction
1409
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1410
+  (0.1ms) begin transaction
1411
+  (0.0ms) commit transaction
1412
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1413
+  (0.8ms) begin transaction
1414
+  (0.1ms) SAVEPOINT active_record_1
1415
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:47:45.184305"], ["updated_at", "2019-09-23 15:47:45.184305"]]
1416
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1417
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:47:47 -0400
1418
+  (0.6ms) rollback transaction
1419
+  (0.1ms) begin transaction
1420
+  (0.1ms) SAVEPOINT active_record_1
1421
+ User Create (0.9ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:47:48.643951"], ["updated_at", "2019-09-23 15:47:48.643951"]]
1422
+  (0.7ms) RELEASE SAVEPOINT active_record_1
1423
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:47:49 -0400
1424
+  (0.6ms) rollback transaction
1425
+  (0.1ms) begin transaction
1426
+  (0.1ms) SAVEPOINT active_record_1
1427
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:47:49.672424"], ["updated_at", "2019-09-23 15:47:49.672424"]]
1428
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1429
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:47:49 -0400
1430
+  (0.7ms) rollback transaction
1431
+  (0.1ms) begin transaction
1432
+  (0.3ms) SAVEPOINT active_record_1
1433
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:47:50.596185"], ["updated_at", "2019-09-23 15:47:50.596185"]]
1434
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1435
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:47:50 -0400
1436
+  (0.6ms) rollback transaction
1437
+  (0.1ms) begin transaction
1438
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:47:51 -0400
1439
+  (0.1ms) rollback transaction
1440
+  (0.1ms) begin transaction
1441
+  (0.1ms) SAVEPOINT active_record_1
1442
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:47:52.336833"], ["updated_at", "2019-09-23 15:47:52.336833"]]
1443
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1444
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:47:52 -0400
1445
+  (0.6ms) rollback transaction
1446
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1447
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1448
+  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1449
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1450
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1451
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1452
+  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1453
+  (0.1ms) DROP TABLE IF EXISTS "users"
1454
+  (0.2ms) SELECT sqlite_version(*)
1455
+  (2.2ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1456
+  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
1457
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1458
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
1459
+  (1.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1460
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1461
+  (0.1ms) begin transaction
1462
+ ActiveRecord::InternalMetadata Create (0.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:48:24.219010"], ["updated_at", "2019-09-23 15:48:24.219010"]]
1463
+  (0.8ms) commit transaction
1464
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1465
+  (0.1ms) begin transaction
1466
+  (0.0ms) commit transaction
1467
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1468
+  (0.2ms) begin transaction
1469
+  (0.1ms) SAVEPOINT active_record_1
1470
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:48:25.059072"], ["updated_at", "2019-09-23 15:48:25.059072"]]
1471
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1472
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:48:26 -0400
1473
+  (0.4ms) rollback transaction
1474
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1475
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1476
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1477
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1478
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1479
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1480
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1481
+  (0.1ms) DROP TABLE IF EXISTS "users"
1482
+  (0.1ms) SELECT sqlite_version(*)
1483
+  (2.2ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1484
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
1485
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1486
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
1487
+  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1488
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1489
+  (0.0ms) begin transaction
1490
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:49:08.308129"], ["updated_at", "2019-09-23 15:49:08.308129"]]
1491
+  (1.0ms) commit transaction
1492
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1493
+  (0.0ms) begin transaction
1494
+  (0.0ms) commit transaction
1495
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1496
+  (0.3ms) begin transaction
1497
+  (0.1ms) SAVEPOINT active_record_1
1498
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:49:09.035243"], ["updated_at", "2019-09-23 15:49:09.035243"]]
1499
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1500
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:49:10 -0400
1501
+  (0.5ms) rollback transaction
1502
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1503
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1504
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1505
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1506
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1507
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1508
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1509
+  (0.1ms) DROP TABLE IF EXISTS "users"
1510
+  (0.1ms) SELECT sqlite_version(*)
1511
+  (2.1ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1512
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
1513
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1514
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
1515
+  (1.3ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1516
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1517
+  (0.0ms) begin transaction
1518
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:51:04.330692"], ["updated_at", "2019-09-23 15:51:04.330692"]]
1519
+  (1.2ms) commit transaction
1520
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1521
+  (0.0ms) begin transaction
1522
+  (0.0ms) commit transaction
1523
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1524
+  (0.1ms) begin transaction
1525
+  (0.1ms) SAVEPOINT active_record_1
1526
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:51:05.131367"], ["updated_at", "2019-09-23 15:51:05.131367"]]
1527
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1528
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:51:06 -0400
1529
+ Processing by ApplicationController#hello_world as HTML
1530
+ Redirected to http://10.2.2.127:51360/nulogy_sso/login
1531
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1532
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
1533
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:51:06 -0400
1534
+ Processing by NulogySSO::AuthController#login as HTML
1535
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1536
+ Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
1537
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A51360%2Fhello_world" for 10.2.2.127 at 2019-09-23 11:51:06 -0400
1538
+ Processing by NulogySSO::AuthController#code as HTML
1539
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51360/hello_world"}
1540
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1541
+ Redirected to http://10.2.2.127:51360/hello_world
1542
+ Completed 302 Found in 76ms (ActiveRecord: 0.2ms)
1543
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:51:07 -0400
1544
+ Processing by ApplicationController#hello_world as HTML
1545
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1546
+ Rendering text template
1547
+ Rendered text template (0.1ms)
1548
+ Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.1ms)
1549
+  (0.4ms) rollback transaction
1550
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1551
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1552
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1553
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1554
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1555
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1556
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1557
+  (0.1ms) DROP TABLE IF EXISTS "users"
1558
+  (0.1ms) SELECT sqlite_version(*)
1559
+  (2.1ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1560
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
1561
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1562
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
1563
+  (1.4ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1564
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1565
+  (0.1ms) begin transaction
1566
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:51:39.230765"], ["updated_at", "2019-09-23 15:51:39.230765"]]
1567
+  (0.7ms) commit transaction
1568
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1569
+  (0.0ms) begin transaction
1570
+  (0.0ms) commit transaction
1571
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1572
+  (0.1ms) begin transaction
1573
+  (0.1ms) SAVEPOINT active_record_1
1574
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:51:39.925670"], ["updated_at", "2019-09-23 15:51:39.925670"]]
1575
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1576
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:51:41 -0400
1577
+ Processing by ApplicationController#hello_world as HTML
1578
+ Redirected to http://10.2.2.127:51391/nulogy_sso/login
1579
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1580
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
1581
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:51:41 -0400
1582
+ Processing by NulogySSO::AuthController#login as HTML
1583
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1584
+ Completed 302 Found in 14ms (ActiveRecord: 0.0ms)
1585
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A51391%2Fhello_world" for 10.2.2.127 at 2019-09-23 11:51:41 -0400
1586
+ Processing by NulogySSO::AuthController#code as HTML
1587
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51391/hello_world"}
1588
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1589
+ Redirected to http://10.2.2.127:51391/hello_world
1590
+ Completed 302 Found in 86ms (ActiveRecord: 0.4ms)
1591
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:51:41 -0400
1592
+ Processing by ApplicationController#hello_world as HTML
1593
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1594
+ Rendering text template
1595
+ Rendered text template (0.1ms)
1596
+ Completed 200 OK in 9ms (Views: 5.5ms | ActiveRecord: 0.3ms)
1597
+  (0.4ms) rollback transaction
1598
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1599
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1600
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1601
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1602
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1603
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1604
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1605
+  (0.2ms) DROP TABLE IF EXISTS "users"
1606
+  (0.1ms) SELECT sqlite_version(*)
1607
+  (2.2ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1608
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
1609
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1610
+  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
1611
+  (1.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1612
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1613
+  (0.1ms) begin transaction
1614
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:51:56.089266"], ["updated_at", "2019-09-23 15:51:56.089266"]]
1615
+  (1.0ms) commit transaction
1616
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1617
+  (0.1ms) begin transaction
1618
+  (0.0ms) commit transaction
1619
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1620
+  (0.2ms) begin transaction
1621
+  (0.1ms) SAVEPOINT active_record_1
1622
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:51:56.803191"], ["updated_at", "2019-09-23 15:51:56.803191"]]
1623
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1624
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:51:58 -0400
1625
+  (0.5ms) rollback transaction
1626
+  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1627
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1628
+  (0.8ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1629
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1630
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1631
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1632
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1633
+  (0.1ms) DROP TABLE IF EXISTS "users"
1634
+  (0.1ms) SELECT sqlite_version(*)
1635
+  (1.2ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1636
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
1637
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1638
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
1639
+  (1.3ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1640
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1641
+  (0.1ms) begin transaction
1642
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:59:00.889455"], ["updated_at", "2019-09-23 15:59:00.889455"]]
1643
+  (0.7ms) commit transaction
1644
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1645
+  (0.1ms) begin transaction
1646
+  (0.0ms) commit transaction
1647
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1648
+  (0.1ms) begin transaction
1649
+  (0.1ms) SAVEPOINT active_record_1
1650
+ User Create (1.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:59:01.737462"], ["updated_at", "2019-09-23 15:59:01.737462"]]
1651
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1652
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:59:03 -0400
1653
+  (0.3ms) rollback transaction
1654
+  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1655
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1656
+  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1657
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1658
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1659
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1660
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1661
+  (0.1ms) DROP TABLE IF EXISTS "users"
1662
+  (0.1ms) SELECT sqlite_version(*)
1663
+  (1.6ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1664
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
1665
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1666
+  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
1667
+  (1.3ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1668
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1669
+  (0.1ms) begin transaction
1670
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:01:05.359804"], ["updated_at", "2019-09-23 16:01:05.359804"]]
1671
+  (1.0ms) commit transaction
1672
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1673
+  (0.1ms) begin transaction
1674
+  (0.0ms) commit transaction
1675
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1676
+  (0.1ms) begin transaction
1677
+  (0.1ms) SAVEPOINT active_record_1
1678
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:01:06.277711"], ["updated_at", "2019-09-23 16:01:06.277711"]]
1679
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1680
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:01:07 -0400
1681
+ Processing by ApplicationController#hello_world as HTML
1682
+ Redirected to http://10.2.2.127:51658/nulogy_sso/login
1683
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1684
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
1685
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:01:07 -0400
1686
+ Processing by NulogySSO::AuthController#login as HTML
1687
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1688
+ Completed 302 Found in 21ms (ActiveRecord: 0.0ms)
1689
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A51658%2Fhello_world" for 10.2.2.127 at 2019-09-23 12:01:08 -0400
1690
+ Processing by NulogySSO::AuthController#code as HTML
1691
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51658/hello_world"}
1692
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1693
+ Redirected to http://10.2.2.127:51658/hello_world
1694
+ Completed 302 Found in 151ms (ActiveRecord: 0.5ms)
1695
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:01:08 -0400
1696
+ Processing by ApplicationController#hello_world as HTML
1697
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1698
+ Rendering text template
1699
+ Rendered text template (0.0ms)
1700
+ Completed 200 OK in 12ms (Views: 9.0ms | ActiveRecord: 0.2ms)
1701
+  (0.4ms) rollback transaction
1702
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1703
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1704
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1705
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1706
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1707
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1708
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1709
+  (0.1ms) DROP TABLE IF EXISTS "users"
1710
+  (0.1ms) SELECT sqlite_version(*)
1711
+  (2.1ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1712
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
1713
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1714
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
1715
+  (1.4ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1716
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1717
+  (0.1ms) begin transaction
1718
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:01:38.601561"], ["updated_at", "2019-09-23 16:01:38.601561"]]
1719
+  (0.7ms) commit transaction
1720
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1721
+  (0.0ms) begin transaction
1722
+  (0.0ms) commit transaction
1723
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1724
+  (0.1ms) begin transaction
1725
+  (0.1ms) SAVEPOINT active_record_1
1726
+ User Create (1.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:01:39.299248"], ["updated_at", "2019-09-23 16:01:39.299248"]]
1727
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1728
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:01:40 -0400
1729
+ Processing by ApplicationController#hello_world as HTML
1730
+ Redirected to http://10.2.2.127:51687/nulogy_sso/login
1731
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1732
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
1733
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:01:40 -0400
1734
+ Processing by NulogySSO::AuthController#login as HTML
1735
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1736
+ Completed 302 Found in 15ms (ActiveRecord: 0.0ms)
1737
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A51687%2Fhello_world" for 10.2.2.127 at 2019-09-23 12:01:41 -0400
1738
+ Processing by NulogySSO::AuthController#code as HTML
1739
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51687/hello_world"}
1740
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1741
+ Redirected to http://10.2.2.127:51687/hello_world
1742
+ Completed 302 Found in 116ms (ActiveRecord: 0.3ms)
1743
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:01:41 -0400
1744
+ Processing by ApplicationController#hello_world as HTML
1745
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1746
+ Rendering text template
1747
+ Rendered text template (0.0ms)
1748
+ Completed 200 OK in 5ms (Views: 2.8ms | ActiveRecord: 0.2ms)
1749
+  (0.5ms) rollback transaction
1750
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1751
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1752
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1753
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1754
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1755
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1756
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1757
+  (0.1ms) DROP TABLE IF EXISTS "users"
1758
+  (0.1ms) SELECT sqlite_version(*)
1759
+  (2.1ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1760
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
1761
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1762
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
1763
+  (2.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1764
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1765
+  (0.1ms) begin transaction
1766
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:03:03.473368"], ["updated_at", "2019-09-23 16:03:03.473368"]]
1767
+  (0.7ms) commit transaction
1768
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1769
+  (0.1ms) begin transaction
1770
+  (0.1ms) commit transaction
1771
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1772
+  (0.1ms) begin transaction
1773
+  (0.1ms) SAVEPOINT active_record_1
1774
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:03:04.858155"], ["updated_at", "2019-09-23 16:03:04.858155"]]
1775
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1776
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:03:06 -0400
1777
+ Processing by ApplicationController#hello_world as HTML
1778
+ Redirected to http://10.2.2.127:51722/nulogy_sso/login
1779
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1780
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
1781
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:03:06 -0400
1782
+ Processing by NulogySSO::AuthController#login as HTML
1783
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1784
+ Completed 302 Found in 13ms (ActiveRecord: 0.0ms)
1785
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A51722" for 10.2.2.127 at 2019-09-23 12:03:07 -0400
1786
+ Processing by NulogySSO::AuthController#code as HTML
1787
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51722"}
1788
+ Completed 500 Internal Server Error in 50ms (ActiveRecord: 0.0ms)
1789
+  (0.4ms) rollback transaction
1790
+  (0.1ms) begin transaction
1791
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:03:08 -0400
1792
+ Processing by ApplicationController#hello_world as HTML
1793
+ Redirected to http://10.2.2.127:51722/nulogy_sso/login
1794
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1795
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1796
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:03:08 -0400
1797
+ Processing by NulogySSO::AuthController#login as HTML
1798
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1799
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1800
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A51722" for 10.2.2.127 at 2019-09-23 12:03:08 -0400
1801
+ Processing by NulogySSO::AuthController#code as HTML
1802
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51722"}
1803
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1804
+ Completed 500 Internal Server Error in 106ms (ActiveRecord: 0.4ms)
1805
+  (0.1ms) rollback transaction
1806
+  (0.2ms) begin transaction
1807
+  (0.1ms) SAVEPOINT active_record_1
1808
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:03:09.524881"], ["updated_at", "2019-09-23 16:03:09.524881"]]
1809
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1810
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:03:09 -0400
1811
+ Processing by ApplicationController#hello_world as HTML
1812
+ Redirected to http://10.2.2.127:51722/nulogy_sso/login
1813
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1814
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1815
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:03:09 -0400
1816
+ Processing by NulogySSO::AuthController#login as HTML
1817
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1818
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
1819
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A51722%2Fhello_world" for 10.2.2.127 at 2019-09-23 12:03:09 -0400
1820
+ Processing by NulogySSO::AuthController#code as HTML
1821
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51722/hello_world"}
1822
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1823
+ Redirected to http://10.2.2.127:51722/hello_world
1824
+ Completed 302 Found in 41ms (ActiveRecord: 0.5ms)
1825
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:03:09 -0400
1826
+ Processing by ApplicationController#hello_world as HTML
1827
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1828
+ Rendering text template
1829
+ Rendered text template (0.0ms)
1830
+ Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.1ms)
1831
+  (0.6ms) rollback transaction
1832
+  (0.2ms) begin transaction
1833
+  (0.2ms) SAVEPOINT active_record_1
1834
+ User Create (0.8ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:03:10.281985"], ["updated_at", "2019-09-23 16:03:10.281985"]]
1835
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1836
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:03:10 -0400
1837
+ Processing by ApplicationController#hello_world as HTML
1838
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
1839
+ Rendering text template
1840
+ Rendered text template (0.0ms)
1841
+ Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.3ms)
1842
+  (0.9ms) rollback transaction
1843
+  (0.2ms) begin transaction
1844
+  (0.2ms) SAVEPOINT active_record_1
1845
+ User Create (0.8ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:03:11.379700"], ["updated_at", "2019-09-23 16:03:11.379700"]]
1846
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1847
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:03:11 -0400
1848
+ Processing by ApplicationController#hello_world as HTML
1849
+ Redirected to http://10.2.2.127:51722/nulogy_sso/login
1850
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1851
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
1852
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:03:11 -0400
1853
+ Processing by NulogySSO::AuthController#login as HTML
1854
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1855
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1856
+  (0.6ms) rollback transaction
1857
+  (0.1ms) begin transaction
1858
+  (0.1ms) SAVEPOINT active_record_1
1859
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:03:13.522813"], ["updated_at", "2019-09-23 16:03:13.522813"]]
1860
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1861
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:03:13 -0400
1862
+ Processing by ApplicationController#hello_world as HTML
1863
+ Redirected to http://10.2.2.127:51722/nulogy_sso/login
1864
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1865
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
1866
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:03:13 -0400
1867
+ Processing by NulogySSO::AuthController#login as HTML
1868
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1869
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1870
+  (0.6ms) rollback transaction
1871
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1872
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1873
+  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1874
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1875
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1876
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1877
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1878
+  (0.1ms) DROP TABLE IF EXISTS "users"
1879
+  (0.1ms) SELECT sqlite_version(*)
1880
+  (2.1ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1881
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
1882
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1883
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
1884
+  (1.6ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1885
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1886
+  (0.1ms) begin transaction
1887
+ ActiveRecord::InternalMetadata Create (0.7ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:03:55.407394"], ["updated_at", "2019-09-23 16:03:55.407394"]]
1888
+  (0.8ms) commit transaction
1889
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1890
+  (0.0ms) begin transaction
1891
+  (0.0ms) commit transaction
1892
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1893
+  (0.1ms) begin transaction
1894
+  (0.1ms) SAVEPOINT active_record_1
1895
+ User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:03:56.271076"], ["updated_at", "2019-09-23 16:03:56.271076"]]
1896
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1897
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:03:58 -0400
1898
+ Processing by ApplicationController#hello_world as HTML
1899
+ Redirected to http://10.2.2.127:51821/nulogy_sso/login
1900
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1901
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
1902
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:03:58 -0400
1903
+ Processing by NulogySSO::AuthController#login as HTML
1904
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1905
+ Completed 302 Found in 12ms (ActiveRecord: 0.0ms)
1906
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A51821" for 10.2.2.127 at 2019-09-23 12:03:58 -0400
1907
+ Processing by NulogySSO::AuthController#code as HTML
1908
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51821"}
1909
+ Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.0ms)
1910
+  (0.4ms) rollback transaction
1911
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1912
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1913
+  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1914
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1915
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1916
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1917
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1918
+  (0.1ms) DROP TABLE IF EXISTS "users"
1919
+  (0.1ms) SELECT sqlite_version(*)
1920
+  (2.1ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1921
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
1922
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1923
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
1924
+  (2.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1925
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1926
+  (0.1ms) begin transaction
1927
+ ActiveRecord::InternalMetadata Create (0.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:06:19.738317"], ["updated_at", "2019-09-23 16:06:19.738317"]]
1928
+  (0.9ms) commit transaction
1929
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1930
+  (0.0ms) begin transaction
1931
+  (0.0ms) commit transaction
1932
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1933
+  (0.1ms) begin transaction
1934
+  (0.1ms) SAVEPOINT active_record_1
1935
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:06:20.553421"], ["updated_at", "2019-09-23 16:06:20.553421"]]
1936
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1937
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:06:22 -0400
1938
+ Processing by ApplicationController#hello_world as HTML
1939
+ Redirected to http://10.2.2.127:51864/nulogy_sso/login
1940
+ Filter chain halted as :authenticate_sso_user rendered or redirected
1941
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
1942
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:06:22 -0400
1943
+ Processing by NulogySSO::AuthController#login as HTML
1944
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
1945
+ Completed 302 Found in 20ms (ActiveRecord: 0.0ms)
1946
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A51864" for 10.2.2.127 at 2019-09-23 12:06:22 -0400
1947
+ Processing by NulogySSO::AuthController#code as HTML
1948
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51864"}
1949
+ Completed 500 Internal Server Error in 37ms (ActiveRecord: 0.0ms)
1950
+  (0.4ms) rollback transaction
1951
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1952
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1953
+  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1954
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1955
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1956
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1957
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1958
+  (0.1ms) DROP TABLE IF EXISTS "users"
1959
+  (0.1ms) SELECT sqlite_version(*)
1960
+  (1.2ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1961
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
1962
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1963
+  (3.3ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
1964
+  (1.9ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1965
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1966
+  (0.1ms) begin transaction
1967
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:14:49.622083"], ["updated_at", "2019-09-23 16:14:49.622083"]]
1968
+  (0.9ms) commit transaction
1969
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1970
+  (0.0ms) begin transaction
1971
+  (0.0ms) commit transaction
1972
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1973
+  (0.1ms) begin transaction
1974
+  (0.1ms) SAVEPOINT active_record_1
1975
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:14:50.333681"], ["updated_at", "2019-09-23 16:14:50.333681"]]
1976
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1977
+  (0.3ms) rollback transaction
1978
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1979
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1980
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1981
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1982
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1983
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1984
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
1985
+  (0.1ms) DROP TABLE IF EXISTS "users"
1986
+  (0.1ms) SELECT sqlite_version(*)
1987
+  (2.1ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1988
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
1989
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1990
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
1991
+  (1.4ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1992
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1993
+  (0.0ms) begin transaction
1994
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:15:15.985473"], ["updated_at", "2019-09-23 16:15:15.985473"]]
1995
+  (0.7ms) commit transaction
1996
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1997
+  (0.1ms) begin transaction
1998
+  (0.1ms) commit transaction
1999
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2000
+  (0.1ms) begin transaction
2001
+  (0.2ms) SAVEPOINT active_record_1
2002
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:15:16.691010"], ["updated_at", "2019-09-23 16:15:16.691010"]]
2003
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2004
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:15:18 -0400
2005
+ Processing by ApplicationController#hello_world as HTML
2006
+ Redirected to http://10.2.2.127:52164/nulogy_sso/login
2007
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2008
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
2009
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:15:18 -0400
2010
+ Processing by NulogySSO::AuthController#login as HTML
2011
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
2012
+ Completed 302 Found in 24ms (ActiveRecord: 0.0ms)
2013
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52164" for 10.2.2.127 at 2019-09-23 12:15:18 -0400
2014
+ Processing by NulogySSO::AuthController#code as HTML
2015
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52164"}
2016
+ Completed 500 Internal Server Error in 34ms (ActiveRecord: 0.0ms)
2017
+  (0.5ms) rollback transaction
2018
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2019
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2020
+  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2021
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2022
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2023
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2024
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2025
+  (0.1ms) DROP TABLE IF EXISTS "users"
2026
+  (0.1ms) SELECT sqlite_version(*)
2027
+  (1.9ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
2028
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
2029
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2030
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
2031
+  (1.4ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
2032
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2033
+  (0.1ms) begin transaction
2034
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:15:31.526602"], ["updated_at", "2019-09-23 16:15:31.526602"]]
2035
+  (0.8ms) commit transaction
2036
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2037
+  (0.1ms) begin transaction
2038
+  (0.0ms) commit transaction
2039
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2040
+  (0.1ms) begin transaction
2041
+  (0.1ms) SAVEPOINT active_record_1
2042
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:15:32.664171"], ["updated_at", "2019-09-23 16:15:32.664171"]]
2043
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2044
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:15:34 -0400
2045
+ Processing by ApplicationController#hello_world as HTML
2046
+ Redirected to http://10.2.2.127:52190/nulogy_sso/login
2047
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2048
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
2049
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:15:34 -0400
2050
+ Processing by NulogySSO::AuthController#login as HTML
2051
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
2052
+ Completed 302 Found in 13ms (ActiveRecord: 0.0ms)
2053
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52190" for 10.2.2.127 at 2019-09-23 12:15:34 -0400
2054
+ Processing by NulogySSO::AuthController#code as HTML
2055
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52190"}
2056
+ Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.0ms)
2057
+  (0.5ms) rollback transaction
2058
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2059
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2060
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2061
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2062
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2063
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2064
+  (0.0ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2065
+  (0.1ms) DROP TABLE IF EXISTS "users"
2066
+  (0.1ms) SELECT sqlite_version(*)
2067
+  (2.0ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
2068
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
2069
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2070
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
2071
+  (1.3ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
2072
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2073
+  (0.0ms) begin transaction
2074
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:27:31.725068"], ["updated_at", "2019-09-23 16:27:31.725068"]]
2075
+  (0.7ms) commit transaction
2076
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2077
+  (0.0ms) begin transaction
2078
+  (0.0ms) commit transaction
2079
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2080
+  (0.1ms) begin transaction
2081
+  (0.1ms) SAVEPOINT active_record_1
2082
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:27:32.433061"], ["updated_at", "2019-09-23 16:27:32.433061"]]
2083
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2084
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:27:33 -0400
2085
+ Processing by ApplicationController#hello_world as HTML
2086
+ Redirected to http://10.2.2.127:52418/nulogy_sso/login
2087
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2088
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
2089
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:27:33 -0400
2090
+ Processing by NulogySSO::AuthController#login as HTML
2091
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
2092
+ Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
2093
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52418" for 10.2.2.127 at 2019-09-23 12:27:34 -0400
2094
+ Processing by NulogySSO::AuthController#code as HTML
2095
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52418"}
2096
+ Completed 500 Internal Server Error in 70ms (ActiveRecord: 0.0ms)
2097
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2098
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2099
+  (0.5ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2100
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2101
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2102
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2103
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2104
+  (0.1ms) DROP TABLE IF EXISTS "users"
2105
+  (0.1ms) SELECT sqlite_version(*)
2106
+  (2.3ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
2107
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
2108
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2109
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
2110
+  (1.3ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
2111
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2112
+  (0.0ms) begin transaction
2113
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:29:34.703295"], ["updated_at", "2019-09-23 16:29:34.703295"]]
2114
+  (0.9ms) commit transaction
2115
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2116
+  (0.1ms) begin transaction
2117
+  (0.1ms) commit transaction
2118
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2119
+  (0.1ms) begin transaction
2120
+  (0.1ms) SAVEPOINT active_record_1
2121
+ User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:29:35.433756"], ["updated_at", "2019-09-23 16:29:35.433756"]]
2122
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2123
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2124
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2125
+  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2126
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2127
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2128
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2129
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2130
+  (0.1ms) DROP TABLE IF EXISTS "users"
2131
+  (0.1ms) SELECT sqlite_version(*)
2132
+  (1.2ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
2133
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
2134
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2135
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
2136
+  (1.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
2137
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2138
+  (0.1ms) begin transaction
2139
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:30:24.441016"], ["updated_at", "2019-09-23 16:30:24.441016"]]
2140
+  (0.7ms) commit transaction
2141
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2142
+  (0.0ms) begin transaction
2143
+  (0.0ms) commit transaction
2144
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2145
+  (0.3ms) begin transaction
2146
+  (0.1ms) SAVEPOINT active_record_1
2147
+ User Create (2.0ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:30:25.157748"], ["updated_at", "2019-09-23 16:30:25.157748"]]
2148
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2149
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2150
+  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2151
+  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2152
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2153
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2154
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2155
+  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2156
+  (0.1ms) DROP TABLE IF EXISTS "users"
2157
+  (0.2ms) SELECT sqlite_version(*)
2158
+  (2.5ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
2159
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
2160
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2161
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
2162
+  (1.7ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
2163
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2164
+  (0.1ms) begin transaction
2165
+ ActiveRecord::InternalMetadata Create (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:30:50.572654"], ["updated_at", "2019-09-23 16:30:50.572654"]]
2166
+  (1.0ms) commit transaction
2167
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2168
+  (0.1ms) begin transaction
2169
+  (0.1ms) commit transaction
2170
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2171
+  (0.3ms) begin transaction
2172
+  (0.1ms) SAVEPOINT active_record_1
2173
+ User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:30:51.585350"], ["updated_at", "2019-09-23 16:30:51.585350"]]
2174
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2175
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2176
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2177
+  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2178
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2179
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2180
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2181
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2182
+  (0.1ms) DROP TABLE IF EXISTS "users"
2183
+  (0.1ms) SELECT sqlite_version(*)
2184
+  (3.7ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
2185
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
2186
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2187
+  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
2188
+  (1.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
2189
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2190
+  (0.1ms) begin transaction
2191
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:31:55.971788"], ["updated_at", "2019-09-23 16:31:55.971788"]]
2192
+  (0.9ms) commit transaction
2193
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2194
+  (0.1ms) begin transaction
2195
+  (0.0ms) commit transaction
2196
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2197
+  (0.4ms) begin transaction
2198
+  (0.1ms) SAVEPOINT active_record_1
2199
+ User Create (0.8ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:31:59.371342"], ["updated_at", "2019-09-23 16:31:59.371342"]]
2200
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2201
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:32:01 -0400
2202
+ Processing by ApplicationController#hello_world as HTML
2203
+ Redirected to http://10.2.2.127:52490/nulogy_sso/login
2204
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2205
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
2206
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:32:01 -0400
2207
+ Processing by NulogySSO::AuthController#login as HTML
2208
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
2209
+ Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
2210
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52490" for 10.2.2.127 at 2019-09-23 12:32:02 -0400
2211
+ Processing by NulogySSO::AuthController#code as HTML
2212
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52490"}
2213
+ Completed 500 Internal Server Error in 125ms (ActiveRecord: 0.0ms)
2214
+  (0.4ms) rollback transaction
2215
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2216
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2217
+  (0.7ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2218
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2219
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2220
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2221
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2222
+  (0.1ms) DROP TABLE IF EXISTS "users"
2223
+  (0.1ms) SELECT sqlite_version(*)
2224
+  (1.2ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
2225
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
2226
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2227
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
2228
+  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
2229
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2230
+  (0.1ms) begin transaction
2231
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:32:29.855955"], ["updated_at", "2019-09-23 16:32:29.855955"]]
2232
+  (0.7ms) commit transaction
2233
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2234
+  (0.0ms) begin transaction
2235
+  (0.0ms) commit transaction
2236
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2237
+  (0.1ms) begin transaction
2238
+  (0.1ms) SAVEPOINT active_record_1
2239
+ User Create (0.8ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:32:30.724977"], ["updated_at", "2019-09-23 16:32:30.724977"]]
2240
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2241
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:32:32 -0400
2242
+ Processing by ApplicationController#hello_world as HTML
2243
+ Redirected to http://10.2.2.127:52514/nulogy_sso/login
2244
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2245
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
2246
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:32:32 -0400
2247
+ Processing by NulogySSO::AuthController#login as HTML
2248
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
2249
+ Completed 302 Found in 21ms (ActiveRecord: 0.0ms)
2250
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52514" for 10.2.2.127 at 2019-09-23 12:32:32 -0400
2251
+ Processing by NulogySSO::AuthController#code as HTML
2252
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52514"}
2253
+ Completed 500 Internal Server Error in 105ms (ActiveRecord: 0.0ms)
2254
+
2255
+ NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.):
2256
+
2257
+ /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:33:in `rescue in code'
2258
+ /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:30:in `code'
2259
+ actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
2260
+ actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action'
2261
+ actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action'
2262
+ actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
2263
+ activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks'
2264
+ actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action'
2265
+ actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action'
2266
+ actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
2267
+ activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument'
2268
+ activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
2269
+ activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument'
2270
+ actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
2271
+ actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
2272
+ activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
2273
+ actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process'
2274
+ actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
2275
+ actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
2276
+ actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
2277
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
2278
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
2279
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
2280
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
2281
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
2282
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
2283
+ railties (5.2.3) lib/rails/engine.rb:524:in `call'
2284
+ railties (5.2.3) lib/rails/railtie.rb:190:in `public_send'
2285
+ railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing'
2286
+ actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
2287
+ actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve'
2288
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
2289
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
2290
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
2291
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
2292
+ rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call'
2293
+ rack (2.0.7) lib/rack/etag.rb:25:in `call'
2294
+ rack (2.0.7) lib/rack/conditional_get.rb:25:in `call'
2295
+ rack (2.0.7) lib/rack/head.rb:12:in `call'
2296
+ actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
2297
+ rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context'
2298
+ rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call'
2299
+ actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
2300
+ actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2301
+ activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
2302
+ actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
2303
+ actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
2304
+ actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
2305
+ railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
2306
+ railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
2307
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
2308
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
2309
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
2310
+ railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
2311
+ actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
2312
+ actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
2313
+ rack (2.0.7) lib/rack/method_override.rb:22:in `call'
2314
+ rack (2.0.7) lib/rack/runtime.rb:22:in `call'
2315
+ activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
2316
+ actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
2317
+ actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
2318
+ rack (2.0.7) lib/rack/sendfile.rb:111:in `call'
2319
+ railties (5.2.3) lib/rails/engine.rb:524:in `call'
2320
+ rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call'
2321
+ rack (2.0.7) lib/rack/urlmap.rb:53:in `each'
2322
+ rack (2.0.7) lib/rack/urlmap.rb:53:in `call'
2323
+ capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call'
2324
+ rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service'
2325
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service'
2326
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run'
2327
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'
2328
+  (0.4ms) rollback transaction
2329
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2330
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2331
+  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2332
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2333
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2334
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2335
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2336
+  (0.1ms) DROP TABLE IF EXISTS "users"
2337
+  (0.1ms) SELECT sqlite_version(*)
2338
+  (1.1ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
2339
+  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
2340
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2341
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
2342
+  (1.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
2343
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2344
+  (0.0ms) begin transaction
2345
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:33:12.819196"], ["updated_at", "2019-09-23 16:33:12.819196"]]
2346
+  (0.7ms) commit transaction
2347
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2348
+  (0.0ms) begin transaction
2349
+  (0.0ms) commit transaction
2350
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2351
+  (0.2ms) begin transaction
2352
+  (0.1ms) SAVEPOINT active_record_1
2353
+ User Create (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:33:13.665153"], ["updated_at", "2019-09-23 16:33:13.665153"]]
2354
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2355
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:33:15 -0400
2356
+ Processing by ApplicationController#hello_world as HTML
2357
+ Redirected to http://10.2.2.127:52541/nulogy_sso/login
2358
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2359
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
2360
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:33:15 -0400
2361
+ Processing by NulogySSO::AuthController#login as HTML
2362
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
2363
+ Completed 302 Found in 14ms (ActiveRecord: 0.0ms)
2364
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52541" for 10.2.2.127 at 2019-09-23 12:33:15 -0400
2365
+ Processing by NulogySSO::AuthController#code as HTML
2366
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52541"}
2367
+ Completed 500 Internal Server Error in 59ms (ActiveRecord: 0.0ms)
2368
+
2369
+ NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.):
2370
+
2371
+ /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:33:in `rescue in code'
2372
+ /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:30:in `code'
2373
+ actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
2374
+ actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action'
2375
+ actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action'
2376
+ actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
2377
+ activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks'
2378
+ actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action'
2379
+ actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action'
2380
+ actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
2381
+ activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument'
2382
+ activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
2383
+ activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument'
2384
+ actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
2385
+ actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
2386
+ activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
2387
+ actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process'
2388
+ actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
2389
+ actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
2390
+ actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
2391
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
2392
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
2393
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
2394
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
2395
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
2396
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
2397
+ railties (5.2.3) lib/rails/engine.rb:524:in `call'
2398
+ railties (5.2.3) lib/rails/railtie.rb:190:in `public_send'
2399
+ railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing'
2400
+ actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
2401
+ actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve'
2402
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
2403
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
2404
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
2405
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
2406
+ rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call'
2407
+ rack (2.0.7) lib/rack/etag.rb:25:in `call'
2408
+ rack (2.0.7) lib/rack/conditional_get.rb:25:in `call'
2409
+ rack (2.0.7) lib/rack/head.rb:12:in `call'
2410
+ actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
2411
+ rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context'
2412
+ rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call'
2413
+ actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
2414
+ actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2415
+ activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
2416
+ actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
2417
+ actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
2418
+ actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
2419
+ railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
2420
+ railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
2421
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
2422
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
2423
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
2424
+ railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
2425
+ actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
2426
+ actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
2427
+ rack (2.0.7) lib/rack/method_override.rb:22:in `call'
2428
+ rack (2.0.7) lib/rack/runtime.rb:22:in `call'
2429
+ activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
2430
+ actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
2431
+ actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
2432
+ rack (2.0.7) lib/rack/sendfile.rb:111:in `call'
2433
+ railties (5.2.3) lib/rails/engine.rb:524:in `call'
2434
+ rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call'
2435
+ rack (2.0.7) lib/rack/urlmap.rb:53:in `each'
2436
+ rack (2.0.7) lib/rack/urlmap.rb:53:in `call'
2437
+ capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call'
2438
+ rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service'
2439
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service'
2440
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run'
2441
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'
2442
+ Processing by ExceptionController#show as HTML
2443
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52541"}
2444
+ Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)
2445
+  (0.5ms) rollback transaction
2446
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2447
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2448
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2449
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2450
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2451
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2452
+  (0.0ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2453
+  (0.1ms) DROP TABLE IF EXISTS "users"
2454
+  (0.1ms) SELECT sqlite_version(*)
2455
+  (2.0ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
2456
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
2457
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2458
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
2459
+  (1.4ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
2460
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2461
+  (0.0ms) begin transaction
2462
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:34:01.417617"], ["updated_at", "2019-09-23 16:34:01.417617"]]
2463
+  (0.7ms) commit transaction
2464
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2465
+  (0.0ms) begin transaction
2466
+  (0.0ms) commit transaction
2467
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2468
+  (0.2ms) begin transaction
2469
+  (0.1ms) SAVEPOINT active_record_1
2470
+ User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:34:02.232006"], ["updated_at", "2019-09-23 16:34:02.232006"]]
2471
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2472
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:34:03 -0400
2473
+ Processing by ApplicationController#hello_world as HTML
2474
+ Redirected to http://10.2.2.127:52617/nulogy_sso/login
2475
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2476
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
2477
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:34:03 -0400
2478
+ Processing by NulogySSO::AuthController#login as HTML
2479
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
2480
+ Completed 302 Found in 14ms (ActiveRecord: 0.0ms)
2481
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52617" for 10.2.2.127 at 2019-09-23 12:34:04 -0400
2482
+ Processing by NulogySSO::AuthController#code as HTML
2483
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52617"}
2484
+ Completed 500 Internal Server Error in 85ms (ActiveRecord: 0.0ms)
2485
+
2486
+ NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.):
2487
+
2488
+ /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:33:in `rescue in code'
2489
+ /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:30:in `code'
2490
+ actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
2491
+ actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action'
2492
+ actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action'
2493
+ actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
2494
+ activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks'
2495
+ actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action'
2496
+ actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action'
2497
+ actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
2498
+ activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument'
2499
+ activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
2500
+ activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument'
2501
+ actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
2502
+ actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
2503
+ activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
2504
+ actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process'
2505
+ actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
2506
+ actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
2507
+ actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
2508
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
2509
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
2510
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
2511
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
2512
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
2513
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
2514
+ railties (5.2.3) lib/rails/engine.rb:524:in `call'
2515
+ railties (5.2.3) lib/rails/railtie.rb:190:in `public_send'
2516
+ railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing'
2517
+ actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
2518
+ actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve'
2519
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
2520
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
2521
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
2522
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
2523
+ rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call'
2524
+ rack (2.0.7) lib/rack/etag.rb:25:in `call'
2525
+ rack (2.0.7) lib/rack/conditional_get.rb:25:in `call'
2526
+ rack (2.0.7) lib/rack/head.rb:12:in `call'
2527
+ actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
2528
+ rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context'
2529
+ rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call'
2530
+ actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
2531
+ actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2532
+ activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
2533
+ actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
2534
+ actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
2535
+ actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
2536
+ railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
2537
+ railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
2538
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
2539
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
2540
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
2541
+ railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
2542
+ actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
2543
+ actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
2544
+ rack (2.0.7) lib/rack/method_override.rb:22:in `call'
2545
+ rack (2.0.7) lib/rack/runtime.rb:22:in `call'
2546
+ activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
2547
+ actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
2548
+ actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
2549
+ rack (2.0.7) lib/rack/sendfile.rb:111:in `call'
2550
+ railties (5.2.3) lib/rails/engine.rb:524:in `call'
2551
+ rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call'
2552
+ rack (2.0.7) lib/rack/urlmap.rb:53:in `each'
2553
+ rack (2.0.7) lib/rack/urlmap.rb:53:in `call'
2554
+ capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call'
2555
+ rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service'
2556
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service'
2557
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run'
2558
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'
2559
+  (0.9ms) rollback transaction
2560
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2561
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2562
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2563
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2564
+  (0.0ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2565
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2566
+  (0.0ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2567
+  (0.1ms) DROP TABLE IF EXISTS "users"
2568
+  (0.1ms) SELECT sqlite_version(*)
2569
+  (2.1ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
2570
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
2571
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2572
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
2573
+  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
2574
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2575
+  (0.0ms) begin transaction
2576
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:37:31.487751"], ["updated_at", "2019-09-23 16:37:31.487751"]]
2577
+  (0.8ms) commit transaction
2578
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2579
+  (0.1ms) begin transaction
2580
+  (0.1ms) commit transaction
2581
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2582
+  (0.1ms) begin transaction
2583
+  (0.1ms) SAVEPOINT active_record_1
2584
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:37:31.785562"], ["updated_at", "2019-09-23 16:37:31.785562"]]
2585
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2586
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:37:33 -0400
2587
+ Processing by ApplicationController#hello_world as HTML
2588
+ Redirected to http://10.2.2.127:52707/nulogy_sso/login
2589
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2590
+ Completed 302 Found in 83ms (ActiveRecord: 0.0ms)
2591
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:37:33 -0400
2592
+ Processing by NulogySSO::AuthController#login as HTML
2593
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
2594
+ Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
2595
+  (0.4ms) rollback transaction
2596
+  (0.1ms) begin transaction
2597
+  (0.1ms) SAVEPOINT active_record_1
2598
+ User Create (2.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:37:34.994985"], ["updated_at", "2019-09-23 16:37:34.994985"]]
2599
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2600
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:37:35 -0400
2601
+ Processing by ApplicationController#hello_world as HTML
2602
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2603
+ Rendering text template
2604
+ Rendered text template (0.0ms)
2605
+ Completed 200 OK in 11ms (Views: 4.7ms | ActiveRecord: 0.2ms)
2606
+  (0.5ms) rollback transaction
2607
+  (0.1ms) begin transaction
2608
+  (0.5ms) SAVEPOINT active_record_1
2609
+ User Create (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:37:35.927260"], ["updated_at", "2019-09-23 16:37:35.927260"]]
2610
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2611
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:37:36 -0400
2612
+ Processing by ApplicationController#hello_world as HTML
2613
+ Redirected to http://10.2.2.127:52707/nulogy_sso/login
2614
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2615
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
2616
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:37:36 -0400
2617
+ Processing by NulogySSO::AuthController#login as HTML
2618
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
2619
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
2620
+  (1.5ms) rollback transaction
2621
+  (0.2ms) begin transaction
2622
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:37:37 -0400
2623
+ Processing by ApplicationController#hello_world as HTML
2624
+ Redirected to http://10.2.2.127:52707/nulogy_sso/login
2625
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2626
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
2627
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:37:37 -0400
2628
+ Processing by NulogySSO::AuthController#login as HTML
2629
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
2630
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
2631
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52707" for 10.2.2.127 at 2019-09-23 12:37:37 -0400
2632
+ Processing by NulogySSO::AuthController#code as HTML
2633
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52707"}
2634
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2635
+ Completed 500 Internal Server Error in 64ms (ActiveRecord: 0.2ms)
2636
+
2637
+ NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.):
2638
+
2639
+ /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:39:in `block in code'
2640
+ /Users/evanbrodie/src/cpi/nulogy_sso/app/services/nulogy_sso/authenticator.rb:25:in `validate_token'
2641
+ /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:36:in `code'
2642
+ actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
2643
+ actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action'
2644
+ actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action'
2645
+ actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
2646
+ activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks'
2647
+ actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action'
2648
+ actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action'
2649
+ actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
2650
+ activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument'
2651
+ activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
2652
+ activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument'
2653
+ actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
2654
+ actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
2655
+ activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
2656
+ actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process'
2657
+ actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
2658
+ actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
2659
+ actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
2660
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
2661
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
2662
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
2663
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
2664
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
2665
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
2666
+ railties (5.2.3) lib/rails/engine.rb:524:in `call'
2667
+ railties (5.2.3) lib/rails/railtie.rb:190:in `public_send'
2668
+ railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing'
2669
+ actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
2670
+ actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve'
2671
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
2672
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
2673
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
2674
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
2675
+ rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call'
2676
+ rack (2.0.7) lib/rack/etag.rb:25:in `call'
2677
+ rack (2.0.7) lib/rack/conditional_get.rb:25:in `call'
2678
+ rack (2.0.7) lib/rack/head.rb:12:in `call'
2679
+ actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
2680
+ rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context'
2681
+ rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call'
2682
+ actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
2683
+ actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2684
+ activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
2685
+ actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
2686
+ actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
2687
+ actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
2688
+ railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
2689
+ railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
2690
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
2691
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
2692
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
2693
+ railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
2694
+ actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
2695
+ actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
2696
+ rack (2.0.7) lib/rack/method_override.rb:22:in `call'
2697
+ rack (2.0.7) lib/rack/runtime.rb:22:in `call'
2698
+ activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
2699
+ actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
2700
+ actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
2701
+ rack (2.0.7) lib/rack/sendfile.rb:111:in `call'
2702
+ railties (5.2.3) lib/rails/engine.rb:524:in `call'
2703
+ rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call'
2704
+ rack (2.0.7) lib/rack/urlmap.rb:53:in `each'
2705
+ rack (2.0.7) lib/rack/urlmap.rb:53:in `call'
2706
+ capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call'
2707
+ rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service'
2708
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service'
2709
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run'
2710
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'
2711
+  (0.1ms) rollback transaction
2712
+  (0.2ms) begin transaction
2713
+  (0.2ms) SAVEPOINT active_record_1
2714
+ User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:37:38.533322"], ["updated_at", "2019-09-23 16:37:38.533322"]]
2715
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2716
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:37:38 -0400
2717
+ Processing by ApplicationController#hello_world as HTML
2718
+ Redirected to http://10.2.2.127:52707/nulogy_sso/login
2719
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2720
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
2721
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:37:38 -0400
2722
+ Processing by NulogySSO::AuthController#login as HTML
2723
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
2724
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
2725
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52707%2Fhello_world" for 10.2.2.127 at 2019-09-23 12:37:38 -0400
2726
+ Processing by NulogySSO::AuthController#code as HTML
2727
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52707/hello_world"}
2728
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2729
+ Redirected to http://10.2.2.127:52707/hello_world
2730
+ Completed 302 Found in 44ms (ActiveRecord: 0.3ms)
2731
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:37:38 -0400
2732
+ Processing by ApplicationController#hello_world as HTML
2733
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2734
+ Rendering text template
2735
+ Rendered text template (0.0ms)
2736
+ Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.1ms)
2737
+  (0.5ms) rollback transaction
2738
+  (0.1ms) begin transaction
2739
+  (0.1ms) SAVEPOINT active_record_1
2740
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:37:39.447686"], ["updated_at", "2019-09-23 16:37:39.447686"]]
2741
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2742
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:37:39 -0400
2743
+ Processing by ApplicationController#hello_world as HTML
2744
+ Redirected to http://10.2.2.127:52707/nulogy_sso/login
2745
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2746
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
2747
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:37:39 -0400
2748
+ Processing by NulogySSO::AuthController#login as HTML
2749
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
2750
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
2751
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52707" for 10.2.2.127 at 2019-09-23 12:37:39 -0400
2752
+ Processing by NulogySSO::AuthController#code as HTML
2753
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52707"}
2754
+ Completed 500 Internal Server Error in 114ms (ActiveRecord: 0.0ms)
2755
+
2756
+ NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.):
2757
+
2758
+ /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:33:in `rescue in code'
2759
+ /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:30:in `code'
2760
+ actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
2761
+ actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action'
2762
+ actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action'
2763
+ actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
2764
+ activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks'
2765
+ actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action'
2766
+ actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action'
2767
+ actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
2768
+ activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument'
2769
+ activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
2770
+ activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument'
2771
+ actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
2772
+ actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
2773
+ activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
2774
+ actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process'
2775
+ actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
2776
+ actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
2777
+ actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
2778
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
2779
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
2780
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
2781
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
2782
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
2783
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
2784
+ railties (5.2.3) lib/rails/engine.rb:524:in `call'
2785
+ railties (5.2.3) lib/rails/railtie.rb:190:in `public_send'
2786
+ railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing'
2787
+ actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
2788
+ actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve'
2789
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
2790
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
2791
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
2792
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
2793
+ rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call'
2794
+ rack (2.0.7) lib/rack/etag.rb:25:in `call'
2795
+ rack (2.0.7) lib/rack/conditional_get.rb:25:in `call'
2796
+ rack (2.0.7) lib/rack/head.rb:12:in `call'
2797
+ actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
2798
+ rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context'
2799
+ rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call'
2800
+ actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
2801
+ actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2802
+ activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
2803
+ actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
2804
+ actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
2805
+ actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
2806
+ railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
2807
+ railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
2808
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
2809
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
2810
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
2811
+ railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
2812
+ actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
2813
+ actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
2814
+ rack (2.0.7) lib/rack/method_override.rb:22:in `call'
2815
+ rack (2.0.7) lib/rack/runtime.rb:22:in `call'
2816
+ activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
2817
+ actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
2818
+ actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
2819
+ rack (2.0.7) lib/rack/sendfile.rb:111:in `call'
2820
+ railties (5.2.3) lib/rails/engine.rb:524:in `call'
2821
+ rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call'
2822
+ rack (2.0.7) lib/rack/urlmap.rb:53:in `each'
2823
+ rack (2.0.7) lib/rack/urlmap.rb:53:in `call'
2824
+ capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call'
2825
+ rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service'
2826
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service'
2827
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run'
2828
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'
2829
+  (0.4ms) rollback transaction
2830
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2831
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2832
+  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2833
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2834
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2835
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2836
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
2837
+  (0.1ms) DROP TABLE IF EXISTS "users"
2838
+  (0.1ms) SELECT sqlite_version(*)
2839
+  (1.2ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
2840
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
2841
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2842
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
2843
+  (1.6ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
2844
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2845
+  (0.0ms) begin transaction
2846
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:38:13.902454"], ["updated_at", "2019-09-23 16:38:13.902454"]]
2847
+  (0.8ms) commit transaction
2848
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2849
+  (0.0ms) begin transaction
2850
+  (0.0ms) commit transaction
2851
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2852
+  (0.1ms) begin transaction
2853
+  (0.1ms) rollback transaction
2854
+  (0.1ms) begin transaction
2855
+  (0.3ms) rollback transaction
2856
+  (0.2ms) begin transaction
2857
+  (0.1ms) rollback transaction
2858
+  (0.1ms) begin transaction
2859
+  (0.1ms) rollback transaction
2860
+  (0.1ms) begin transaction
2861
+  (0.2ms) rollback transaction
2862
+  (0.1ms) begin transaction
2863
+  (0.1ms) rollback transaction
2864
+  (0.1ms) begin transaction
2865
+  (0.1ms) rollback transaction
2866
+  (0.1ms) begin transaction
2867
+  (0.2ms) rollback transaction
2868
+  (0.2ms) begin transaction
2869
+  (0.1ms) SAVEPOINT active_record_1
2870
+ User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:38:14.366884"], ["updated_at", "2019-09-23 16:38:14.366884"]]
2871
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2872
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:38:16 -0400
2873
+ Processing by ApplicationController#hello_world as HTML
2874
+ Redirected to http://10.2.2.127:52787/nulogy_sso/login
2875
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2876
+ Completed 302 Found in 33ms (ActiveRecord: 0.0ms)
2877
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:38:16 -0400
2878
+ Processing by NulogySSO::AuthController#login as HTML
2879
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
2880
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
2881
+  (0.4ms) rollback transaction
2882
+  (0.1ms) begin transaction
2883
+  (0.1ms) SAVEPOINT active_record_1
2884
+ User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:38:17.351690"], ["updated_at", "2019-09-23 16:38:17.351690"]]
2885
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2886
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:38:17 -0400
2887
+ Processing by ApplicationController#hello_world as HTML
2888
+ Redirected to http://10.2.2.127:52787/nulogy_sso/login
2889
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2890
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
2891
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:38:17 -0400
2892
+ Processing by NulogySSO::AuthController#login as HTML
2893
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
2894
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
2895
+  (1.2ms) rollback transaction
2896
+  (0.1ms) begin transaction
2897
+  (0.1ms) SAVEPOINT active_record_1
2898
+ User Create (0.8ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:38:18.449383"], ["updated_at", "2019-09-23 16:38:18.449383"]]
2899
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2900
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:38:18 -0400
2901
+ Processing by ApplicationController#hello_world as HTML
2902
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2903
+ Rendering text template
2904
+ Rendered text template (0.0ms)
2905
+ Completed 200 OK in 13ms (Views: 6.2ms | ActiveRecord: 0.2ms)
2906
+  (0.4ms) rollback transaction
2907
+  (0.5ms) begin transaction
2908
+  (0.1ms) SAVEPOINT active_record_1
2909
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:38:19.562978"], ["updated_at", "2019-09-23 16:38:19.562978"]]
2910
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2911
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:38:19 -0400
2912
+ Processing by ApplicationController#hello_world as HTML
2913
+ Redirected to http://10.2.2.127:52787/nulogy_sso/login
2914
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2915
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
2916
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:38:19 -0400
2917
+ Processing by NulogySSO::AuthController#login as HTML
2918
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
2919
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
2920
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52787%2Fhello_world" for 10.2.2.127 at 2019-09-23 12:38:19 -0400
2921
+ Processing by NulogySSO::AuthController#code as HTML
2922
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52787/hello_world"}
2923
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2924
+ Redirected to http://10.2.2.127:52787/hello_world
2925
+ Completed 302 Found in 32ms (ActiveRecord: 0.4ms)
2926
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:38:19 -0400
2927
+ Processing by ApplicationController#hello_world as HTML
2928
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2929
+ Rendering text template
2930
+ Rendered text template (0.0ms)
2931
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.1ms)
2932
+  (0.7ms) rollback transaction
2933
+  (0.1ms) begin transaction
2934
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:38:20 -0400
2935
+ Processing by ApplicationController#hello_world as HTML
2936
+ Redirected to http://10.2.2.127:52787/nulogy_sso/login
2937
+ Filter chain halted as :authenticate_sso_user rendered or redirected
2938
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
2939
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:38:20 -0400
2940
+ Processing by NulogySSO::AuthController#login as HTML
2941
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
2942
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
2943
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52787" for 10.2.2.127 at 2019-09-23 12:38:20 -0400
2944
+ Processing by NulogySSO::AuthController#code as HTML
2945
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52787"}
2946
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
2947
+ Completed 500 Internal Server Error in 38ms (ActiveRecord: 0.2ms)
2948
+
2949
+ NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.):
2950
+
2951
+ /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:39:in `block in code'
2952
+ /Users/evanbrodie/src/cpi/nulogy_sso/app/services/nulogy_sso/authenticator.rb:25:in `validate_token'
2953
+ /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:36:in `code'
2954
+ actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
2955
+ actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action'
2956
+ actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action'
2957
+ actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
2958
+ activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks'
2959
+ actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action'
2960
+ actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action'
2961
+ actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
2962
+ activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument'
2963
+ activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
2964
+ activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument'
2965
+ actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
2966
+ actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
2967
+ activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
2968
+ actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process'
2969
+ actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
2970
+ actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
2971
+ actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
2972
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
2973
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
2974
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
2975
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
2976
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
2977
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
2978
+ railties (5.2.3) lib/rails/engine.rb:524:in `call'
2979
+ railties (5.2.3) lib/rails/railtie.rb:190:in `public_send'
2980
+ railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing'
2981
+ actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
2982
+ actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve'
2983
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
2984
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
2985
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
2986
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
2987
+ rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call'
2988
+ rack (2.0.7) lib/rack/etag.rb:25:in `call'
2989
+ rack (2.0.7) lib/rack/conditional_get.rb:25:in `call'
2990
+ rack (2.0.7) lib/rack/head.rb:12:in `call'
2991
+ actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
2992
+ rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context'
2993
+ rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call'
2994
+ actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
2995
+ actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2996
+ activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
2997
+ actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
2998
+ actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
2999
+ actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
3000
+ railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
3001
+ railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
3002
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
3003
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
3004
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
3005
+ railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
3006
+ actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
3007
+ actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
3008
+ rack (2.0.7) lib/rack/method_override.rb:22:in `call'
3009
+ rack (2.0.7) lib/rack/runtime.rb:22:in `call'
3010
+ activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
3011
+ actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
3012
+ actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
3013
+ rack (2.0.7) lib/rack/sendfile.rb:111:in `call'
3014
+ railties (5.2.3) lib/rails/engine.rb:524:in `call'
3015
+ rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call'
3016
+ rack (2.0.7) lib/rack/urlmap.rb:53:in `each'
3017
+ rack (2.0.7) lib/rack/urlmap.rb:53:in `call'
3018
+ capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call'
3019
+ rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service'
3020
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service'
3021
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run'
3022
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'
3023
+  (0.1ms) rollback transaction
3024
+  (0.1ms) begin transaction
3025
+  (0.1ms) SAVEPOINT active_record_1
3026
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:38:21.842309"], ["updated_at", "2019-09-23 16:38:21.842309"]]
3027
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3028
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:38:21 -0400
3029
+ Processing by ApplicationController#hello_world as HTML
3030
+ Redirected to http://10.2.2.127:52787/nulogy_sso/login
3031
+ Filter chain halted as :authenticate_sso_user rendered or redirected
3032
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
3033
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:38:21 -0400
3034
+ Processing by NulogySSO::AuthController#login as HTML
3035
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
3036
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
3037
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52787" for 10.2.2.127 at 2019-09-23 12:38:21 -0400
3038
+ Processing by NulogySSO::AuthController#code as HTML
3039
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52787"}
3040
+ Completed 500 Internal Server Error in 121ms (ActiveRecord: 0.0ms)
3041
+
3042
+ NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.):
3043
+
3044
+ /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:33:in `rescue in code'
3045
+ /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:30:in `code'
3046
+ actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
3047
+ actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action'
3048
+ actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action'
3049
+ actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
3050
+ activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks'
3051
+ actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action'
3052
+ actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action'
3053
+ actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
3054
+ activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument'
3055
+ activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
3056
+ activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument'
3057
+ actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
3058
+ actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
3059
+ activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
3060
+ actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process'
3061
+ actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
3062
+ actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
3063
+ actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
3064
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
3065
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
3066
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
3067
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
3068
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
3069
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
3070
+ railties (5.2.3) lib/rails/engine.rb:524:in `call'
3071
+ railties (5.2.3) lib/rails/railtie.rb:190:in `public_send'
3072
+ railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing'
3073
+ actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
3074
+ actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve'
3075
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
3076
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
3077
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
3078
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
3079
+ rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call'
3080
+ rack (2.0.7) lib/rack/etag.rb:25:in `call'
3081
+ rack (2.0.7) lib/rack/conditional_get.rb:25:in `call'
3082
+ rack (2.0.7) lib/rack/head.rb:12:in `call'
3083
+ actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
3084
+ rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context'
3085
+ rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call'
3086
+ actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
3087
+ actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
3088
+ activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
3089
+ actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
3090
+ actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
3091
+ actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
3092
+ railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
3093
+ railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
3094
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
3095
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
3096
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
3097
+ railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
3098
+ actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
3099
+ actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
3100
+ rack (2.0.7) lib/rack/method_override.rb:22:in `call'
3101
+ rack (2.0.7) lib/rack/runtime.rb:22:in `call'
3102
+ activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
3103
+ actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
3104
+ actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
3105
+ rack (2.0.7) lib/rack/sendfile.rb:111:in `call'
3106
+ railties (5.2.3) lib/rails/engine.rb:524:in `call'
3107
+ rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call'
3108
+ rack (2.0.7) lib/rack/urlmap.rb:53:in `each'
3109
+ rack (2.0.7) lib/rack/urlmap.rb:53:in `call'
3110
+ capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call'
3111
+ rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service'
3112
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service'
3113
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run'
3114
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'
3115
+  (0.6ms) rollback transaction
3116
+  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3117
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3118
+  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
3119
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3120
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
3121
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3122
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
3123
+  (0.1ms) DROP TABLE IF EXISTS "users"
3124
+  (0.1ms) SELECT sqlite_version(*)
3125
+  (1.5ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
3126
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
3127
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3128
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
3129
+  (1.6ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
3130
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
3131
+  (0.1ms) begin transaction
3132
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 18:25:10.968202"], ["updated_at", "2019-09-23 18:25:10.968202"]]
3133
+  (0.7ms) commit transaction
3134
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
3135
+  (0.1ms) begin transaction
3136
+  (0.0ms) commit transaction
3137
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3138
+  (0.7ms) begin transaction
3139
+  (0.2ms) SAVEPOINT active_record_1
3140
+ User Create (1.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:25:12.428059"], ["updated_at", "2019-09-23 18:25:12.428059"]]
3141
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3142
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:25:13 -0400
3143
+ Processing by ApplicationController#hello_world as HTML
3144
+ Redirected to http://10.2.2.127:54592/nulogy_sso/login
3145
+ Filter chain halted as :authenticate_sso_user rendered or redirected
3146
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
3147
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:25:14 -0400
3148
+ Processing by NulogySSO::AuthController#login as HTML
3149
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
3150
+ Completed 302 Found in 34ms (ActiveRecord: 0.0ms)
3151
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A54592%2Fhello_world" for 10.2.2.127 at 2019-09-23 14:25:14 -0400
3152
+ Processing by NulogySSO::AuthController#code as HTML
3153
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54592/hello_world"}
3154
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
3155
+ Redirected to http://10.2.2.127:54592/hello_world
3156
+ Completed 302 Found in 103ms (ActiveRecord: 0.2ms)
3157
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:25:14 -0400
3158
+ Processing by ApplicationController#hello_world as HTML
3159
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
3160
+ Rendering text template
3161
+ Rendered text template (0.0ms)
3162
+ Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.1ms)
3163
+  (0.5ms) rollback transaction
3164
+  (0.1ms) begin transaction
3165
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:25:15 -0400
3166
+ Processing by ApplicationController#hello_world as HTML
3167
+ Redirected to http://10.2.2.127:54592/nulogy_sso/login
3168
+ Filter chain halted as :authenticate_sso_user rendered or redirected
3169
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
3170
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:25:15 -0400
3171
+ Processing by NulogySSO::AuthController#login as HTML
3172
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
3173
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
3174
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A54592" for 10.2.2.127 at 2019-09-23 14:25:15 -0400
3175
+ Processing by NulogySSO::AuthController#code as HTML
3176
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54592"}
3177
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
3178
+ Completed 500 Internal Server Error in 62ms (ActiveRecord: 0.2ms)
3179
+
3180
+ NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.):
3181
+
3182
+ /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:39:in `block in code'
3183
+ /Users/evanbrodie/src/cpi/nulogy_sso/app/services/nulogy_sso/authenticator.rb:25:in `validate_token'
3184
+ /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:36:in `code'
3185
+ actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
3186
+ actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action'
3187
+ actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action'
3188
+ actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
3189
+ activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks'
3190
+ actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action'
3191
+ actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action'
3192
+ actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
3193
+ activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument'
3194
+ activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
3195
+ activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument'
3196
+ actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
3197
+ actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
3198
+ activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
3199
+ actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process'
3200
+ actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
3201
+ actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
3202
+ actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
3203
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
3204
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
3205
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
3206
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
3207
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
3208
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
3209
+ railties (5.2.3) lib/rails/engine.rb:524:in `call'
3210
+ railties (5.2.3) lib/rails/railtie.rb:190:in `public_send'
3211
+ railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing'
3212
+ actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
3213
+ actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve'
3214
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
3215
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
3216
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
3217
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
3218
+ rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call'
3219
+ rack (2.0.7) lib/rack/etag.rb:25:in `call'
3220
+ rack (2.0.7) lib/rack/conditional_get.rb:25:in `call'
3221
+ rack (2.0.7) lib/rack/head.rb:12:in `call'
3222
+ actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
3223
+ rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context'
3224
+ rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call'
3225
+ actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
3226
+ actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
3227
+ activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
3228
+ actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
3229
+ actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
3230
+ actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
3231
+ railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
3232
+ railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
3233
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
3234
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
3235
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
3236
+ railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
3237
+ actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
3238
+ actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
3239
+ rack (2.0.7) lib/rack/method_override.rb:22:in `call'
3240
+ rack (2.0.7) lib/rack/runtime.rb:22:in `call'
3241
+ activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
3242
+ actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
3243
+ actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
3244
+ rack (2.0.7) lib/rack/sendfile.rb:111:in `call'
3245
+ railties (5.2.3) lib/rails/engine.rb:524:in `call'
3246
+ rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call'
3247
+ rack (2.0.7) lib/rack/urlmap.rb:53:in `each'
3248
+ rack (2.0.7) lib/rack/urlmap.rb:53:in `call'
3249
+ capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call'
3250
+ rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service'
3251
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service'
3252
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run'
3253
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'
3254
+  (0.1ms) rollback transaction
3255
+  (0.1ms) begin transaction
3256
+  (0.2ms) SAVEPOINT active_record_1
3257
+ User Create (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:25:19.204442"], ["updated_at", "2019-09-23 18:25:19.204442"]]
3258
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3259
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:25:19 -0400
3260
+ Processing by ApplicationController#hello_world as HTML
3261
+ Redirected to http://10.2.2.127:54592/nulogy_sso/login
3262
+ Filter chain halted as :authenticate_sso_user rendered or redirected
3263
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
3264
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:25:19 -0400
3265
+ Processing by NulogySSO::AuthController#login as HTML
3266
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
3267
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
3268
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A54592" for 10.2.2.127 at 2019-09-23 14:25:19 -0400
3269
+ Processing by NulogySSO::AuthController#code as HTML
3270
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54592"}
3271
+ Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.0ms)
3272
+
3273
+ NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.):
3274
+
3275
+ /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:33:in `rescue in code'
3276
+ /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:30:in `code'
3277
+ actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
3278
+ actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action'
3279
+ actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action'
3280
+ actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
3281
+ activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks'
3282
+ actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action'
3283
+ actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action'
3284
+ actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
3285
+ activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument'
3286
+ activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
3287
+ activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument'
3288
+ actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
3289
+ actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
3290
+ activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
3291
+ actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process'
3292
+ actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
3293
+ actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
3294
+ actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
3295
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
3296
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
3297
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
3298
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
3299
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
3300
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
3301
+ railties (5.2.3) lib/rails/engine.rb:524:in `call'
3302
+ railties (5.2.3) lib/rails/railtie.rb:190:in `public_send'
3303
+ railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing'
3304
+ actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
3305
+ actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve'
3306
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
3307
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
3308
+ actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
3309
+ actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
3310
+ rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call'
3311
+ rack (2.0.7) lib/rack/etag.rb:25:in `call'
3312
+ rack (2.0.7) lib/rack/conditional_get.rb:25:in `call'
3313
+ rack (2.0.7) lib/rack/head.rb:12:in `call'
3314
+ actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
3315
+ rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context'
3316
+ rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call'
3317
+ actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
3318
+ actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
3319
+ activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
3320
+ actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
3321
+ actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
3322
+ actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
3323
+ railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
3324
+ railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
3325
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
3326
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
3327
+ activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
3328
+ railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
3329
+ actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
3330
+ actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
3331
+ rack (2.0.7) lib/rack/method_override.rb:22:in `call'
3332
+ rack (2.0.7) lib/rack/runtime.rb:22:in `call'
3333
+ activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
3334
+ actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
3335
+ actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
3336
+ rack (2.0.7) lib/rack/sendfile.rb:111:in `call'
3337
+ railties (5.2.3) lib/rails/engine.rb:524:in `call'
3338
+ rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call'
3339
+ rack (2.0.7) lib/rack/urlmap.rb:53:in `each'
3340
+ rack (2.0.7) lib/rack/urlmap.rb:53:in `call'
3341
+ capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call'
3342
+ rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service'
3343
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service'
3344
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run'
3345
+ /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'
3346
+  (0.4ms) rollback transaction
3347
+  (0.1ms) begin transaction
3348
+  (0.1ms) SAVEPOINT active_record_1
3349
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:25:22.061776"], ["updated_at", "2019-09-23 18:25:22.061776"]]
3350
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3351
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:25:22 -0400
3352
+ Processing by ApplicationController#hello_world as HTML
3353
+ Redirected to http://10.2.2.127:54592/nulogy_sso/login
3354
+ Filter chain halted as :authenticate_sso_user rendered or redirected
3355
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
3356
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:25:22 -0400
3357
+ Processing by NulogySSO::AuthController#login as HTML
3358
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
3359
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
3360
+  (0.6ms) rollback transaction
3361
+  (0.1ms) begin transaction
3362
+  (0.7ms) SAVEPOINT active_record_1
3363
+ User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:25:23.031647"], ["updated_at", "2019-09-23 18:25:23.031647"]]
3364
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3365
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:25:23 -0400
3366
+ Processing by ApplicationController#hello_world as HTML
3367
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
3368
+ Rendering text template
3369
+ Rendered text template (0.0ms)
3370
+ Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)
3371
+  (0.7ms) rollback transaction
3372
+  (0.1ms) begin transaction
3373
+  (0.3ms) SAVEPOINT active_record_1
3374
+ User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:25:24.062267"], ["updated_at", "2019-09-23 18:25:24.062267"]]
3375
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3376
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:25:24 -0400
3377
+ Processing by ApplicationController#hello_world as HTML
3378
+ Redirected to http://10.2.2.127:54592/nulogy_sso/login
3379
+ Filter chain halted as :authenticate_sso_user rendered or redirected
3380
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
3381
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:25:24 -0400
3382
+ Processing by NulogySSO::AuthController#login as HTML
3383
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
3384
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
3385
+  (0.6ms) rollback transaction
3386
+  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3387
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3388
+  (0.7ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
3389
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3390
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
3391
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3392
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
3393
+  (0.1ms) DROP TABLE IF EXISTS "users"
3394
+  (0.1ms) SELECT sqlite_version(*)
3395
+  (2.2ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
3396
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
3397
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3398
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
3399
+  (1.5ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
3400
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
3401
+  (0.0ms) begin transaction
3402
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 18:25:52.942629"], ["updated_at", "2019-09-23 18:25:52.942629"]]
3403
+  (0.8ms) commit transaction
3404
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
3405
+  (0.0ms) begin transaction
3406
+  (0.0ms) commit transaction
3407
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3408
+  (0.1ms) begin transaction
3409
+  (0.1ms) SAVEPOINT active_record_1
3410
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:25:53.772867"], ["updated_at", "2019-09-23 18:25:53.772867"]]
3411
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3412
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:25:55 -0400
3413
+ Processing by ApplicationController#hello_world as HTML
3414
+ Redirected to http://10.2.2.127:54729/nulogy_sso/login
3415
+ Filter chain halted as :authenticate_sso_user rendered or redirected
3416
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
3417
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:25:55 -0400
3418
+ Processing by NulogySSO::AuthController#login as HTML
3419
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
3420
+ Completed 302 Found in 18ms (ActiveRecord: 0.0ms)
3421
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A54729" for 10.2.2.127 at 2019-09-23 14:25:55 -0400
3422
+ Processing by NulogySSO::AuthController#code as HTML
3423
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54729"}
3424
+ Completed 500 Internal Server Error in 62ms (ActiveRecord: 0.0ms)
3425
+  (0.5ms) rollback transaction
3426
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3427
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3428
+  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
3429
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3430
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
3431
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3432
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
3433
+  (0.1ms) DROP TABLE IF EXISTS "users"
3434
+  (0.1ms) SELECT sqlite_version(*)
3435
+  (1.1ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
3436
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
3437
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3438
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
3439
+  (1.5ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
3440
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
3441
+  (0.0ms) begin transaction
3442
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 18:26:59.017548"], ["updated_at", "2019-09-23 18:26:59.017548"]]
3443
+  (0.9ms) commit transaction
3444
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
3445
+  (0.0ms) begin transaction
3446
+  (0.0ms) commit transaction
3447
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3448
+  (0.1ms) begin transaction
3449
+  (0.1ms) SAVEPOINT active_record_1
3450
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:26:59.884170"], ["updated_at", "2019-09-23 18:26:59.884170"]]
3451
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3452
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:27:01 -0400
3453
+ Processing by ApplicationController#hello_world as HTML
3454
+ Redirected to http://10.2.2.127:54759/nulogy_sso/login
3455
+ Filter chain halted as :authenticate_sso_user rendered or redirected
3456
+ Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
3457
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:27:01 -0400
3458
+ Processing by NulogySSO::AuthController#login as HTML
3459
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
3460
+ Completed 302 Found in 29ms (ActiveRecord: 0.0ms)
3461
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A54759" for 10.2.2.127 at 2019-09-23 14:27:01 -0400
3462
+ Processing by NulogySSO::AuthController#code as HTML
3463
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54759"}
3464
+ Completed 500 Internal Server Error in 49ms (ActiveRecord: 0.0ms)
3465
+  (0.8ms) rollback transaction
3466
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3467
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3468
+  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
3469
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3470
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
3471
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3472
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
3473
+  (0.1ms) DROP TABLE IF EXISTS "users"
3474
+  (0.1ms) SELECT sqlite_version(*)
3475
+  (1.2ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
3476
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
3477
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3478
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
3479
+  (1.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
3480
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
3481
+  (0.1ms) begin transaction
3482
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 18:27:54.397748"], ["updated_at", "2019-09-23 18:27:54.397748"]]
3483
+  (0.9ms) commit transaction
3484
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
3485
+  (0.0ms) begin transaction
3486
+  (0.0ms) commit transaction
3487
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3488
+  (0.1ms) begin transaction
3489
+  (0.1ms) SAVEPOINT active_record_1
3490
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:27:55.254292"], ["updated_at", "2019-09-23 18:27:55.254292"]]
3491
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3492
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:27:56 -0400
3493
+ Processing by ApplicationController#hello_world as HTML
3494
+ Redirected to http://10.2.2.127:54785/nulogy_sso/login
3495
+ Filter chain halted as :authenticate_sso_user rendered or redirected
3496
+ Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
3497
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:27:56 -0400
3498
+ Processing by NulogySSO::AuthController#login as HTML
3499
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
3500
+ Completed 302 Found in 17ms (ActiveRecord: 0.0ms)
3501
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A54785" for 10.2.2.127 at 2019-09-23 14:27:57 -0400
3502
+ Processing by NulogySSO::AuthController#code as HTML
3503
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54785"}
3504
+ Rendering text template
3505
+ Rendered text template (0.0ms)
3506
+ Completed 500 Internal Server Error in 64ms (Views: 8.3ms | ActiveRecord: 0.0ms)
3507
+  (0.3ms) rollback transaction
3508
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3509
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3510
+  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
3511
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3512
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
3513
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3514
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
3515
+  (0.1ms) DROP TABLE IF EXISTS "users"
3516
+  (0.1ms) SELECT sqlite_version(*)
3517
+  (1.2ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
3518
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
3519
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3520
+  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
3521
+  (1.8ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
3522
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
3523
+  (0.1ms) begin transaction
3524
+ ActiveRecord::InternalMetadata Create (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 18:29:11.880542"], ["updated_at", "2019-09-23 18:29:11.880542"]]
3525
+  (1.2ms) commit transaction
3526
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
3527
+  (0.1ms) begin transaction
3528
+  (0.0ms) commit transaction
3529
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3530
+  (0.5ms) begin transaction
3531
+  (0.1ms) SAVEPOINT active_record_1
3532
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:29:12.799297"], ["updated_at", "2019-09-23 18:29:12.799297"]]
3533
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3534
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:29:14 -0400
3535
+ Processing by ApplicationController#hello_world as HTML
3536
+ Redirected to http://10.2.2.127:54814/nulogy_sso/login
3537
+ Filter chain halted as :authenticate_sso_user rendered or redirected
3538
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
3539
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:29:14 -0400
3540
+ Processing by NulogySSO::AuthController#login as HTML
3541
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
3542
+ Completed 302 Found in 15ms (ActiveRecord: 0.0ms)
3543
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A54814" for 10.2.2.127 at 2019-09-23 14:29:14 -0400
3544
+ Processing by NulogySSO::AuthController#code as HTML
3545
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54814"}
3546
+ Rendering text template
3547
+ Rendered text template (0.0ms)
3548
+ Completed 200 OK in 54ms (Views: 6.0ms | ActiveRecord: 0.0ms)
3549
+  (0.3ms) rollback transaction
3550
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3551
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3552
+  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
3553
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3554
+  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
3555
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3556
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
3557
+  (0.1ms) DROP TABLE IF EXISTS "users"
3558
+  (0.1ms) SELECT sqlite_version(*)
3559
+  (1.1ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
3560
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
3561
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3562
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
3563
+  (1.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
3564
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
3565
+  (0.1ms) begin transaction
3566
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 18:29:23.975826"], ["updated_at", "2019-09-23 18:29:23.975826"]]
3567
+  (0.7ms) commit transaction
3568
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
3569
+  (0.1ms) begin transaction
3570
+  (0.0ms) commit transaction
3571
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3572
+  (0.1ms) begin transaction
3573
+  (0.1ms) SAVEPOINT active_record_1
3574
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:29:24.798874"], ["updated_at", "2019-09-23 18:29:24.798874"]]
3575
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3576
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:29:26 -0400
3577
+ Processing by ApplicationController#hello_world as HTML
3578
+ Redirected to http://10.2.2.127:54844/nulogy_sso/login
3579
+ Filter chain halted as :authenticate_sso_user rendered or redirected
3580
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
3581
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:29:26 -0400
3582
+ Processing by NulogySSO::AuthController#login as HTML
3583
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
3584
+ Completed 302 Found in 22ms (ActiveRecord: 0.0ms)
3585
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A54844%2Fhello_world" for 10.2.2.127 at 2019-09-23 14:29:26 -0400
3586
+ Processing by NulogySSO::AuthController#code as HTML
3587
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54844/hello_world"}
3588
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
3589
+ Redirected to http://10.2.2.127:54844/hello_world
3590
+ Completed 302 Found in 99ms (ActiveRecord: 0.2ms)
3591
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:29:26 -0400
3592
+ Processing by ApplicationController#hello_world as HTML
3593
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
3594
+ Rendering text template
3595
+ Rendered text template (0.0ms)
3596
+ Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.1ms)
3597
+  (0.6ms) rollback transaction
3598
+  (0.1ms) begin transaction
3599
+  (0.1ms) SAVEPOINT active_record_1
3600
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:29:27.463866"], ["updated_at", "2019-09-23 18:29:27.463866"]]
3601
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3602
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:29:27 -0400
3603
+ Processing by ApplicationController#hello_world as HTML
3604
+ Redirected to http://10.2.2.127:54844/nulogy_sso/login
3605
+ Filter chain halted as :authenticate_sso_user rendered or redirected
3606
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
3607
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:29:27 -0400
3608
+ Processing by NulogySSO::AuthController#login as HTML
3609
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
3610
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
3611
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A54844" for 10.2.2.127 at 2019-09-23 14:29:27 -0400
3612
+ Processing by NulogySSO::AuthController#code as HTML
3613
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54844"}
3614
+ Rendering text template
3615
+ Rendered text template (0.0ms)
3616
+ Completed 200 OK in 35ms (Views: 1.5ms | ActiveRecord: 0.0ms)
3617
+  (0.8ms) rollback transaction
3618
+  (0.1ms) begin transaction
3619
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:29:28 -0400
3620
+ Processing by ApplicationController#hello_world as HTML
3621
+ Redirected to http://10.2.2.127:54844/nulogy_sso/login
3622
+ Filter chain halted as :authenticate_sso_user rendered or redirected
3623
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
3624
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:29:28 -0400
3625
+ Processing by NulogySSO::AuthController#login as HTML
3626
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
3627
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
3628
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A54844" for 10.2.2.127 at 2019-09-23 14:29:28 -0400
3629
+ Processing by NulogySSO::AuthController#code as HTML
3630
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54844"}
3631
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
3632
+ Rendering text template
3633
+ Rendered text template (0.1ms)
3634
+ Completed 200 OK in 36ms (Views: 1.0ms | ActiveRecord: 0.2ms)
3635
+  (0.1ms) rollback transaction
3636
+  (0.1ms) begin transaction
3637
+  (0.1ms) SAVEPOINT active_record_1
3638
+ User Create (1.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:29:28.835113"], ["updated_at", "2019-09-23 18:29:28.835113"]]
3639
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3640
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:29:29 -0400
3641
+ Processing by ApplicationController#hello_world as HTML
3642
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
3643
+ Rendering text template
3644
+ Rendered text template (0.0ms)
3645
+ Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 0.2ms)
3646
+  (0.5ms) rollback transaction
3647
+  (0.1ms) begin transaction
3648
+  (0.1ms) SAVEPOINT active_record_1
3649
+ User Create (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:29:29.569559"], ["updated_at", "2019-09-23 18:29:29.569559"]]
3650
+  (0.3ms) RELEASE SAVEPOINT active_record_1
3651
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:29:29 -0400
3652
+ Processing by ApplicationController#hello_world as HTML
3653
+ Redirected to http://10.2.2.127:54844/nulogy_sso/login
3654
+ Filter chain halted as :authenticate_sso_user rendered or redirected
3655
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
3656
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:29:29 -0400
3657
+ Processing by NulogySSO::AuthController#login as HTML
3658
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
3659
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
3660
+  (0.5ms) rollback transaction
3661
+  (0.1ms) begin transaction
3662
+  (0.4ms) SAVEPOINT active_record_1
3663
+ User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:29:30.387891"], ["updated_at", "2019-09-23 18:29:30.387891"]]
3664
+  (0.3ms) RELEASE SAVEPOINT active_record_1
3665
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:29:30 -0400
3666
+ Processing by ApplicationController#hello_world as HTML
3667
+ Redirected to http://10.2.2.127:54844/nulogy_sso/login
3668
+ Filter chain halted as :authenticate_sso_user rendered or redirected
3669
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
3670
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:29:30 -0400
3671
+ Processing by NulogySSO::AuthController#login as HTML
3672
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
3673
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
3674
+  (1.1ms) rollback transaction
3675
+  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3676
+  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3677
+  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
3678
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3679
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
3680
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3681
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
3682
+  (0.1ms) DROP TABLE IF EXISTS "users"
3683
+  (0.1ms) SELECT sqlite_version(*)
3684
+  (1.7ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
3685
+  (2.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
3686
+  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3687
+  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
3688
+  (1.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
3689
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
3690
+  (0.1ms) begin transaction
3691
+ ActiveRecord::InternalMetadata Create (1.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 18:37:40.322073"], ["updated_at", "2019-09-23 18:37:40.322073"]]
3692
+  (3.3ms) commit transaction
3693
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
3694
+  (0.1ms) begin transaction
3695
+  (0.1ms) commit transaction
3696
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3697
+  (0.1ms) begin transaction
3698
+  (0.1ms) SAVEPOINT active_record_1
3699
+ User Create (0.9ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:37:40.838967"], ["updated_at", "2019-09-23 18:37:40.838967"]]
3700
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3701
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:37:43 -0400
3702
+ Processing by ApplicationController#hello_world as HTML
3703
+ Redirected to http://10.2.2.127:55020/nulogy_sso/login
3704
+ Filter chain halted as :authenticate_sso_user rendered or redirected
3705
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
3706
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:37:43 -0400
3707
+ Processing by NulogySSO::AuthenticationController#login as HTML
3708
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
3709
+ Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
3710
+  (0.4ms) rollback transaction
3711
+  (0.1ms) begin transaction
3712
+  (0.5ms) SAVEPOINT active_record_1
3713
+ User Create (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:37:45.022991"], ["updated_at", "2019-09-23 18:37:45.022991"]]
3714
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3715
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:37:45 -0400
3716
+ Processing by ApplicationController#hello_world as HTML
3717
+ Redirected to http://10.2.2.127:55020/nulogy_sso/login
3718
+ Filter chain halted as :authenticate_sso_user rendered or redirected
3719
+ Completed 302 Found in 25ms (ActiveRecord: 0.0ms)
3720
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:37:45 -0400
3721
+ Processing by NulogySSO::AuthenticationController#login as HTML
3722
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
3723
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
3724
+  (0.5ms) rollback transaction
3725
+  (0.1ms) begin transaction
3726
+  (0.1ms) SAVEPOINT active_record_1
3727
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:37:45.948422"], ["updated_at", "2019-09-23 18:37:45.948422"]]
3728
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3729
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:37:46 -0400
3730
+ Processing by ApplicationController#hello_world as HTML
3731
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
3732
+ Rendering text template
3733
+ Rendered text template (0.0ms)
3734
+ Completed 200 OK in 14ms (Views: 7.6ms | ActiveRecord: 0.3ms)
3735
+  (0.5ms) rollback transaction
3736
+  (0.1ms) begin transaction
3737
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:37:46 -0400
3738
+ Processing by ApplicationController#hello_world as HTML
3739
+ Redirected to http://10.2.2.127:55020/nulogy_sso/login
3740
+ Filter chain halted as :authenticate_sso_user rendered or redirected
3741
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
3742
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:37:46 -0400
3743
+ Processing by NulogySSO::AuthenticationController#login as HTML
3744
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
3745
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
3746
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A55020" for 10.2.2.127 at 2019-09-23 14:37:46 -0400
3747
+ Processing by NulogySSO::AuthenticationController#code as HTML
3748
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:55020"}
3749
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
3750
+ Rendering text template
3751
+ Rendered text template (0.0ms)
3752
+ Completed 200 OK in 49ms (Views: 1.1ms | ActiveRecord: 0.2ms)
3753
+  (0.2ms) rollback transaction
3754
+  (0.1ms) begin transaction
3755
+  (0.3ms) SAVEPOINT active_record_1
3756
+ User Create (1.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:37:48.057973"], ["updated_at", "2019-09-23 18:37:48.057973"]]
3757
+  (0.3ms) RELEASE SAVEPOINT active_record_1
3758
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:37:48 -0400
3759
+ Processing by ApplicationController#hello_world as HTML
3760
+ Redirected to http://10.2.2.127:55020/nulogy_sso/login
3761
+ Filter chain halted as :authenticate_sso_user rendered or redirected
3762
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
3763
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:37:48 -0400
3764
+ Processing by NulogySSO::AuthenticationController#login as HTML
3765
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
3766
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
3767
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A55020" for 10.2.2.127 at 2019-09-23 14:37:48 -0400
3768
+ Processing by NulogySSO::AuthenticationController#code as HTML
3769
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:55020"}
3770
+ Rendering text template
3771
+ Rendered text template (0.0ms)
3772
+ Completed 200 OK in 40ms (Views: 1.2ms | ActiveRecord: 0.0ms)
3773
+  (0.6ms) rollback transaction
3774
+  (0.1ms) begin transaction
3775
+  (0.1ms) SAVEPOINT active_record_1
3776
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:37:48.772500"], ["updated_at", "2019-09-23 18:37:48.772500"]]
3777
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3778
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:37:48 -0400
3779
+ Processing by ApplicationController#hello_world as HTML
3780
+ Redirected to http://10.2.2.127:55020/nulogy_sso/login
3781
+ Filter chain halted as :authenticate_sso_user rendered or redirected
3782
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
3783
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:37:48 -0400
3784
+ Processing by NulogySSO::AuthenticationController#login as HTML
3785
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
3786
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
3787
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A55020%2Fhello_world" for 10.2.2.127 at 2019-09-23 14:37:48 -0400
3788
+ Processing by NulogySSO::AuthenticationController#code as HTML
3789
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:55020/hello_world"}
3790
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
3791
+ Redirected to http://10.2.2.127:55020/hello_world
3792
+ Completed 302 Found in 34ms (ActiveRecord: 0.1ms)
3793
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:37:48 -0400
3794
+ Processing by ApplicationController#hello_world as HTML
3795
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
3796
+ Rendering text template
3797
+ Rendered text template (0.0ms)
3798
+ Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.1ms)
3799
+  (0.6ms) rollback transaction
3800
+  (0.1ms) begin transaction
3801
+  (0.1ms) rollback transaction
3802
+  (0.1ms) begin transaction
3803
+  (0.3ms) rollback transaction
3804
+  (0.1ms) begin transaction
3805
+  (0.1ms) rollback transaction
3806
+  (0.1ms) begin transaction
3807
+  (0.1ms) rollback transaction
3808
+  (0.1ms) begin transaction
3809
+  (0.1ms) rollback transaction
3810
+  (0.1ms) begin transaction
3811
+  (0.1ms) rollback transaction
3812
+  (0.1ms) begin transaction
3813
+  (0.1ms) rollback transaction
3814
+  (0.1ms) begin transaction
3815
+  (0.1ms) rollback transaction
3816
+  (1.5ms) SELECT sqlite_version(*)
3817
+  (0.4ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]
3818
+  (1.8ms) SELECT sqlite_version(*)
3819
+  (1.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3820
+  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
3821
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3822
+  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
3823
+  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3824
+  (0.9ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
3825
+  (1.4ms) SELECT sqlite_version(*)
3826
+  (0.1ms) SELECT sqlite_version(*)
3827
+  (0.2ms) DROP TABLE IF EXISTS "users"
3828
+  (2.4ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
3829
+  (6.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
3830
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3831
+  (9.0ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
3832
+  (1.6ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
3833
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
3834
+  (0.3ms) begin transaction
3835
+ ActiveRecord::InternalMetadata Create (3.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 19:05:27.745895"], ["updated_at", "2019-09-23 19:05:27.745895"]]
3836
+  (3.6ms) commit transaction
3837
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
3838
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "schema_sha1"], ["LIMIT", 1]]
3839
+  (0.3ms) begin transaction
3840
+ ActiveRecord::InternalMetadata Create (0.7ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "schema_sha1"], ["value", "2b01fa59c4c74162736a2cb624389712cfa71fdb"], ["created_at", "2019-09-23 19:05:27.763156"], ["updated_at", "2019-09-23 19:05:27.763156"]]
3841
+  (2.8ms) commit transaction
3842
+  (0.3ms) SELECT sqlite_version(*)
3843
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3844
+  (0.2ms) begin transaction
3845
+  (0.1ms) rollback transaction
3846
+  (0.1ms) begin transaction
3847
+  (0.1ms) rollback transaction
3848
+  (0.5ms) begin transaction
3849
+  (0.5ms) rollback transaction
3850
+  (0.3ms) begin transaction
3851
+  (0.1ms) rollback transaction
3852
+  (0.2ms) begin transaction
3853
+  (0.1ms) rollback transaction
3854
+  (0.2ms) begin transaction
3855
+  (0.1ms) rollback transaction
3856
+  (0.1ms) begin transaction
3857
+  (0.2ms) rollback transaction
3858
+  (0.1ms) begin transaction
3859
+  (0.2ms) rollback transaction
3860
+  (0.1ms) begin transaction
3861
+  (0.1ms) SAVEPOINT active_record_1
3862
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 19:05:30.311703"], ["updated_at", "2019-09-23 19:05:30.311703"]]
3863
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3864
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:05:31 -0400
3865
+ Processing by ApplicationController#hello_world as HTML
3866
+ Redirected to http://10.2.2.127:55541/nulogy_sso/login
3867
+ Filter chain halted as :authenticate_sso_user rendered or redirected
3868
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 568)
3869
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 15:05:31 -0400
3870
+ Processing by NulogySSO::AuthenticationController#login as HTML
3871
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
3872
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms | Allocations: 219)
3873
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A55541%2Fhello_world" for 10.2.2.127 at 2019-09-23 15:05:32 -0400
3874
+ Processing by NulogySSO::AuthenticationController#code as HTML
3875
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:55541/hello_world"}
3876
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
3877
+ Redirected to http://10.2.2.127:55541/hello_world
3878
+ Completed 302 Found in 61ms (ActiveRecord: 0.2ms | Allocations: 5662)
3879
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:05:32 -0400
3880
+ Processing by ApplicationController#hello_world as HTML
3881
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
3882
+ Rendering text template
3883
+ Rendered text template (Duration: 0.0ms | Allocations: 3)
3884
+ Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.1ms | Allocations: 1593)
3885
+  (0.3ms) rollback transaction
3886
+  (0.1ms) begin transaction
3887
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:05:32 -0400
3888
+ Processing by ApplicationController#hello_world as HTML
3889
+ Redirected to http://10.2.2.127:55541/nulogy_sso/login
3890
+ Filter chain halted as :authenticate_sso_user rendered or redirected
3891
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 171)
3892
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 15:05:32 -0400
3893
+ Processing by NulogySSO::AuthenticationController#login as HTML
3894
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
3895
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 159)
3896
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A55541" for 10.2.2.127 at 2019-09-23 15:05:32 -0400
3897
+ Processing by NulogySSO::AuthenticationController#code as HTML
3898
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:55541"}
3899
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
3900
+ Rendering text template
3901
+ Rendered text template (Duration: 0.0ms | Allocations: 1)
3902
+ Completed 200 OK in 43ms (Views: 0.8ms | ActiveRecord: 0.2ms | Allocations: 2653)
3903
+  (0.1ms) rollback transaction
3904
+  (0.3ms) begin transaction
3905
+  (0.1ms) SAVEPOINT active_record_1
3906
+ User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 19:05:33.598150"], ["updated_at", "2019-09-23 19:05:33.598150"]]
3907
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3908
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:05:33 -0400
3909
+ Processing by ApplicationController#hello_world as HTML
3910
+ Redirected to http://10.2.2.127:55541/nulogy_sso/login
3911
+ Filter chain halted as :authenticate_sso_user rendered or redirected
3912
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 171)
3913
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 15:05:33 -0400
3914
+ Processing by NulogySSO::AuthenticationController#login as HTML
3915
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
3916
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 159)
3917
+ Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A55541" for 10.2.2.127 at 2019-09-23 15:05:33 -0400
3918
+ Processing by NulogySSO::AuthenticationController#code as HTML
3919
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:55541"}
3920
+ Rendering text template
3921
+ Rendered text template (Duration: 0.0ms | Allocations: 1)
3922
+ Completed 200 OK in 34ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 2185)
3923
+  (0.6ms) rollback transaction
3924
+  (0.2ms) begin transaction
3925
+  (0.3ms) SAVEPOINT active_record_1
3926
+ User Create (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 19:05:34.201379"], ["updated_at", "2019-09-23 19:05:34.201379"]]
3927
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3928
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:05:34 -0400
3929
+ Processing by ApplicationController#hello_world as HTML
3930
+ Redirected to http://10.2.2.127:55541/nulogy_sso/login
3931
+ Filter chain halted as :authenticate_sso_user rendered or redirected
3932
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 353)
3933
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 15:05:34 -0400
3934
+ Processing by NulogySSO::AuthenticationController#login as HTML
3935
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
3936
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 340)
3937
+  (0.6ms) rollback transaction
3938
+  (0.1ms) begin transaction
3939
+  (0.1ms) SAVEPOINT active_record_1
3940
+ User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 19:05:34.928133"], ["updated_at", "2019-09-23 19:05:34.928133"]]
3941
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3942
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:05:35 -0400
3943
+ Processing by ApplicationController#hello_world as HTML
3944
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
3945
+ Rendering text template
3946
+ Rendered text template (Duration: 0.0ms | Allocations: 1)
3947
+ Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.1ms | Allocations: 502)
3948
+  (0.5ms) rollback transaction
3949
+  (0.3ms) begin transaction
3950
+  (0.1ms) SAVEPOINT active_record_1
3951
+ User Create (0.9ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 19:05:35.750861"], ["updated_at", "2019-09-23 19:05:35.750861"]]
3952
+  (0.3ms) RELEASE SAVEPOINT active_record_1
3953
+ Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:05:35 -0400
3954
+ Processing by ApplicationController#hello_world as HTML
3955
+ Redirected to http://10.2.2.127:55541/nulogy_sso/login
3956
+ Filter chain halted as :authenticate_sso_user rendered or redirected
3957
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 171)
3958
+ Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 15:05:35 -0400
3959
+ Processing by NulogySSO::AuthenticationController#login as HTML
3960
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
3961
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 159)
3962
+  (0.5ms) rollback transaction