(0.4ms) DROP TABLE IF EXISTS "users"  (0.4ms) SELECT sqlite_version(*)  (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)  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction 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-18 13:49:45.668121"], ["updated_at", "2019-09-18 13:49:45.668121"]]  (1.2ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.8ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 13:49:51.378440"], ["updated_at", "2019-09-18 13:49:51.378440"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 09:49:54 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://172.16.13.67:49815/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 28ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 09:49:54 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 4ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F172.16.13.67%3A49815" for 172.16.13.67 at 2019-09-18 09:49:54 -0400 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:49815"} Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (499.2ms) Completed 403 Forbidden in 693ms (Views: 553.6ms | ActiveRecord: 0.0ms) Started GET "/assets/nulogy_sso/sso_error-b77a6f675e88ae073ce5c25d246cc5c69b05984cade88b04b15847258d97421e.css" for 172.16.13.67 at 2019-09-18 09:49:55 -0400 Started GET "/assets/nulogy_sso/favicon-2b72479521db218ab5a48cd6a598556281f47efd89ccf3653e99189eea15f8e1.png" for 172.16.13.67 at 2019-09-18 09:49:56 -0400  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.5ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 13:49:56.892258"], ["updated_at", "2019-09-18 13:49:56.892258"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 09:49:56 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://172.16.13.67:49815/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 09:49:56 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F172.16.13.67%3A49815%2Fhello_world" for 172.16.13.67 at 2019-09-18 09:49:56 -0400 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:49815/hello_world"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://172.16.13.67:49815/hello_world Completed 302 Found in 151ms (ActiveRecord: 0.2ms) Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 09:49:57 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 3.9ms | ActiveRecord: 0.2ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-18 13:49:57.800799"], ["updated_at", "2019-09-18 13:49:57.800799"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 09:49:57 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://172.16.13.67:49815/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 09:49:57 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F172.16.13.67%3A49815" for 172.16.13.67 at 2019-09-18 09:49:57 -0400 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:49815"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (3.1ms) Completed 403 Forbidden in 58ms (Views: 4.0ms | ActiveRecord: 0.2ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 09:49:58 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://172.16.13.67:49815/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 09:49:58 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F172.16.13.67%3A49815" for 172.16.13.67 at 2019-09-18 09:49:58 -0400 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:49815"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (2.0ms) Completed 403 Forbidden in 84ms (Views: 2.9ms | ActiveRecord: 0.3ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.4ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 13:49:59.453920"], ["updated_at", "2019-09-18 13:49:59.453920"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 09:49:59 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://172.16.13.67:49815/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 09:49:59 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Create (0.4ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 13:50:00.368357"], ["updated_at", "2019-09-18 13:50:00.368357"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 09:50:00 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)  (0.2ms) SAVEPOINT active_record_1 User Update (0.2ms) UPDATE "users" SET "active" = ?, "updated_at" = ? WHERE "users"."id" = ? [["active", 0], ["updated_at", "2019-09-18 13:50:00.969994"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 09:50:01 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb within layouts/application Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb within layouts/application (2.5ms) Filter chain halted as :authenticate_sso_user rendered or redirected Completed 403 Forbidden in 16ms (Views: 13.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css" for 172.16.13.67 at 2019-09-18 09:50:01 -0400  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 User Create (0.8ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 13:50:01.947257"], ["updated_at", "2019-09-18 13:50:01.947257"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 09:50:02 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.1ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.6ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 13:50:02.694766"], ["updated_at", "2019-09-18 13:50:02.694766"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 09:50:02 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://172.16.13.67:49815/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 09:50:02 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction 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-18 14:17:19.571009"], ["updated_at", "2019-09-18 14:17:19.571009"]]  (0.9ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.5ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 14:17:19.983504"], ["updated_at", "2019-09-18 14:17:19.983504"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.3ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 14:17:19.987485"], ["updated_at", "2019-09-18 14:17:19.987485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Create (0.4ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 14:17:19.990970"], ["updated_at", "2019-09-18 14:17:19.990970"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Create (0.6ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 14:17:19.994453"], ["updated_at", "2019-09-18 14:17:19.994453"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction 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-18 14:18:57.066252"], ["updated_at", "2019-09-18 14:18:57.066252"]]  (0.8ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-18 14:18:57.883814"], ["updated_at", "2019-09-18 14:18:57.883814"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 10:18:59 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://172.16.13.67:50493/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 10:18:59 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 5ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F172.16.13.67%3A50493" for 172.16.13.67 at 2019-09-18 10:18:59 -0400 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:50493"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (251.9ms) Completed 403 Forbidden in 340ms (Views: 257.7ms | ActiveRecord: 0.2ms) Started GET "/assets/nulogy_sso/sso_error-b77a6f675e88ae073ce5c25d246cc5c69b05984cade88b04b15847258d97421e.css" for 172.16.13.67 at 2019-09-18 10:18:59 -0400 Started GET "/assets/nulogy_sso/favicon-2b72479521db218ab5a48cd6a598556281f47efd89ccf3653e99189eea15f8e1.png" for 172.16.13.67 at 2019-09-18 10:19:00 -0400  (0.4ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 10:19:00 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://172.16.13.67:50493/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 10:19:00 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F172.16.13.67%3A50493" for 172.16.13.67 at 2019-09-18 10:19:00 -0400 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:50493"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (1.6ms) Completed 403 Forbidden in 35ms (Views: 2.3ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.4ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 14:19:01.748467"], ["updated_at", "2019-09-18 14:19:01.748467"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 10:19:01 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://172.16.13.67:50493/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 10:19:01 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F172.16.13.67%3A50493%2Fhello_world" for 172.16.13.67 at 2019-09-18 10:19:01 -0400 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:50493/hello_world"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://172.16.13.67:50493/hello_world Completed 302 Found in 37ms (ActiveRecord: 0.2ms) Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 10:19:01 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 7ms (Views: 2.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.4ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 14:19:02.561464"], ["updated_at", "2019-09-18 14:19:02.561464"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 10:19:02 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://172.16.13.67:50493/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 10:19:02 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F172.16.13.67%3A50493" for 172.16.13.67 at 2019-09-18 10:19:02 -0400 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:50493"} Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (1.7ms) Completed 403 Forbidden in 39ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Create (0.4ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 14:19:03.180039"], ["updated_at", "2019-09-18 14:19:03.180039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 10:19:03 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://172.16.13.67:50493/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 10:19:03 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.5ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 14:19:03.994534"], ["updated_at", "2019-09-18 14:19:03.994534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 10:19:04 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Create (0.4ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 14:19:05.170546"], ["updated_at", "2019-09-18 14:19:05.170546"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 10:19:05 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 User Update (1.2ms) UPDATE "users" SET "active" = ?, "updated_at" = ? WHERE "users"."id" = ? [["active", 0], ["updated_at", "2019-09-18 14:19:05.722567"], ["id", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 10:19:05 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb within layouts/application Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb within layouts/application (3.1ms) Filter chain halted as :authenticate_sso_user rendered or redirected Completed 403 Forbidden in 20ms (Views: 17.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css" for 172.16.13.67 at 2019-09-18 10:19:05 -0400  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Create (0.4ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 14:19:06.370474"], ["updated_at", "2019-09-18 14:19:06.370474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 10:19:06 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://172.16.13.67:50493/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 10:19:06 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.8ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 16:24:17.637261"], ["updated_at", "2019-09-18 16:24:17.637261"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.4ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 16:24:17.744332"], ["updated_at", "2019-09-18 16:24:17.744332"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.4ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 16:24:17.747481"], ["updated_at", "2019-09-18 16:24:17.747481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Create (0.4ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 16:24:17.750546"], ["updated_at", "2019-09-18 16:24:17.750546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-18 16:24:44.030327"], ["updated_at", "2019-09-18 16:24:44.030327"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:24:45 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://172.16.13.67:53283/nulogy_auth/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 5ms (ActiveRecord: 0.0ms) Started GET "/nulogy_auth/login" for 172.16.13.67 at 2019-09-18 12:24:45 -0400 Processing by NulogyAuth::AuthController#login as HTML 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 Completed 302 Found in 5ms (ActiveRecord: 0.0ms) Started GET "/nulogy_auth/code?code=FAKE_CODE&origin=http%3A%2F%2F172.16.13.67%3A53283" for 172.16.13.67 at 2019-09-18 12:24:45 -0400 Processing by NulogyAuth::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:53283"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (557.4ms) Completed 403 Forbidden in 650ms (Views: 569.2ms | ActiveRecord: 0.2ms) Started GET "/assets/nulogy_auth/sso_error-b77a6f675e88ae073ce5c25d246cc5c69b05984cade88b04b15847258d97421e.css" for 172.16.13.67 at 2019-09-18 12:24:46 -0400 Started GET "/assets/nulogy_auth/favicon-2b72479521db218ab5a48cd6a598556281f47efd89ccf3653e99189eea15f8e1.png" for 172.16.13.67 at 2019-09-18 12:24:46 -0400  (0.6ms) rollback transaction  (0.5ms) begin transaction Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:24:47 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://172.16.13.67:53283/nulogy_auth/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_auth/login" for 172.16.13.67 at 2019-09-18 12:24:47 -0400 Processing by NulogyAuth::AuthController#login as HTML 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 Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/nulogy_auth/code?code=FAKE_CODE&origin=http%3A%2F%2F172.16.13.67%3A53283" for 172.16.13.67 at 2019-09-18 12:24:47 -0400 Processing by NulogyAuth::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:53283"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (1.4ms) Completed 403 Forbidden in 29ms (Views: 2.0ms | ActiveRecord: 0.4ms)  (0.1ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.5ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 16:24:47.894011"], ["updated_at", "2019-09-18 16:24:47.894011"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:24:47 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://172.16.13.67:53283/nulogy_auth/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_auth/login" for 172.16.13.67 at 2019-09-18 12:24:47 -0400 Processing by NulogyAuth::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_auth/code?code=FAKE_CODE&origin=http%3A%2F%2F172.16.13.67%3A53283%2Fhello_world" for 172.16.13.67 at 2019-09-18 12:24:47 -0400 Processing by NulogyAuth::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:53283/hello_world"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://172.16.13.67:53283/hello_world Completed 302 Found in 40ms (ActiveRecord: 0.1ms) Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:24:48 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.4ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 16:24:48.645074"], ["updated_at", "2019-09-18 16:24:48.645074"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:24:48 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://172.16.13.67:53283/nulogy_auth/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_auth/login" for 172.16.13.67 at 2019-09-18 12:24:48 -0400 Processing by NulogyAuth::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_auth/code?code=FAKE_CODE&origin=http%3A%2F%2F172.16.13.67%3A53283" for 172.16.13.67 at 2019-09-18 12:24:48 -0400 Processing by NulogyAuth::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:53283"} Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (2.4ms) Completed 403 Forbidden in 56ms (Views: 3.2ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.6ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 16:24:49.264971"], ["updated_at", "2019-09-18 16:24:49.264971"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:24:49 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.1ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.7ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 16:24:49.890040"], ["updated_at", "2019-09-18 16:24:49.890040"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:24:50 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 User Update (0.1ms) UPDATE "users" SET "active" = ?, "updated_at" = ? WHERE "users"."id" = ? [["active", 0], ["updated_at", "2019-09-18 16:24:50.274630"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:24:50 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb within layouts/application Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb within layouts/application (2.2ms) Filter chain halted as :authenticate_sso_user rendered or redirected Completed 403 Forbidden in 18ms (Views: 15.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css" for 172.16.13.67 at 2019-09-18 12:24:50 -0400  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Create (0.8ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 16:24:50.803644"], ["updated_at", "2019-09-18 16:24:50.803644"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:24:51 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://172.16.13.67:53283/nulogy_auth/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_auth/login" for 172.16.13.67 at 2019-09-18 12:24:51 -0400 Processing by NulogyAuth::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Create (0.8ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 16:24:51.633794"], ["updated_at", "2019-09-18 16:24:51.633794"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:24:51 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://172.16.13.67:53283/nulogy_auth/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/nulogy_auth/login" for 172.16.13.67 at 2019-09-18 12:24:51 -0400 Processing by NulogyAuth::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.5ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction 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-18 16:40:52.993781"], ["updated_at", "2019-09-18 16:40:52.993781"]]  (0.9ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.5ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 16:40:53.480081"], ["updated_at", "2019-09-18 16:40:53.480081"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:40:55 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://172.16.13.67:53772/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 12:40:55 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.8ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 16:40:56.186080"], ["updated_at", "2019-09-18 16:40:56.186080"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:40:56 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 65ms (Views: 5.7ms | ActiveRecord: 0.4ms)  (0.1ms) SAVEPOINT active_record_1 User Update (0.1ms) UPDATE "users" SET "active" = ?, "updated_at" = ? WHERE "users"."id" = ? [["active", 0], ["updated_at", "2019-09-18 16:40:56.765462"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:40:56 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb within layouts/application Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb within layouts/application (329.2ms) Filter chain halted as :authenticate_sso_user rendered or redirected Completed 403 Forbidden in 341ms (Views: 339.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css" for 172.16.13.67 at 2019-09-18 12:40:57 -0400 Started GET "/assets/nulogy_sso/sso_error-b77a6f675e88ae073ce5c25d246cc5c69b05984cade88b04b15847258d97421e.css" for 172.16.13.67 at 2019-09-18 12:40:57 -0400  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (1.1ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 16:40:57.737098"], ["updated_at", "2019-09-18 16:40:57.737098"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:40:57 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 User Create (0.8ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 16:40:58.406225"], ["updated_at", "2019-09-18 16:40:58.406225"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:40:58 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://172.16.13.67:53772/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 12:40:58 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.6ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 16:40:59.174084"], ["updated_at", "2019-09-18 16:40:59.174084"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:40:59 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://172.16.13.67:53772/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 12:40:59 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F172.16.13.67%3A53772" for 172.16.13.67 at 2019-09-18 12:40:59 -0400 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:53772"} Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (4.4ms) Completed 403 Forbidden in 53ms (Views: 7.1ms | ActiveRecord: 0.0ms) Started GET "/assets/nulogy_sso/favicon-2b72479521db218ab5a48cd6a598556281f47efd89ccf3653e99189eea15f8e1.png" for 172.16.13.67 at 2019-09-18 12:40:59 -0400  (0.6ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.4ms) INSERT INTO "users" ("email", "active", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@nulogy.com"], ["active", 1], ["created_at", "2019-09-18 16:40:59.935264"], ["updated_at", "2019-09-18 16:40:59.935264"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:40:59 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://172.16.13.67:53772/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 12:40:59 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F172.16.13.67%3A53772%2Fhello_world" for 172.16.13.67 at 2019-09-18 12:40:59 -0400 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:53772/hello_world"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://172.16.13.67:53772/hello_world Completed 302 Found in 35ms (ActiveRecord: 0.2ms) Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:41:00 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.2ms) begin transaction Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:41:00 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://172.16.13.67:53772/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 12:41:00 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F172.16.13.67%3A53772" for 172.16.13.67 at 2019-09-18 12:41:00 -0400 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:53772"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (1.3ms) Completed 403 Forbidden in 47ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-18 16:41:01.273480"], ["updated_at", "2019-09-18 16:41:01.273480"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:41:01 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://172.16.13.67:53772/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 12:41:01 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F172.16.13.67%3A53772" for 172.16.13.67 at 2019-09-18 12:41:01 -0400 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:53772"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (2.5ms) Completed 403 Forbidden in 28ms (Views: 3.3ms | ActiveRecord: 0.3ms)  (0.6ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction 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"]]  (0.9ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.2ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:14:40 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:50327/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 37ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:14:40 -0400 Processing by NulogySSO::AuthController#login as HTML Completed 500 Internal Server Error in 41ms (ActiveRecord: 0.0ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:14:42 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:50327/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:14:42 -0400 Processing by NulogySSO::AuthController#login as HTML Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.0ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:14:44 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:50327/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:14:44 -0400 Processing by NulogySSO::AuthController#login as HTML Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.8ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction 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"]]  (0.7ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction 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"]]  (1.1ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.9ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:19 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:50452/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:21:19 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 36ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50452"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (4.2ms) Completed 403 Forbidden in 311ms (Views: 23.7ms | ActiveRecord: 1.0ms) Started GET "/stylesheets/nulogy_sso/sso_error.css" for 10.2.2.127 at 2019-09-23 11:21:20 -0400 Started GET "/images/nulogy_sso/favicon.png" for 10.2.2.127 at 2019-09-23 11:21:20 -0400  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:21 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:50452/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:21:21 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50452/hello_world"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://10.2.2.127:50452/hello_world Completed 302 Found in 68ms (ActiveRecord: 0.5ms) Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:21 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.1ms) Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.1ms)  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:22 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:50452/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:21:22 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50452"} Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (1.2ms) Completed 403 Forbidden in 70ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/stylesheets/nulogy_sso/sso_error.css" for 10.2.2.127 at 2019-09-23 11:21:22 -0400 Started GET "/images/nulogy_sso/favicon.png" for 10.2.2.127 at 2019-09-23 11:21:22 -0400  (1.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.2ms) SELECT sqlite_version(*)  (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)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction 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"]]  (0.7ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:49 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:50513/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 94ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:21:49 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 5ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:50 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:50513/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:21:50 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (1.1ms) SAVEPOINT active_record_1 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"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:52 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 11ms (Views: 3.9ms | ActiveRecord: 0.5ms)  (0.6ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:53 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:50513/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:21:53 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 2ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50513/hello_world"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://10.2.2.127:50513/hello_world Completed 302 Found in 60ms (ActiveRecord: 0.3ms) Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:53 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.1ms) Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.2ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:54 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:50513/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:21:54 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50513"} Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (3.0ms) Completed 403 Forbidden in 43ms (Views: 6.4ms | ActiveRecord: 0.0ms) Started GET "/stylesheets/nulogy_sso/sso_error.css" for 10.2.2.127 at 2019-09-23 11:21:54 -0400 Started GET "/images/nulogy_sso/favicon.png" for 10.2.2.127 at 2019-09-23 11:21:54 -0400  (0.6ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:55 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:50513/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:21:55 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50513"} User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (1.0ms) Completed 403 Forbidden in 52ms (Views: 2.0ms | ActiveRecord: 0.7ms) Started GET "/stylesheets/nulogy_sso/sso_error.css" for 10.2.2.127 at 2019-09-23 11:21:55 -0400 Started GET "/images/nulogy_sso/favicon.png" for 10.2.2.127 at 2019-09-23 11:21:55 -0400  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.3ms) DROP TABLE IF EXISTS "users"  (0.2ms) SELECT sqlite_version(*)  (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)  (7.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (5.7ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (3.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction 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"]]  (3.9ms) commit transaction ActiveRecord::InternalMetadata Load (1.7ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.5ms) commit transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:30:42 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:50771/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:30:42 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 14ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50771"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Completed 500 Internal Server Error in 129ms (ActiveRecord: 0.9ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.7ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:30:43 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:50771/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:30:43 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 0ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50771"} Completed 500 Internal Server Error in 40ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:30:44 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:50771/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:30:44 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50771/hello_world"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://10.2.2.127:50771/hello_world Completed 302 Found in 44ms (ActiveRecord: 0.2ms) Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:30:44 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:30:45 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:50771/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:30:45 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:30:46 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:50771/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 6ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:30:46 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:30:47 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.8ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction 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"]]  (0.8ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:31:07 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:50855/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:31:07 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 15ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50855"} Completed 500 Internal Server Error in 33ms (ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:31:08 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:50855/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:31:08 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50855/hello_world"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://10.2.2.127:50855/hello_world Completed 302 Found in 73ms (ActiveRecord: 0.2ms) Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:31:09 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:31:09 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:50855/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:31:09 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50855"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Completed 500 Internal Server Error in 44ms (ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:31:10 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.1ms) Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.3ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.6ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:31:11 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:50855/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:31:11 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.6ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:31:13 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:50855/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:31:13 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.2ms) SELECT sqlite_version(*)  (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)  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction 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"]]  (1.0ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.8ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:47:47 -0400  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.7ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:47:49 -0400  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:47:49 -0400  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:47:50 -0400  (0.6ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:47:51 -0400  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:47:52 -0400  (0.6ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.2ms) SELECT sqlite_version(*)  (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)  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction 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"]]  (0.8ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:48:26 -0400  (0.4ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction 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"]]  (1.0ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:49:10 -0400  (0.5ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction 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"]]  (1.2ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:51:06 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51360/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 6ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:51:06 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 16ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51360/hello_world"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://10.2.2.127:51360/hello_world Completed 302 Found in 76ms (ActiveRecord: 0.2ms) Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:51:07 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.1ms) Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction 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"]]  (0.7ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:51:41 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51391/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:51:41 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 14ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51391/hello_world"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://10.2.2.127:51391/hello_world Completed 302 Found in 86ms (ActiveRecord: 0.4ms) Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:51:41 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.1ms) Completed 200 OK in 9ms (Views: 5.5ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.2ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction 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"]]  (1.0ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:51:58 -0400  (0.5ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.8ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction 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"]]  (0.7ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:59:03 -0400  (0.3ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction 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"]]  (1.0ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:01:07 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51658/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:01:07 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 21ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51658/hello_world"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://10.2.2.127:51658/hello_world Completed 302 Found in 151ms (ActiveRecord: 0.5ms) Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:01:08 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 12ms (Views: 9.0ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction 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"]]  (0.7ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:01:40 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51687/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:01:40 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 15ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51687/hello_world"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://10.2.2.127:51687/hello_world Completed 302 Found in 116ms (ActiveRecord: 0.3ms) Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:01:41 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 2.8ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction 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"]]  (0.7ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:03:06 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51722/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:03:06 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 13ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51722"} Completed 500 Internal Server Error in 50ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:03:08 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51722/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:03:08 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51722"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Completed 500 Internal Server Error in 106ms (ActiveRecord: 0.4ms)  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:03:09 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51722/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:03:09 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 2ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51722/hello_world"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://10.2.2.127:51722/hello_world Completed 302 Found in 41ms (ActiveRecord: 0.5ms) Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:03:09 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 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"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:03:10 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.9ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:03:11 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51722/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:03:11 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:03:13 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51722/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:03:13 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction 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"]]  (0.8ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:03:58 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51821/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:03:58 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 12ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51821"} Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction 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"]]  (0.9ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:06:22 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51864/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:06:22 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 20ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51864"} Completed 500 Internal Server Error in 37ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (3.3ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction 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"]]  (0.9ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction 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"]]  (0.7ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:15:18 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:52164/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:15:18 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 24ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52164"} Completed 500 Internal Server Error in 34ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction 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"]]  (0.8ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:15:34 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:52190/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 6ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:15:34 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 13ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52190"} Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction 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"]]  (0.7ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:27:33 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:52418/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:27:33 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 11ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52418"} Completed 500 Internal Server Error in 70ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction 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"]]  (0.9ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction 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"]]  (0.7ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.2ms) SELECT sqlite_version(*)  (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)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction 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"]]  (1.0ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction 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"]]  (0.9ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:32:01 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:52490/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:32:01 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 16ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52490"} Completed 500 Internal Server Error in 125ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.7ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction 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"]]  (0.7ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:32:32 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:52514/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:32:32 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 21ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52514"} Completed 500 Internal Server Error in 105ms (ActiveRecord: 0.0ms) NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.): /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:33:in `rescue in code' /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:30:in `code' actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.3) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.3) lib/rails/engine.rb:524:in `call' railties (5.2.3) lib/rails/railtie.rb:190:in `public_send' railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.7) lib/rack/etag.rb:25:in `call' rack (2.0.7) lib/rack/conditional_get.rb:25:in `call' rack (2.0.7) lib/rack/head.rb:12:in `call' actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.7) lib/rack/method_override.rb:22:in `call' rack (2.0.7) lib/rack/runtime.rb:22:in `call' activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.7) lib/rack/sendfile.rb:111:in `call' railties (5.2.3) lib/rails/engine.rb:524:in `call' rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call' rack (2.0.7) lib/rack/urlmap.rb:53:in `each' rack (2.0.7) lib/rack/urlmap.rb:53:in `call' capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call' rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'  (0.4ms) rollback transaction  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction 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"]]  (0.7ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:33:15 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:52541/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:33:15 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 14ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52541"} Completed 500 Internal Server Error in 59ms (ActiveRecord: 0.0ms) NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.): /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:33:in `rescue in code' /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:30:in `code' actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.3) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.3) lib/rails/engine.rb:524:in `call' railties (5.2.3) lib/rails/railtie.rb:190:in `public_send' railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.7) lib/rack/etag.rb:25:in `call' rack (2.0.7) lib/rack/conditional_get.rb:25:in `call' rack (2.0.7) lib/rack/head.rb:12:in `call' actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.7) lib/rack/method_override.rb:22:in `call' rack (2.0.7) lib/rack/runtime.rb:22:in `call' activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.7) lib/rack/sendfile.rb:111:in `call' railties (5.2.3) lib/rails/engine.rb:524:in `call' rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call' rack (2.0.7) lib/rack/urlmap.rb:53:in `each' rack (2.0.7) lib/rack/urlmap.rb:53:in `call' capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call' rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread' Processing by ExceptionController#show as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52541"} Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction 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"]]  (0.7ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:34:03 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:52617/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:34:03 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 14ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52617"} Completed 500 Internal Server Error in 85ms (ActiveRecord: 0.0ms) NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.): /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:33:in `rescue in code' /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:30:in `code' actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.3) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.3) lib/rails/engine.rb:524:in `call' railties (5.2.3) lib/rails/railtie.rb:190:in `public_send' railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.7) lib/rack/etag.rb:25:in `call' rack (2.0.7) lib/rack/conditional_get.rb:25:in `call' rack (2.0.7) lib/rack/head.rb:12:in `call' actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.7) lib/rack/method_override.rb:22:in `call' rack (2.0.7) lib/rack/runtime.rb:22:in `call' activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.7) lib/rack/sendfile.rb:111:in `call' railties (5.2.3) lib/rails/engine.rb:524:in `call' rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call' rack (2.0.7) lib/rack/urlmap.rb:53:in `each' rack (2.0.7) lib/rack/urlmap.rb:53:in `call' capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call' rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'  (0.9ms) rollback transaction  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction 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"]]  (0.8ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:37:33 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:52707/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 83ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:37:33 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:37:35 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 11ms (Views: 4.7ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.5ms) SAVEPOINT active_record_1 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"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:37:36 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:52707/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:37:36 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (1.5ms) rollback transaction  (0.2ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:37:37 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:52707/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:37:37 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 2ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52707"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Completed 500 Internal Server Error in 64ms (ActiveRecord: 0.2ms) NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.): /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:39:in `block in code' /Users/evanbrodie/src/cpi/nulogy_sso/app/services/nulogy_sso/authenticator.rb:25:in `validate_token' /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:36:in `code' actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.3) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.3) lib/rails/engine.rb:524:in `call' railties (5.2.3) lib/rails/railtie.rb:190:in `public_send' railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.7) lib/rack/etag.rb:25:in `call' rack (2.0.7) lib/rack/conditional_get.rb:25:in `call' rack (2.0.7) lib/rack/head.rb:12:in `call' actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.7) lib/rack/method_override.rb:22:in `call' rack (2.0.7) lib/rack/runtime.rb:22:in `call' activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.7) lib/rack/sendfile.rb:111:in `call' railties (5.2.3) lib/rails/engine.rb:524:in `call' rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call' rack (2.0.7) lib/rack/urlmap.rb:53:in `each' rack (2.0.7) lib/rack/urlmap.rb:53:in `call' capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call' rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:37:38 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:52707/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:37:38 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52707/hello_world"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://10.2.2.127:52707/hello_world Completed 302 Found in 44ms (ActiveRecord: 0.3ms) Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:37:38 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:37:39 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:52707/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:37:39 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52707"} Completed 500 Internal Server Error in 114ms (ActiveRecord: 0.0ms) NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.): /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:33:in `rescue in code' /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:30:in `code' actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.3) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.3) lib/rails/engine.rb:524:in `call' railties (5.2.3) lib/rails/railtie.rb:190:in `public_send' railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.7) lib/rack/etag.rb:25:in `call' rack (2.0.7) lib/rack/conditional_get.rb:25:in `call' rack (2.0.7) lib/rack/head.rb:12:in `call' actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.7) lib/rack/method_override.rb:22:in `call' rack (2.0.7) lib/rack/runtime.rb:22:in `call' activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.7) lib/rack/sendfile.rb:111:in `call' railties (5.2.3) lib/rails/engine.rb:524:in `call' rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call' rack (2.0.7) lib/rack/urlmap.rb:53:in `each' rack (2.0.7) lib/rack/urlmap.rb:53:in `call' capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call' rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'  (0.4ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction 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"]]  (0.8ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:38:16 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:52787/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 33ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:38:16 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:38:17 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:52787/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:38:17 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:38:18 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 13ms (Views: 6.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.5ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:38:19 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:52787/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:38:19 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52787/hello_world"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://10.2.2.127:52787/hello_world Completed 302 Found in 32ms (ActiveRecord: 0.4ms) Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:38:19 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:38:20 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:52787/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:38:20 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52787"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Completed 500 Internal Server Error in 38ms (ActiveRecord: 0.2ms) NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.): /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:39:in `block in code' /Users/evanbrodie/src/cpi/nulogy_sso/app/services/nulogy_sso/authenticator.rb:25:in `validate_token' /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:36:in `code' actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.3) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.3) lib/rails/engine.rb:524:in `call' railties (5.2.3) lib/rails/railtie.rb:190:in `public_send' railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.7) lib/rack/etag.rb:25:in `call' rack (2.0.7) lib/rack/conditional_get.rb:25:in `call' rack (2.0.7) lib/rack/head.rb:12:in `call' actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.7) lib/rack/method_override.rb:22:in `call' rack (2.0.7) lib/rack/runtime.rb:22:in `call' activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.7) lib/rack/sendfile.rb:111:in `call' railties (5.2.3) lib/rails/engine.rb:524:in `call' rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call' rack (2.0.7) lib/rack/urlmap.rb:53:in `each' rack (2.0.7) lib/rack/urlmap.rb:53:in `call' capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call' rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:38:21 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:52787/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:38:21 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52787"} Completed 500 Internal Server Error in 121ms (ActiveRecord: 0.0ms) NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.): /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:33:in `rescue in code' /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:30:in `code' actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.3) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.3) lib/rails/engine.rb:524:in `call' railties (5.2.3) lib/rails/railtie.rb:190:in `public_send' railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.7) lib/rack/etag.rb:25:in `call' rack (2.0.7) lib/rack/conditional_get.rb:25:in `call' rack (2.0.7) lib/rack/head.rb:12:in `call' actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.7) lib/rack/method_override.rb:22:in `call' rack (2.0.7) lib/rack/runtime.rb:22:in `call' activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.7) lib/rack/sendfile.rb:111:in `call' railties (5.2.3) lib/rails/engine.rb:524:in `call' rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call' rack (2.0.7) lib/rack/urlmap.rb:53:in `each' rack (2.0.7) lib/rack/urlmap.rb:53:in `call' capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call' rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'  (0.6ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction 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"]]  (0.7ms) commit transaction ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.7ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:25:13 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:54592/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:25:14 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 34ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54592/hello_world"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://10.2.2.127:54592/hello_world Completed 302 Found in 103ms (ActiveRecord: 0.2ms) Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:25:14 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:25:15 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:54592/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:25:15 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54592"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Completed 500 Internal Server Error in 62ms (ActiveRecord: 0.2ms) NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.): /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:39:in `block in code' /Users/evanbrodie/src/cpi/nulogy_sso/app/services/nulogy_sso/authenticator.rb:25:in `validate_token' /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:36:in `code' actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.3) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.3) lib/rails/engine.rb:524:in `call' railties (5.2.3) lib/rails/railtie.rb:190:in `public_send' railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.7) lib/rack/etag.rb:25:in `call' rack (2.0.7) lib/rack/conditional_get.rb:25:in `call' rack (2.0.7) lib/rack/head.rb:12:in `call' actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.7) lib/rack/method_override.rb:22:in `call' rack (2.0.7) lib/rack/runtime.rb:22:in `call' activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.7) lib/rack/sendfile.rb:111:in `call' railties (5.2.3) lib/rails/engine.rb:524:in `call' rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call' rack (2.0.7) lib/rack/urlmap.rb:53:in `each' rack (2.0.7) lib/rack/urlmap.rb:53:in `call' capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call' rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:25:19 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:54592/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:25:19 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54592"} Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.0ms) NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.): /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:33:in `rescue in code' /Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:30:in `code' actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.3) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.3) lib/rails/engine.rb:524:in `call' railties (5.2.3) lib/rails/railtie.rb:190:in `public_send' railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.7) lib/rack/etag.rb:25:in `call' rack (2.0.7) lib/rack/conditional_get.rb:25:in `call' rack (2.0.7) lib/rack/head.rb:12:in `call' actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.3) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.7) lib/rack/method_override.rb:22:in `call' rack (2.0.7) lib/rack/runtime.rb:22:in `call' activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.7) lib/rack/sendfile.rb:111:in `call' railties (5.2.3) lib/rails/engine.rb:524:in `call' rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call' rack (2.0.7) lib/rack/urlmap.rb:53:in `each' rack (2.0.7) lib/rack/urlmap.rb:53:in `call' capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call' rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run' /Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:25:22 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:54592/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:25:22 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.7ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:25:23 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:25:24 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:54592/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:25:24 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.7ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction 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"]]  (0.8ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:25:55 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:54729/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:25:55 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 18ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54729"} Completed 500 Internal Server Error in 62ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction 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"]]  (0.9ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:27:01 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:54759/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 5ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:27:01 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 29ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54759"} Completed 500 Internal Server Error in 49ms (ActiveRecord: 0.0ms)  (0.8ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction 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"]]  (0.9ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:27:56 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:54785/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 5ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:27:56 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 17ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54785"} Rendering text template Rendered text template (0.0ms) Completed 500 Internal Server Error in 64ms (Views: 8.3ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction 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"]]  (1.2ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:29:14 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:54814/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:29:14 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 15ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54814"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 54ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction 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"]]  (0.7ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:29:26 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:54844/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:29:26 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 22ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54844/hello_world"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://10.2.2.127:54844/hello_world Completed 302 Found in 99ms (ActiveRecord: 0.2ms) Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:29:26 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:29:27 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:54844/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:29:27 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54844"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 35ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:29:28 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:54844/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:29:28 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54844"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.1ms) Completed 200 OK in 36ms (Views: 1.0ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:29:29 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:29:29 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:54844/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:29:29 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 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"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:29:30 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:54844/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:29:30 -0400 Processing by NulogySSO::AuthController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (1.1ms) rollback transaction  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.1ms) DROP TABLE IF EXISTS "users"  (0.1ms) SELECT sqlite_version(*)  (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)  (2.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction 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"]]  (3.3ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:37:43 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:55020/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:37:43 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 5ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.5ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:37:45 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:55020/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 25ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:37:45 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:37:46 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 14ms (Views: 7.6ms | ActiveRecord: 0.3ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:37:46 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:55020/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:37:46 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:55020"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 49ms (Views: 1.1ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 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"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:37:48 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:55020/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:37:48 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:55020"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 40ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:37:48 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:55020/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:37:48 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) 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 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:55020/hello_world"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://10.2.2.127:55020/hello_world Completed 302 Found in 34ms (ActiveRecord: 0.1ms) Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:37:48 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (0.0ms) Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (1.5ms) SELECT sqlite_version(*)  (0.4ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (1.8ms) SELECT sqlite_version(*)  (1.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.9ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]  (1.4ms) SELECT sqlite_version(*)  (0.1ms) SELECT sqlite_version(*)  (0.2ms) DROP TABLE IF EXISTS "users"  (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)  (6.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (9.0ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)  (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) ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.3ms) begin transaction 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"]]  (3.6ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "schema_sha1"], ["LIMIT", 1]]  (0.3ms) begin transaction 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"]]  (2.8ms) commit transaction  (0.3ms) SELECT sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.5ms) begin transaction  (0.5ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:05:31 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:55541/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 568) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 15:05:31 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 4ms (ActiveRecord: 0.0ms | Allocations: 219) 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 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:55541/hello_world"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://10.2.2.127:55541/hello_world Completed 302 Found in 61ms (ActiveRecord: 0.2ms | Allocations: 5662) Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:05:32 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 3) Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.1ms | Allocations: 1593)  (0.3ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:05:32 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:55541/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 171) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 15:05:32 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 159) 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 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:55541"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 1) Completed 200 OK in 43ms (Views: 0.8ms | ActiveRecord: 0.2ms | Allocations: 2653)  (0.1ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:05:33 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:55541/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 171) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 15:05:33 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 159) 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 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:55541"} Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 1) Completed 200 OK in 34ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 2185)  (0.6ms) rollback transaction  (0.2ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 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"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:05:34 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:55541/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 353) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 15:05:34 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 340)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:05:35 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 1) Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.1ms | Allocations: 502)  (0.5ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:05:35 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:55541/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 171) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 15:05:35 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 159)  (0.5ms) rollback transaction  (1.9ms) SELECT sqlite_version(*)  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 User Create (3.9ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 19:46:49.849021"], ["updated_at", "2019-09-23 19:46:49.849021"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:47:00 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:56308/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 576) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 15:47:00 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 6ms (ActiveRecord: 0.0ms | Allocations: 220)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 19:47:02.368593"], ["updated_at", "2019-09-23 19:47:02.368593"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:47:02 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:56308/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 92ms (ActiveRecord: 0.0ms | Allocations: 2020) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 15:47:02 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 340)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 19:47:03.646699"], ["updated_at", "2019-09-23 19:47:03.646699"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:47:04 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 3) Completed 200 OK in 9ms (Views: 5.5ms | ActiveRecord: 0.2ms | Allocations: 1814)  (0.6ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:47:05 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:56308/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 171) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 15:47:05 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 159) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A56308" for 10.2.2.127 at 2019-09-23 15:47:05 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:56308"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.1ms | Allocations: 1) Completed 200 OK in 86ms (Views: 1.7ms | ActiveRecord: 0.5ms | Allocations: 3832)  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 19:47:06.000109"], ["updated_at", "2019-09-23 19:47:06.000109"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:47:06 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:56308/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 171) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 15:47:06 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 159) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A56308%2Fhello_world" for 10.2.2.127 at 2019-09-23 15:47:06 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:56308/hello_world"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://10.2.2.127:56308/hello_world Completed 302 Found in 57ms (ActiveRecord: 0.3ms | Allocations: 2481) Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:47:06 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.1ms | Allocations: 1) Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.3ms | Allocations: 502)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 19:47:07.665881"], ["updated_at", "2019-09-23 19:47:07.665881"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:47:07 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:56308/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 171) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 15:47:07 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 159) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A56308" for 10.2.2.127 at 2019-09-23 15:47:07 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:56308"} Rendering text template Rendered text template (Duration: 0.1ms | Allocations: 1) Completed 200 OK in 62ms (Views: 0.9ms | ActiveRecord: 0.0ms | Allocations: 2185)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (1.9ms) SELECT sqlite_version(*)  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.6ms) rollback transaction  (1.4ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 19:47:47.229667"], ["updated_at", "2019-09-23 19:47:47.229667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:47:48 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:56392/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 568) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 15:47:48 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 5ms (ActiveRecord: 0.0ms | Allocations: 219) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A56392" for 10.2.2.127 at 2019-09-23 15:47:49 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:56392"} Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 3) Completed 200 OK in 99ms (Views: 5.6ms | ActiveRecord: 0.0ms | Allocations: 4454)  (0.5ms) rollback transaction  (0.2ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:47:50 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:56392/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 171) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 15:47:50 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 159) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A56392" for 10.2.2.127 at 2019-09-23 15:47:50 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:56392"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.1ms | Allocations: 1) Completed 200 OK in 78ms (Views: 0.9ms | ActiveRecord: 0.5ms | Allocations: 4370)  (0.1ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 19:47:51.067553"], ["updated_at", "2019-09-23 19:47:51.067553"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:47:51 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:56392/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 171) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 15:47:51 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 159) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A56392%2Fhello_world" for 10.2.2.127 at 2019-09-23 15:47:51 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:56392/hello_world"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://10.2.2.127:56392/hello_world Completed 302 Found in 49ms (ActiveRecord: 0.2ms | Allocations: 2492) Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:47:51 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 1) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms | Allocations: 649)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Create (0.9ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 19:47:51.967119"], ["updated_at", "2019-09-23 19:47:51.967119"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:47:52 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.1ms | Allocations: 1) Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 0.3ms | Allocations: 502)  (0.4ms) rollback transaction  (0.2ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 User Create (0.8ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 19:47:54.143490"], ["updated_at", "2019-09-23 19:47:54.143490"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:47:54 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:56392/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 171) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 15:47:54 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 159)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 19:47:55.948316"], ["updated_at", "2019-09-23 19:47:55.948316"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:47:56 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:56392/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 353) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 15:47:56 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 340)  (0.5ms) rollback transaction  (3.7ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.3ms) rollback transaction  (1.3ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (1.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.0ms) begin transaction  (0.1ms) rollback transaction  (1.1ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Create (5.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 21:32:48.462227"], ["updated_at", "2019-09-23 21:32:48.462227"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 17:32:50 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:58757/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 73ms (ActiveRecord: 0.0ms | Allocations: 572) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 17:32:50 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 37ms (ActiveRecord: 0.0ms | Allocations: 2851) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A58757%2Fhello_world" for 10.2.2.127 at 2019-09-23 17:32:51 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:58757/hello_world"} User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://10.2.2.127:58757/hello_world Completed 302 Found in 176ms (ActiveRecord: 1.1ms | Allocations: 5679) Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 17:32:51 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 3) Completed 200 OK in 55ms (Views: 53.0ms | ActiveRecord: 0.2ms | Allocations: 1593)  (0.3ms) rollback transaction  (1.9ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 17:33:03 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:58783/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms | Allocations: 572) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 17:33:03 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 16ms (ActiveRecord: 0.0ms | Allocations: 2852) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A58783" for 10.2.2.127 at 2019-09-23 17:33:03 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:58783"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 3) Completed 200 OK in 77ms (Views: 3.2ms | ActiveRecord: 0.5ms | Allocations: 8030)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 21:33:04.576992"], ["updated_at", "2019-09-23 21:33:04.576992"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 17:33:04 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:58783/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 171) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 17:33:04 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 159) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A58783" for 10.2.2.127 at 2019-09-23 17:33:04 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:58783"} Rendering text template Rendered text template (Duration: 0.1ms | Allocations: 1) Completed 200 OK in 46ms (Views: 1.1ms | ActiveRecord: 0.0ms | Allocations: 2185)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 21:33:05.265510"], ["updated_at", "2019-09-23 21:33:05.265510"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 17:33:05 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:58783/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 171) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 17:33:05 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 159) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A58783%2Fhello_world" for 10.2.2.127 at 2019-09-23 17:33:05 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:58783/hello_world"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://10.2.2.127:58783/hello_world Completed 302 Found in 31ms (ActiveRecord: 0.2ms | Allocations: 2493) Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 17:33:05 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 1) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms | Allocations: 649)  (0.6ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Create (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 21:33:05.793804"], ["updated_at", "2019-09-23 21:33:05.793804"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 17:33:06 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:58783/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 171) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 17:33:06 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 159)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.7ms) SAVEPOINT active_record_1 User Create (0.8ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 21:33:06.733041"], ["updated_at", "2019-09-23 21:33:06.733041"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 17:33:07 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 1) Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.1ms | Allocations: 502)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 21:33:07.612979"], ["updated_at", "2019-09-23 21:33:07.612979"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 17:33:07 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:58783/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 353) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 17:33:07 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 340)  (0.6ms) rollback transaction  (1.9ms) SELECT sqlite_version(*)  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (1.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 21:41:28.975110"], ["updated_at", "2019-09-23 21:41:28.975110"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 17:41:31 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:58999/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 46ms (ActiveRecord: 0.0ms | Allocations: 5067) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 17:41:31 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 6ms (ActiveRecord: 0.0ms | Allocations: 405)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 21:41:32.901113"], ["updated_at", "2019-09-23 21:41:32.901113"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 17:41:33 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:58999/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 171) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 17:41:33 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 159)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.6ms) SAVEPOINT active_record_1 User Create (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 21:41:34.099557"], ["updated_at", "2019-09-23 21:41:34.099557"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 17:41:34 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 3) Completed 200 OK in 8ms (Views: 5.9ms | ActiveRecord: 0.2ms | Allocations: 1814)  (0.5ms) rollback transaction  (0.7ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.8ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 21:41:35.125500"], ["updated_at", "2019-09-23 21:41:35.125500"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 17:41:35 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:58999/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 171) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 17:41:35 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 159) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A58999" for 10.2.2.127 at 2019-09-23 17:41:35 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:58999"} Rendering text template Rendered text template (Duration: 0.1ms | Allocations: 1) Completed 200 OK in 35ms (Views: 1.3ms | ActiveRecord: 0.0ms | Allocations: 3509)  (0.5ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 17:41:35 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:58999/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 171) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 17:41:35 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 159) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A58999" for 10.2.2.127 at 2019-09-23 17:41:35 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:58999"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 1) Completed 200 OK in 47ms (Views: 0.7ms | ActiveRecord: 0.3ms | Allocations: 2508)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 User Create (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 21:41:36.939883"], ["updated_at", "2019-09-23 21:41:36.939883"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 17:41:37 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:58999/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 171) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 17:41:37 -0400 Processing by NulogySSO::AuthenticationController#login as HTML 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 Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 159) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A58999%2Fhello_world" for 10.2.2.127 at 2019-09-23 17:41:37 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:58999/hello_world"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://10.2.2.127:58999/hello_world Completed 302 Found in 86ms (ActiveRecord: 0.3ms | Allocations: 2481) Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 17:41:37 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 1) Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.1ms | Allocations: 502)  (0.5ms) rollback transaction  (40.8ms) SELECT sqlite_version(*)  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (1.0ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 22:24:50.562330"], ["updated_at", "2019-09-23 22:24:50.562330"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.43.57 at 2019-09-23 18:24:53 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.43.57:49699/hello_world ### Redirected to http://192.168.43.57:49699/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 34ms (ActiveRecord: 0.0ms | Allocations: 702) Started GET "/nulogy_sso/login" for 192.168.43.57 at 2019-09-23 18:24:53 -0400 Processing by NulogySSO::AuthenticationController#login as HTML Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%3A%2F%2F192.168.43.57%3A49699%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 15ms (ActiveRecord: 0.0ms | Allocations: 2953) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.43.57%3A49699%2Fhello_world" for 192.168.43.57 at 2019-09-23 18:24:53 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.43.57:49699/hello_world"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://192.168.43.57:49699/hello_world Completed 302 Found in 181ms (ActiveRecord: 0.3ms | Allocations: 5714) Started GET "/hello_world" for 192.168.43.57 at 2019-09-23 18:24:53 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.43.57:49699/hello_world ### User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 3) Completed 200 OK in 21ms (Views: 17.3ms | ActiveRecord: 0.3ms | Allocations: 1811)  (0.3ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 192.168.43.57 at 2019-09-23 18:24:55 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.43.57:49699/hello_world ### Redirected to http://192.168.43.57:49699/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 264) Started GET "/nulogy_sso/login" for 192.168.43.57 at 2019-09-23 18:24:55 -0400 Processing by NulogySSO::AuthenticationController#login as HTML Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%3A%2F%2F192.168.43.57%3A49699%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 280) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.43.57%3A49699" for 192.168.43.57 at 2019-09-23 18:24:55 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.43.57:49699"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.1ms | Allocations: 1) Completed 200 OK in 71ms (Views: 1.5ms | ActiveRecord: 0.4ms | Allocations: 2653)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 22:24:56.229663"], ["updated_at", "2019-09-23 22:24:56.229663"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.43.57 at 2019-09-23 18:24:56 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.43.57:49699/hello_world ### Redirected to http://192.168.43.57:49699/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 264) Started GET "/nulogy_sso/login" for 192.168.43.57 at 2019-09-23 18:24:56 -0400 Processing by NulogySSO::AuthenticationController#login as HTML Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%3A%2F%2F192.168.43.57%3A49699%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 286) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.43.57%3A49699" for 192.168.43.57 at 2019-09-23 18:24:56 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.43.57:49699"} Rendering text template Rendered text template (Duration: 0.1ms | Allocations: 1) Completed 200 OK in 79ms (Views: 1.0ms | ActiveRecord: 0.0ms | Allocations: 2185)  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.5ms) SAVEPOINT active_record_1 User Create (1.8ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 22:24:57.129996"], ["updated_at", "2019-09-23 22:24:57.129996"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.43.57 at 2019-09-23 18:24:57 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.43.57:49699/hello_world ### Redirected to http://192.168.43.57:49699/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 264) Started GET "/nulogy_sso/login" for 192.168.43.57 at 2019-09-23 18:24:57 -0400 Processing by NulogySSO::AuthenticationController#login as HTML Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%3A%2F%2F192.168.43.57%3A49699%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 281)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.8ms) SAVEPOINT active_record_1 User Create (1.0ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 22:24:58.806845"], ["updated_at", "2019-09-23 22:24:58.806845"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.43.57 at 2019-09-23 18:24:59 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.43.57:49699/hello_world ### Redirected to http://192.168.43.57:49699/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 5ms (ActiveRecord: 0.0ms | Allocations: 446) Started GET "/nulogy_sso/login" for 192.168.43.57 at 2019-09-23 18:24:59 -0400 Processing by NulogySSO::AuthenticationController#login as HTML Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%3A%2F%2F192.168.43.57%3A49699%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 459)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-23 22:25:00.849162"], ["updated_at", "2019-09-23 22:25:00.849162"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.43.57 at 2019-09-23 18:25:01 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.43.57:49699/hello_world ### User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 1) Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 0.5ms | Allocations: 612)  (0.6ms) rollback transaction  (2.1ms) SELECT sqlite_version(*)  (0.7ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (1.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-24 02:23:00.338368"], ["updated_at", "2019-09-24 02:23:00.338368"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.0.12 at 2019-09-23 22:23:02 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.0.12:50597/hello_world ### ### Access token was blank, redirecting to path '/nulogy_sso/login' Redirected to http://192.168.0.12:50597/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 7ms (ActiveRecord: 0.0ms | Allocations: 774) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-09-23 22:23:02 -0400 Processing by NulogySSO::AuthenticationController#login as HTML Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%3A%2F%2F192.168.0.12%3A50597%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 13ms (ActiveRecord: 0.0ms | Allocations: 2951) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.12%3A50597" for 192.168.0.12 at 2019-09-23 22:23:03 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.12:50597"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://192.168.0.12:50597 Completed 302 Found in 142ms (ActiveRecord: 0.4ms | Allocations: 5714) Started GET "/" for 192.168.0.12 at 2019-09-23 22:23:03 -0400  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-24 02:23:04.678367"], ["updated_at", "2019-09-24 02:23:04.678367"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.0.12 at 2019-09-23 22:23:04 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.0.12:50597/hello_world ### ### Access token was blank, redirecting to path '/nulogy_sso/login' Redirected to http://192.168.0.12:50597/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 336) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-09-23 22:23:04 -0400 Processing by NulogySSO::AuthenticationController#login as HTML Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%3A%2F%2F192.168.0.12%3A50597%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 283) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.12%3A50597" for 192.168.0.12 at 2019-09-23 22:23:04 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.12:50597"} Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 3) Completed 200 OK in 72ms (Views: 7.9ms | ActiveRecord: 0.0ms | Allocations: 3276)  (0.4ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 192.168.0.12 at 2019-09-23 22:23:05 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.0.12:50597/hello_world ### ### Access token was blank, redirecting to path '/nulogy_sso/login' Redirected to http://192.168.0.12:50597/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 336) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-09-23 22:23:05 -0400 Processing by NulogySSO::AuthenticationController#login as HTML Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%3A%2F%2F192.168.0.12%3A50597%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 280) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.12%3A50597" for 192.168.0.12 at 2019-09-23 22:23:05 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.12:50597"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 1) Completed 200 OK in 49ms (Views: 0.5ms | ActiveRecord: 0.2ms | Allocations: 2519)  (0.1ms) rollback transaction  (0.5ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (1.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-24 02:23:06.627503"], ["updated_at", "2019-09-24 02:23:06.627503"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.0.12 at 2019-09-23 22:23:07 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.0.12:50597/hello_world ### Redirected to http://192.168.0.12:50597/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 446) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-09-23 22:23:07 -0400 Processing by NulogySSO::AuthenticationController#login as HTML Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%3A%2F%2F192.168.0.12%3A50597%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 453)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.7ms) SAVEPOINT active_record_1 User Create (0.9ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-24 02:23:07.950598"], ["updated_at", "2019-09-24 02:23:07.950598"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.0.12 at 2019-09-23 22:23:08 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.0.12:50597/hello_world ### ### Access token was blank, redirecting to path '/nulogy_sso/login' Redirected to http://192.168.0.12:50597/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 336) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-09-23 22:23:08 -0400 Processing by NulogySSO::AuthenticationController#login as HTML Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%3A%2F%2F192.168.0.12%3A50597%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 279)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 User Create (0.9ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-24 02:23:09.152478"], ["updated_at", "2019-09-24 02:23:09.152478"]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.0.12 at 2019-09-23 22:23:09 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.0.12:50597/hello_world ### User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 1) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms | Allocations: 759)  (0.7ms) rollback transaction  (1.4ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Create (1.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-24 02:23:34.722420"], ["updated_at", "2019-09-24 02:23:34.722420"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.0.12 at 2019-09-23 22:23:37 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.0.12:50698/hello_world ### ### Access token was blank, redirecting to path '/nulogy_sso/login' Redirected to http://192.168.0.12:50698/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 12ms (ActiveRecord: 0.0ms | Allocations: 775) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-09-23 22:23:37 -0400 Processing by NulogySSO::AuthenticationController#login as HTML Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%3A%2F%2F192.168.0.12%3A50698%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 16ms (ActiveRecord: 0.0ms | Allocations: 2953)  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 User Create (1.0ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-24 02:23:39.519636"], ["updated_at", "2019-09-24 02:23:39.519636"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.0.12 at 2019-09-23 22:23:40 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.0.12:50698/hello_world ### User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.1ms | Allocations: 3) Completed 200 OK in 82ms (Views: 15.4ms | ActiveRecord: 0.4ms | Allocations: 3591)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 User Create (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-24 02:23:40.951284"], ["updated_at", "2019-09-24 02:23:40.951284"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.0.12 at 2019-09-23 22:23:41 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.0.12:50698/hello_world ### Redirected to http://192.168.0.12:50698/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 446) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-09-23 22:23:41 -0400 Processing by NulogySSO::AuthenticationController#login as HTML Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%3A%2F%2F192.168.0.12%3A50698%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 456)  (0.5ms) rollback transaction  (1.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-24 02:23:42.649460"], ["updated_at", "2019-09-24 02:23:42.649460"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.0.12 at 2019-09-23 22:23:42 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.0.12:50698/hello_world ### ### Access token was blank, redirecting to path '/nulogy_sso/login' Redirected to http://192.168.0.12:50698/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 336) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-09-23 22:23:42 -0400 Processing by NulogySSO::AuthenticationController#login as HTML Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%3A%2F%2F192.168.0.12%3A50698%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 280) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.12%3A50698%2Fhello_world" for 192.168.0.12 at 2019-09-23 22:23:42 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.12:50698/hello_world"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://192.168.0.12:50698/hello_world Completed 302 Found in 57ms (ActiveRecord: 0.2ms | Allocations: 3693) Started GET "/hello_world" for 192.168.0.12 at 2019-09-23 22:23:42 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.0.12:50698/hello_world ### User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 1) Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.1ms | Allocations: 718)  (0.5ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 192.168.0.12 at 2019-09-23 22:23:43 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.0.12:50698/hello_world ### ### Access token was blank, redirecting to path '/nulogy_sso/login' Redirected to http://192.168.0.12:50698/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 336) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-09-23 22:23:43 -0400 Processing by NulogySSO::AuthenticationController#login as HTML Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%3A%2F%2F192.168.0.12%3A50698%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 286) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.12%3A50698%2Fhello_world" for 192.168.0.12 at 2019-09-23 22:23:43 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.12:50698/hello_world"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.1ms | Allocations: 1) Completed 200 OK in 78ms (Views: 4.9ms | ActiveRecord: 0.3ms | Allocations: 2653)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Create (0.8ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-24 02:23:44.705454"], ["updated_at", "2019-09-24 02:23:44.705454"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.0.12 at 2019-09-23 22:23:44 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.0.12:50698/hello_world ### ### Access token was blank, redirecting to path '/nulogy_sso/login' Redirected to http://192.168.0.12:50698/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 336) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-09-23 22:23:44 -0400 Processing by NulogySSO::AuthenticationController#login as HTML Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%3A%2F%2F192.168.0.12%3A50698%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 280) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.12%3A50698%2Fhello_world" for 192.168.0.12 at 2019-09-23 22:23:44 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.12:50698/hello_world"} Rendering text template Rendered text template (Duration: 0.1ms | Allocations: 1) Completed 200 OK in 37ms (Views: 0.9ms | ActiveRecord: 0.0ms | Allocations: 2185)  (0.5ms) rollback transaction  (1.3ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Started GET "/hello_world" for 192.168.0.12 at 2019-09-23 22:24:15 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.0.12:50791/hello_world ### ### Access token was blank, redirecting to path '/nulogy_sso/login' Redirected to http://192.168.0.12:50791/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 13ms (ActiveRecord: 0.0ms | Allocations: 774) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-09-23 22:24:15 -0400 Processing by NulogySSO::AuthenticationController#login as HTML Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%3A%2F%2F192.168.0.12%3A50791%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 10ms (ActiveRecord: 0.0ms | Allocations: 2955) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.12%3A50791%2Fhello_world" for 192.168.0.12 at 2019-09-23 22:24:15 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.12:50791/hello_world"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.1ms | Allocations: 3) Completed 200 OK in 70ms (Views: 7.7ms | ActiveRecord: 0.9ms | Allocations: 8030)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.9ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-24 02:24:17.074355"], ["updated_at", "2019-09-24 02:24:17.074355"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.0.12 at 2019-09-23 22:24:17 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.0.12:50791/hello_world ### ### Access token was blank, redirecting to path '/nulogy_sso/login' Redirected to http://192.168.0.12:50791/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 336) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-09-23 22:24:17 -0400 Processing by NulogySSO::AuthenticationController#login as HTML Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%3A%2F%2F192.168.0.12%3A50791%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 279) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.12%3A50791%2Fhello_world" for 192.168.0.12 at 2019-09-23 22:24:17 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.12:50791/hello_world"} Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 1) Completed 200 OK in 32ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 2185)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-24 02:24:17.964924"], ["updated_at", "2019-09-24 02:24:17.964924"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.0.12 at 2019-09-23 22:24:18 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.0.12:50791/hello_world ### ### Access token was blank, redirecting to path '/nulogy_sso/login' Redirected to http://192.168.0.12:50791/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 336) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-09-23 22:24:18 -0400 Processing by NulogySSO::AuthenticationController#login as HTML Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%3A%2F%2F192.168.0.12%3A50791%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 284) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.12%3A50791%2Fhello_world" for 192.168.0.12 at 2019-09-23 22:24:18 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.12:50791/hello_world"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://192.168.0.12:50791/hello_world Completed 302 Found in 41ms (ActiveRecord: 0.3ms | Allocations: 2530) Started GET "/hello_world" for 192.168.0.12 at 2019-09-23 22:24:18 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.0.12:50791/hello_world ### User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.1ms | Allocations: 1) Completed 200 OK in 13ms (Views: 7.4ms | ActiveRecord: 0.4ms | Allocations: 869)  (1.3ms) rollback transaction  (0.8ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 User Create (2.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-24 02:24:18.677735"], ["updated_at", "2019-09-24 02:24:18.677735"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.0.12 at 2019-09-23 22:24:19 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.0.12:50791/hello_world ### Redirected to http://192.168.0.12:50791/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 5ms (ActiveRecord: 0.0ms | Allocations: 446) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-09-23 22:24:19 -0400 Processing by NulogySSO::AuthenticationController#login as HTML Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%3A%2F%2F192.168.0.12%3A50791%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 454)  (0.4ms) rollback transaction  (0.3ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 User Create (3.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-24 02:24:19.917259"], ["updated_at", "2019-09-24 02:24:19.917259"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.0.12 at 2019-09-23 22:24:20 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.0.12:50791/hello_world ### User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.1ms | Allocations: 1) Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms | Allocations: 612)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.5ms) SAVEPOINT active_record_1 User Create (0.9ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-24 02:24:21.021320"], ["updated_at", "2019-09-24 02:24:21.021320"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.0.12 at 2019-09-23 22:24:21 -0400 Processing by ApplicationController#hello_world as HTML ### Setting session[:previous_request_url] to http://192.168.0.12:50791/hello_world ### ### Access token was blank, redirecting to path '/nulogy_sso/login' Redirected to http://192.168.0.12:50791/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 336) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-09-23 22:24:21 -0400 Processing by NulogySSO::AuthenticationController#login as HTML Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%3A%2F%2F192.168.0.12%3A50791%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 286)  (0.5ms) rollback transaction  (3.5ms) SELECT sqlite_version(*)  (0.8ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Create (1.8ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-24 19:18:01.245419"], ["updated_at", "2019-09-24 19:18:01.245419"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.0.12 at 2019-09-24 15:18:03 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://192.168.0.12:53797/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 33ms (ActiveRecord: 0.0ms | Allocations: 688) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-09-24 15:18:03 -0400 Processing by NulogySSO::AuthenticationController#login as HTML Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%3A%2F%2F192.168.0.12%3A53797%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 322) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.12%3A53797%2Fhello_world" for 192.168.0.12 at 2019-09-24 15:18:04 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.12:53797/hello_world"} Rendering text template Rendered text template (Duration: 0.1ms | Allocations: 3) Completed 200 OK in 86ms (Views: 23.1ms | ActiveRecord: 0.0ms | Allocations: 4454)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Create (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-24 19:18:05.721717"], ["updated_at", "2019-09-24 19:18:05.721717"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.0.12 at 2019-09-24 15:18:05 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://192.168.0.12:53797/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 249) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-09-24 15:18:05 -0400 Processing by NulogySSO::AuthenticationController#login as HTML Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%3A%2F%2F192.168.0.12%3A53797%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 282) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.12%3A53797%2Fhello_world" for 192.168.0.12 at 2019-09-24 15:18:05 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.12:53797/hello_world"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Redirected to http://192.168.0.12:53797/hello_world Completed 302 Found in 81ms (ActiveRecord: 0.2ms | Allocations: 4402) Started GET "/hello_world" for 192.168.0.12 at 2019-09-24 15:18:05 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 1) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms | Allocations: 851)  (0.6ms) rollback transaction  (0.3ms) begin transaction Started GET "/hello_world" for 192.168.0.12 at 2019-09-24 15:18:06 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://192.168.0.12:53797/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 249) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-09-24 15:18:06 -0400 Processing by NulogySSO::AuthenticationController#login as HTML Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%3A%2F%2F192.168.0.12%3A53797%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 278) Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.12%3A53797%2Fhello_world" for 192.168.0.12 at 2019-09-24 15:18:06 -0400 Processing by NulogySSO::AuthenticationController#code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.12:53797/hello_world"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.1ms | Allocations: 1) Completed 200 OK in 37ms (Views: 1.0ms | ActiveRecord: 0.4ms | Allocations: 2518)  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 User Create (0.8ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-24 19:18:07.274871"], ["updated_at", "2019-09-24 19:18:07.274871"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.0.12 at 2019-09-24 15:18:07 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://192.168.0.12:53797/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 431) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-09-24 15:18:07 -0400 Processing by NulogySSO::AuthenticationController#login as HTML Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%3A%2F%2F192.168.0.12%3A53797%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 454)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-24 19:18:08.493118"], ["updated_at", "2019-09-24 19:18:08.493118"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.0.12 at 2019-09-24 15:18:08 -0400 Processing by ApplicationController#hello_world as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Rendering text template Rendered text template (Duration: 0.1ms | Allocations: 1) Completed 200 OK in 5ms (Views: 1.2ms | ActiveRecord: 0.3ms | Allocations: 597)  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Create (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-09-24 19:18:09.568886"], ["updated_at", "2019-09-24 19:18:09.568886"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.0.12 at 2019-09-24 15:18:09 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://192.168.0.12:53797/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 249) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-09-24 15:18:09 -0400 Processing by NulogySSO::AuthenticationController#login as HTML Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%3A%2F%2F192.168.0.12%3A53797%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 282)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.4ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.4ms) begin transaction  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction