(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  (3.6ms) 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) SAVEPOINT active_record_1 User Create (1.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-10-07 15:37:10.976866"], ["updated_at", "2019-10-07 15:37:10.976866"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 192.168.0.12 at 2019-10-07 11:37:14 -0400 Processing by ApiController#api_endpoint as HTML Redirected to http://192.168.0.12:53078/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 100ms (ActiveRecord: 0.0ms | Allocations: 5326) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-10-07 11:37:14 -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%3A53078%2Fapi_endpoint&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 516)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-10-07 15:37:16.002418"], ["updated_at", "2019-10-07 15:37:16.002418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 192.168.0.12 at 2019-10-07 11:37:16 -0400 Processing by ApiController#api_endpoint as HTML User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 1.0ms | Allocations: 823)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-10-07 15:37:16.688548"], ["updated_at", "2019-10-07 15:37:16.688548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 192.168.0.12 at 2019-10-07 11:37:16 -0400 Processing by ApiController#api_endpoint as HTML Redirected to http://192.168.0.12:53078/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 314) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-10-07 11:37:16 -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%3A53078%2Fapi_endpoint&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 285)  (0.7ms) 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-10-07 15:37:17.587853"], ["updated_at", "2019-10-07 15:37:17.587853"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.0.12 at 2019-10-07 11:37:17 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://192.168.0.12:53078/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 369) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-10-07 11:37: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%3A53078%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 278) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.12%3A53078%2Fhello_world" for 192.168.0.12 at 2019-10-07 11:37:17 -0400 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.12:53078/hello_world"} Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 3) Completed 200 OK in 99ms (Views: 16.0ms | ActiveRecord: 0.0ms | Allocations: 4452)  (0.5ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 192.168.0.12 at 2019-10-07 11:37:18 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://192.168.0.12:53078/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 321) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-10-07 11:37: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%3A53078%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 285) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.12%3A53078%2Fhello_world" for 192.168.0.12 at 2019-10-07 11:37:18 -0400 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.12:53078/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: 1) Completed 200 OK in 27ms (Views: 0.6ms | ActiveRecord: 0.3ms | Allocations: 2508)  (0.1ms) rollback transaction  (0.0ms) 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-10-07 15:37:18.987298"], ["updated_at", "2019-10-07 15:37:18.987298"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.0.12 at 2019-10-07 11:37:19 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://192.168.0.12:53078/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 321) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-10-07 11:37: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%3A53078%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 282) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.0.12%3A53078%2Fhello_world" for 192.168.0.12 at 2019-10-07 11:37:19 -0400 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.0.12:53078/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:53078/hello_world Completed 302 Found in 26ms (ActiveRecord: 0.3ms | Allocations: 2651) Started GET "/hello_world" for 192.168.0.12 at 2019-10-07 11:37: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 (Duration: 0.0ms | Allocations: 1) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms | Allocations: 853)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.8ms) SAVEPOINT active_record_1 User Create (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-10-07 15:37:19.430543"], ["updated_at", "2019-10-07 15:37:19.430543"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.0.12 at 2019-10-07 11:37:19 -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.1ms | Allocations: 1) Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.2ms | Allocations: 598)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2019-10-07 15:37:20.007786"], ["updated_at", "2019-10-07 15:37:20.007786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.0.12 at 2019-10-07 11:37:20 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://192.168.0.12:53078/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 503) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-10-07 11:37:20 -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%3A53078%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 456)  (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-10-07 15:37:20.652538"], ["updated_at", "2019-10-07 15:37:20.652538"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.0.12 at 2019-10-07 11:37:20 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://192.168.0.12:53078/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 321) Started GET "/nulogy_sso/login" for 192.168.0.12 at 2019-10-07 11:37:20 -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%3A53078%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 279)  (0.7ms) rollback transaction  (1.7ms) 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.2ms) SAVEPOINT active_record_1 User Create (1.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-14 22:35:17.629488"], ["updated_at", "2020-01-14 22:35:17.629488"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:35:22 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:60629/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 11ms (ActiveRecord: 0.0ms | Allocations: 847) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:35:22 -0500 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%2F10.2.2.127%3A60629%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 18ms (ActiveRecord: 0.0ms | Allocations: 2978) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A60629%2Fhello_world" for 10.2.2.127 at 2020-01-14 17:35:22 -0500 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:60629/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:60629/hello_world Completed 302 Found in 161ms (ActiveRecord: 0.4ms | Allocations: 5850) Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:35:22 -0500 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: 1794)  (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", "2020-01-14 22:35:23.932153"], ["updated_at", "2020-01-14 22:35:23.932153"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:35:23 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:60629/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 321) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:35:23 -0500 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%2F10.2.2.127%3A60629%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 281) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A60629%2Fhello_world" for 10.2.2.127 at 2020-01-14 17:35:24 -0500 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:60629/hello_world"} Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 1) Completed 200 OK in 75ms (Views: 1.0ms | ActiveRecord: 0.0ms | Allocations: 2330)  (0.5ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:35:24 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:60629/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 321) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:35:24 -0500 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%2F10.2.2.127%3A60629%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 284) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A60629%2Fhello_world" for 10.2.2.127 at 2020-01-14 17:35:24 -0500 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:60629/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.0ms | Allocations: 1) Completed 200 OK in 33ms (Views: 0.8ms | ActiveRecord: 0.4ms | Allocations: 2507)  (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", "2020-01-14 22:35:25.548083"], ["updated_at", "2020-01-14 22:35:25.548083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-14 17:35:25 -0500 Processing by ApiController#api_endpoint as HTML Redirected to http://10.2.2.127:60629/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 354) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:35:25 -0500 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%2F10.2.2.127%3A60629%2Fapi_endpoint&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 286)  (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", "2020-01-14 22:35:26.630139"], ["updated_at", "2020-01-14 22:35:26.630139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-14 17:35:27 -0500 Processing by ApiController#api_endpoint as HTML Redirected to http://10.2.2.127:60629/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 496) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:35:27 -0500 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%2F10.2.2.127%3A60629%2Fapi_endpoint&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 450)  (0.7ms) 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", "2020-01-14 22:35:27.685442"], ["updated_at", "2020-01-14 22:35:27.685442"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-14 17:35:28 -0500 Processing by ApiController#api_endpoint as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.3ms | Allocations: 601)  (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", "2020-01-14 22:35:28.977221"], ["updated_at", "2020-01-14 22:35:28.977221"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:35:29 -0500 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.1ms | Allocations: 1) Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms | Allocations: 598)  (1.0ms) 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", "2020-01-14 22:35:29.787105"], ["updated_at", "2020-01-14 22:35:29.787105"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:35:30 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:60629/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 503) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:35:30 -0500 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%2F10.2.2.127%3A60629%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 455)  (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", "2020-01-14 22:35:30.883729"], ["updated_at", "2020-01-14 22:35:30.883729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:35:31 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:60629/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 321) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:35:31 -0500 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%2F10.2.2.127%3A60629%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 281)  (0.7ms) rollback transaction  (2.1ms) 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.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (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) SAVEPOINT active_record_1 User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-14 22:41:28.340352"], ["updated_at", "2020-01-14 22:41:28.340352"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:41:30 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:60826/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 57ms (ActiveRecord: 0.0ms | Allocations: 5360) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:41:30 -0500 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%2F10.2.2.127%3A60826%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 498)  (0.8ms) 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", "2020-01-14 22:41:31.908240"], ["updated_at", "2020-01-14 22:41:31.908240"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:41:32 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:60826/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 321) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:41:32 -0500 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%2F10.2.2.127%3A60826%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 280)  (0.5ms) 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", "2020-01-14 22:41:32.938193"], ["updated_at", "2020-01-14 22:41:32.938193"]]  (0.7ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world/normalParam=value&specialParam=LOUD%20NOISES%21" for 10.2.2.127 at 2020-01-14 17:41:33 -0500  (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", "2020-01-14 22:41:33.918634"], ["updated_at", "2020-01-14 22:41:33.918634"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:41:34 -0500 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 (Duration: 0.1ms | Allocations: 3) Completed 200 OK in 15ms (Views: 10.7ms | ActiveRecord: 0.4ms | Allocations: 1914)  (0.6ms) 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) SAVEPOINT active_record_1 User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-14 22:42:21.462905"], ["updated_at", "2020-01-14 22:42:21.462905"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world?normalParam=value&specialParam=LOUD%20NOISES%21" for 10.2.2.127 at 2020-01-14 17:42:23 -0500 Processing by ApplicationController#hello_world as HTML Parameters: {"normalParam"=>"value", "specialParam"=>"LOUD NOISES!"} 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 42ms (Views: 4.1ms | ActiveRecord: 0.3ms | Allocations: 6754)  (0.3ms) 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", "2020-01-14 22:42:23.758998"], ["updated_at", "2020-01-14 22:42:23.758998"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:42:24 -0500 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.0ms | Allocations: 1) Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.3ms | Allocations: 598)  (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", "2020-01-14 22:42:24.510934"], ["updated_at", "2020-01-14 22:42:24.510934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:42:25 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:60892/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms | Allocations: 528) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:42:25 -0500 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%2F10.2.2.127%3A60892%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 491)  (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", "2020-01-14 22:42:26.018857"], ["updated_at", "2020-01-14 22:42:26.018857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:42:26 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:60892/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 321) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:42:26 -0500 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%2F10.2.2.127%3A60892%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 281)  (0.7ms) 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.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", "2020-01-14 22:44:36.692727"], ["updated_at", "2020-01-14 22:44:36.692727"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:44:38 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:60985/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 41ms (ActiveRecord: 0.0ms | Allocations: 5360) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:44:38 -0500 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%2F10.2.2.127%3A60985%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 498)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-14 22:44:41.654918"], ["updated_at", "2020-01-14 22:44:41.654918"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:44:42 -0500 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.0ms | Allocations: 3) Completed 200 OK in 13ms (Views: 4.7ms | ActiveRecord: 0.3ms | Allocations: 1910)  (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", "2020-01-14 22:44:42.589177"], ["updated_at", "2020-01-14 22:44:42.589177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world?normalParam=value&specialParam=LOUD%20NOISES%21" for 10.2.2.127 at 2020-01-14 17:44:42 -0500 Processing by ApplicationController#hello_world as HTML Parameters: {"normalParam"=>"value", "specialParam"=>"LOUD NOISES!"} 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 3ms (Views: 0.5ms | ActiveRecord: 0.2ms | Allocations: 601)  (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", "2020-01-14 22:44:43.258587"], ["updated_at", "2020-01-14 22:44:43.258587"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:44:43 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:60985/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 321) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:44:43 -0500 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%2F10.2.2.127%3A60985%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 282)  (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  (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", "2020-01-14 22:45:14.069868"], ["updated_at", "2020-01-14 22:45:14.069868"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world?normalParam=value&specialParam=LOUD%20NOISES%21" for 10.2.2.127 at 2020-01-14 17:45:18 -0500 Processing by ApplicationController#hello_world as HTML Parameters: {"normalParam"=>"value", "specialParam"=>"LOUD NOISES!"} User Load (0.8ms) 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 134ms (Views: 11.5ms | ActiveRecord: 0.8ms | Allocations: 6754)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Create (1.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-14 22:45:19.030948"], ["updated_at", "2020-01-14 22:45:19.030948"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:45:19 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:61158/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms | Allocations: 524) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:45:19 -0500 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%2F10.2.2.127%3A61158%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 490)  (0.7ms) 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", "2020-01-14 22:45:26.045631"], ["updated_at", "2020-01-14 22:45:26.045631"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:45:27 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:61158/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 321) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:45:27 -0500 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%2F10.2.2.127%3A61158%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 285)  (0.6ms) 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", "2020-01-14 22:45:30.951304"], ["updated_at", "2020-01-14 22:45:30.951304"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:45:31 -0500 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: 0.9ms | ActiveRecord: 0.3ms | Allocations: 601)  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Create (1.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-14 22:45:32.895160"], ["updated_at", "2020-01-14 22:45:32.895160"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-14 17:45:33 -0500 Processing by ApiController#api_endpoint as HTML Redirected to http://10.2.2.127:61158/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 354) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:45:33 -0500 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%2F10.2.2.127%3A61158%2Fapi_endpoint&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 283)  (0.3ms) rollback transaction  (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", "2020-01-14 22:45:36.223835"], ["updated_at", "2020-01-14 22:45:36.223835"]]  (0.7ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-14 17:45:36 -0500 Processing by ApiController#api_endpoint as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 601)  (0.8ms) 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", "2020-01-14 22:45:37.447316"], ["updated_at", "2020-01-14 22:45:37.447316"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-14 17:45:37 -0500 Processing by ApiController#api_endpoint as HTML Redirected to http://10.2.2.127:61158/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 496) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:45:37 -0500 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%2F10.2.2.127%3A61158%2Fapi_endpoint&response_type=code&scope=openid+email Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 452)  (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", "2020-01-14 22:45:40.514394"], ["updated_at", "2020-01-14 22:45:40.514394"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint?normalParam=value&specialParam=LOUD%20NOISES%21" for 10.2.2.127 at 2020-01-14 17:45:40 -0500 Processing by ApiController#api_endpoint as HTML Parameters: {"normalParam"=>"value", "specialParam"=>"LOUD NOISES!"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms | Allocations: 562)  (0.7ms) 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", "2020-01-14 22:45:41.539825"], ["updated_at", "2020-01-14 22:45:41.539825"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:45:41 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:61158/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 321) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:45:41 -0500 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%2F10.2.2.127%3A61158%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 280) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A61158%2Fhello_world" for 10.2.2.127 at 2020-01-14 17:45:41 -0500 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:61158/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:61158/hello_world Completed 302 Found in 57ms (ActiveRecord: 0.1ms | Allocations: 3832) Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:45:41 -0500 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.1ms | Allocations: 1) Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms | Allocations: 708)  (0.7ms) 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", "2020-01-14 22:45:42.467313"], ["updated_at", "2020-01-14 22:45:42.467313"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:45:42 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:61158/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 321) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:45:42 -0500 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%2F10.2.2.127%3A61158%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 4ms (ActiveRecord: 0.0ms | Allocations: 283) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A61158%2Fhello_world" for 10.2.2.127 at 2020-01-14 17:45:42 -0500 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:61158/hello_world"} Rendering text template Rendered text template (Duration: 0.1ms | Allocations: 1) Completed 200 OK in 63ms (Views: 1.4ms | ActiveRecord: 0.0ms | Allocations: 2330)  (0.6ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:45:43 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:61158/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 321) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:45:43 -0500 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%2F10.2.2.127%3A61158%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 284) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A61158%2Fhello_world" for 10.2.2.127 at 2020-01-14 17:45:43 -0500 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:61158/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.0ms | Allocations: 1) Completed 200 OK in 44ms (Views: 0.9ms | ActiveRecord: 0.4ms | Allocations: 2507)  (0.2ms) rollback transaction  (1.6ms) 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) SAVEPOINT active_record_1 User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-14 22:47:35.757948"], ["updated_at", "2020-01-14 22:47:35.757948"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-14 17:47:37 -0500 Processing by ApiController#api_endpoint as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Completed 200 OK in 41ms (Views: 0.4ms | ActiveRecord: 0.2ms | Allocations: 5645)  (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", "2020-01-14 22:47:38.445812"], ["updated_at", "2020-01-14 22:47:38.445812"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint?normalParam=value&specialParam=LOUD%20NOISES%21" for 10.2.2.127 at 2020-01-14 17:47:38 -0500 Processing by ApiController#api_endpoint as HTML Parameters: {"normalParam"=>"value", "specialParam"=>"LOUD NOISES!"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms | Allocations: 560)  (1.6ms) rollback transaction  (0.2ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 User Create (1.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-14 22:47:39.096235"], ["updated_at", "2020-01-14 22:47:39.096235"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-14 17:47:39 -0500 Processing by ApiController#api_endpoint as HTML Redirected to http://10.2.2.127:61486/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 516) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:47:39 -0500 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%2F10.2.2.127%3A61486%2Fapi_endpoint&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 513)  (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", "2020-01-14 22:47:40.238237"], ["updated_at", "2020-01-14 22:47:40.238237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-14 17:47:40 -0500 Processing by ApiController#api_endpoint as HTML Redirected to http://10.2.2.127:61486/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 314) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:47:40 -0500 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%2F10.2.2.127%3A61486%2Fapi_endpoint&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 287)  (0.3ms) 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", "2020-01-14 22:47:43.290391"], ["updated_at", "2020-01-14 22:47:43.290391"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:47:43 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:61486/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 369) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:47:43 -0500 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%2F10.2.2.127%3A61486%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 283) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A61486%2Fhello_world" for 10.2.2.127 at 2020-01-14 17:47:43 -0500 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:61486/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:61486/hello_world Completed 302 Found in 36ms (ActiveRecord: 0.1ms | Allocations: 3834) Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:47:43 -0500 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: 5.7ms | ActiveRecord: 0.1ms | Allocations: 1796)  (0.6ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:47:44 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:61486/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 321) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:47:44 -0500 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%2F10.2.2.127%3A61486%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 281) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A61486%2Fhello_world" for 10.2.2.127 at 2020-01-14 17:47:44 -0500 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:61486/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.0ms | Allocations: 1) Completed 200 OK in 40ms (Views: 1.2ms | ActiveRecord: 0.2ms | Allocations: 2653)  (0.1ms) rollback transaction  (0.0ms) 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", "2020-01-14 22:47:45.422730"], ["updated_at", "2020-01-14 22:47:45.422730"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:47:45 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:61486/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 321) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:47:45 -0500 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%2F10.2.2.127%3A61486%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 284) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A61486%2Fhello_world" for 10.2.2.127 at 2020-01-14 17:47:45 -0500 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:61486/hello_world"} Rendering text template Rendered text template (Duration: 0.1ms | Allocations: 1) Completed 200 OK in 21ms (Views: 1.0ms | ActiveRecord: 0.0ms | Allocations: 2184)  (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", "2020-01-14 22:47:45.977559"], ["updated_at", "2020-01-14 22:47:45.977559"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:47:46 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:61486/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 503) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:47:46 -0500 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%2F10.2.2.127%3A61486%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 452)  (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", "2020-01-14 22:47:46.850692"], ["updated_at", "2020-01-14 22:47:46.850692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:47:47 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:61486/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 321) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:47:47 -0500 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%2F10.2.2.127%3A61486%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 281)  (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", "2020-01-14 22:47:50.066188"], ["updated_at", "2020-01-14 22:47:50.066188"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:47:50 -0500 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: 1) Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms | Allocations: 601)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (2.9ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-14 22:47:50.975419"], ["updated_at", "2020-01-14 22:47:50.975419"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world?normalParam=value&specialParam=LOUD%20NOISES%21" for 10.2.2.127 at 2020-01-14 17:47:51 -0500 Processing by ApplicationController#hello_world as HTML Parameters: {"normalParam"=>"value", "specialParam"=>"LOUD NOISES!"} 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 4ms (Views: 0.6ms | ActiveRecord: 0.3ms | Allocations: 598)  (0.5ms) rollback transaction  (2.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) SAVEPOINT active_record_1 User Create (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-14 22:48:07.223401"], ["updated_at", "2020-01-14 22:48:07.223401"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint?normalParam=value&specialParam=LOUD%20NOISES%21" for 10.2.2.127 at 2020-01-14 17:48:09 -0500 Processing by ApiController#api_endpoint as HTML Parameters: {"normalParam"=>"value", "specialParam"=>"LOUD NOISES!"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Completed 200 OK in 61ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 5644)  (0.4ms) 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", "2020-01-14 22:48:09.783101"], ["updated_at", "2020-01-14 22:48:09.783101"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-14 17:48:10 -0500 Processing by ApiController#api_endpoint as HTML Redirected to http://10.2.2.127:61757/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 334) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:48:10 -0500 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%2F10.2.2.127%3A61757%2Fapi_endpoint&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 340)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (2.8ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-14 22:48:13.026829"], ["updated_at", "2020-01-14 22:48:13.026829"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-14 17:48:13 -0500 Processing by ApiController#api_endpoint as HTML Redirected to http://10.2.2.127:61757/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 498) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:48:13 -0500 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%2F10.2.2.127%3A61757%2Fapi_endpoint&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 455)  (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", "2020-01-14 22:48:14.029739"], ["updated_at", "2020-01-14 22:48:14.029739"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-14 17:48:14 -0500 Processing by ApiController#api_endpoint as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 560)  (0.6ms) 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", "2020-01-14 22:48:15.093732"], ["updated_at", "2020-01-14 22:48:15.093732"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:48:15 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:61757/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 369) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:48:15 -0500 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%2F10.2.2.127%3A61757%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 282) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A61757%2Fhello_world" for 10.2.2.127 at 2020-01-14 17:48:15 -0500 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:61757/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:61757/hello_world Completed 302 Found in 39ms (ActiveRecord: 0.1ms | Allocations: 3830) Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:48:15 -0500 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: 1795)  (0.4ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:48:15 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:61757/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 321) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:48:15 -0500 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%2F10.2.2.127%3A61757%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 283) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A61757%2Fhello_world" for 10.2.2.127 at 2020-01-14 17:48:15 -0500 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:61757/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: 1) Completed 200 OK in 30ms (Views: 0.9ms | ActiveRecord: 0.3ms | Allocations: 2653)  (0.1ms) 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", "2020-01-14 22:48:16.550956"], ["updated_at", "2020-01-14 22:48:16.550956"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:48:16 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:61757/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 321) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:48:16 -0500 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%2F10.2.2.127%3A61757%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 282) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A61757%2Fhello_world" for 10.2.2.127 at 2020-01-14 17:48:16 -0500 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:61757/hello_world"} Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 1) Completed 200 OK in 49ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 2184)  (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", "2020-01-14 22:48:17.269458"], ["updated_at", "2020-01-14 22:48:17.269458"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:48:17 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:61757/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 503) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:48:17 -0500 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%2F10.2.2.127%3A61757%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 458)  (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", "2020-01-14 22:48:18.126803"], ["updated_at", "2020-01-14 22:48:18.126803"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world?normalParam=value&specialParam=LOUD%20NOISES%21" for 10.2.2.127 at 2020-01-14 17:48:18 -0500 Processing by ApplicationController#hello_world as HTML Parameters: {"normalParam"=>"value", "specialParam"=>"LOUD NOISES!"} 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: 598)  (0.5ms) 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", "2020-01-14 22:48:18.903216"], ["updated_at", "2020-01-14 22:48:18.903216"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:48:19 -0500 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: 1) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.2ms | Allocations: 598)  (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", "2020-01-14 22:48:19.700449"], ["updated_at", "2020-01-14 22:48:19.700449"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:48:20 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:61757/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 321) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:48:20 -0500 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%2F10.2.2.127%3A61757%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 280)  (0.3ms) rollback transaction  (2.5ms) 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.5ms) 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", "2020-01-14 22:50:38.057844"], ["updated_at", "2020-01-14 22:50:38.057844"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:50:39 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:62050/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 7ms (ActiveRecord: 0.0ms | Allocations: 847) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:50:39 -0500 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%2F10.2.2.127%3A62050%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 21ms (ActiveRecord: 0.0ms | Allocations: 2979) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A62050%2Fhello_world" for 10.2.2.127 at 2020-01-14 17:50:39 -0500 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:62050/hello_world"} Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 3) Completed 200 OK in 32ms (Views: 9.3ms | ActiveRecord: 0.0ms | Allocations: 4458)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (1.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-14 22:50:40.564730"], ["updated_at", "2020-01-14 22:50:40.564730"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:50:40 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:62050/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 321) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:50:40 -0500 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%2F10.2.2.127%3A62050%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 288) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A62050%2Fhello_world" for 10.2.2.127 at 2020-01-14 17:50:40 -0500 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:62050/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:62050/hello_world Completed 302 Found in 50ms (ActiveRecord: 0.2ms | Allocations: 4538) Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:50:40 -0500 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.1ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:50:41 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:62050/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 321) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:50:41 -0500 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%2F10.2.2.127%3A62050%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 280) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A62050%2Fhello_world" for 10.2.2.127 at 2020-01-14 17:50:41 -0500 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:62050/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.0ms | Allocations: 1) Completed 200 OK in 30ms (Views: 0.6ms | ActiveRecord: 0.2ms | Allocations: 2507)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Create (1.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-14 22:50:41.794171"], ["updated_at", "2020-01-14 22:50:41.794171"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:50:42 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:62050/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 321) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:50:42 -0500 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%2F10.2.2.127%3A62050%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 281)  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Create (2.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-14 22:50:42.658512"], ["updated_at", "2020-01-14 22:50:42.658512"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:50:43 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:62050/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 503) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:50:43 -0500 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%2F10.2.2.127%3A62050%2Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 457)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (2.8ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-14 22:50:43.886149"], ["updated_at", "2020-01-14 22:50:43.886149"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:50:44 -0500 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: 598)  (0.5ms) 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", "2020-01-14 22:50:44.889210"], ["updated_at", "2020-01-14 22:50:44.889210"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world?normalParam=value&specialParam=LOUD%20NOISES%21" for 10.2.2.127 at 2020-01-14 17:50:45 -0500 Processing by ApplicationController#hello_world as HTML Parameters: {"normalParam"=>"value", "specialParam"=>"LOUD NOISES!"} 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 3ms (Views: 0.6ms | ActiveRecord: 0.2ms | Allocations: 598)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Create (1.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-14 22:50:45.649599"], ["updated_at", "2020-01-14 22:50:45.649599"]]  (0.7ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint?normalParam=value&specialParam=LOUD%20NOISES%21" for 10.2.2.127 at 2020-01-14 17:50:45 -0500 Processing by ApiController#api_endpoint as HTML Parameters: {"normalParam"=>"value", "specialParam"=>"LOUD NOISES!"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 636)  (1.2ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Create (1.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-14 22:50:46.410807"], ["updated_at", "2020-01-14 22:50:46.410807"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-14 17:50:46 -0500 Processing by ApiController#api_endpoint as HTML Redirected to http://10.2.2.127:62050/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 6ms (ActiveRecord: 0.0ms | Allocations: 501) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:50:46 -0500 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%2F10.2.2.127%3A62050%2Fapi_endpoint&response_type=code&scope=openid+email Completed 302 Found in 4ms (ActiveRecord: 0.0ms | Allocations: 453)  (0.6ms) 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", "2020-01-14 22:50:47.492143"], ["updated_at", "2020-01-14 22:50:47.492143"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-14 17:50:47 -0500 Processing by ApiController#api_endpoint as HTML Redirected to http://10.2.2.127:62050/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 314) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:50:47 -0500 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%2F10.2.2.127%3A62050%2Fapi_endpoint&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 279)  (0.5ms) 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", "2020-01-14 22:50:48.531577"], ["updated_at", "2020-01-14 22:50:48.531577"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-14 17:50:48 -0500 Processing by ApiController#api_endpoint as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.3ms | Allocations: 562)  (0.4ms) rollback transaction  (1.6ms) 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.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) begin transaction  (0.1ms) 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.5ms) 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 (1.0ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-14 22:52:11.732164"], ["updated_at", "2020-01-14 22:52:11.732164"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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.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", "2020-01-14 22:52:43.080262"], ["updated_at", "2020-01-14 22:52:43.080262"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world?normalParam=value&specialParam=LOUD%20NOISES%21" for 10.2.2.127 at 2020-01-14 17:52:44 -0500 Processing by ApplicationController#hello_world as HTML Parameters: {"normalParam"=>"value", "specialParam"=>"LOUD NOISES!"} Redirected to http://10.2.2.127:62232/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 6ms (ActiveRecord: 0.0ms | Allocations: 847) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-14 17:52:44 -0500 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%2F10.2.2.127%3A62232%2Fhello_world%3FnormalParam%3Dvalue%26specialParam%3DLOUD%2520NOISES%2521&response_type=code&scope=openid+email Completed 302 Found in 16ms (ActiveRecord: 0.0ms | Allocations: 2977) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A62232%2Fhello_world" for 10.2.2.127 at 2020-01-14 17:52:44 -0500 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:62232/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:62232/hello_world Completed 302 Found in 63ms (ActiveRecord: 0.2ms | Allocations: 5850) Started GET "/hello_world" for 10.2.2.127 at 2020-01-14 17:52:44 -0500 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 7ms (Views: 5.6ms | ActiveRecord: 0.1ms | Allocations: 1799)  (0.4ms) rollback transaction  (3.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.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (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.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.2ms) 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.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  (6.4ms) 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.6ms) 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.3ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) 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.3ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (6.0ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-17 16:37:35"], ["updated_at", "2020-01-17 16:37:35"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 11:37:35 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51255/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 11ms (ActiveRecord: 0.0ms | Allocations: 449) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:37:35 -0500 Processing by NulogySSO::AuthenticationController#login as HTML Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms | Allocations: 351)  (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", "2020-01-17 16:37:35"], ["updated_at", "2020-01-17 16:37:35"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 11:37:35 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51255/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 325) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:37:35 -0500 Processing by NulogySSO::AuthenticationController#login as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 319)  (0.7ms) rollback transaction  (0.2ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 11:37:35 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51255/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 325) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:37:35 -0500 Processing by NulogySSO::AuthenticationController#login as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 323)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 User Create (1.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-17 16:37:35"], ["updated_at", "2020-01-17 16:37:35"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-17 11:37:35 -0500 Processing by ApiController#api_endpoint as HTML Redirected to http://10.2.2.127:51255/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 196ms (ActiveRecord: 0.0ms | Allocations: 2309) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:37:35 -0500 Processing by NulogySSO::AuthenticationController#login as HTML Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms | Allocations: 489)  (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", "2020-01-17 16:37:35"], ["updated_at", "2020-01-17 16:37:35"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-17 11:37:35 -0500 Processing by ApiController#api_endpoint as HTML Redirected to http://10.2.2.127:51255/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 316) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:37:35 -0500 Processing by NulogySSO::AuthenticationController#login as HTML Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms | Allocations: 319)  (0.8ms) rollback transaction  (3.8ms) 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", "2020-01-17 16:37:35"], ["updated_at", "2020-01-17 16:37:35"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-17 11:37:35 -0500 Processing by ApiController#api_endpoint as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.4ms | Allocations: 839)  (0.6ms) rollback transaction  (1.6ms) 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 (0.9ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-17 16:39:12.625037"], ["updated_at", "2020-01-17 16:39:12.625037"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 11:39:13 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51383/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 10ms (ActiveRecord: 0.0ms | Allocations: 856) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:39:13 -0500 Processing by NulogySSO::AuthenticationController#login as HTML Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms | Allocations: 3008)  (0.4ms) 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", "2020-01-17 16:39:15.415760"], ["updated_at", "2020-01-17 16:39:15.415760"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 11:39:15 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51383/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 323) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:39:15 -0500 Processing by NulogySSO::AuthenticationController#login as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 319)  (0.4ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 11:39:16 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51383/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 323) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:39:16 -0500 Processing by NulogySSO::AuthenticationController#login as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 317)  (0.1ms) 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", "2020-01-17 16:39:18.013513"], ["updated_at", "2020-01-17 16:39:18.013513"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 11:39:18 -0500 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: 3) Completed 200 OK in 72ms (Views: 8.1ms | ActiveRecord: 0.3ms | Allocations: 3715)  (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", "2020-01-17 16:39:19.843720"], ["updated_at", "2020-01-17 16:39:19.843720"]]  (1.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 11:39:20 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51383/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 323) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:39:20 -0500 Processing by NulogySSO::AuthenticationController#login as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 312)  (7.6ms) rollback transaction  (0.5ms) begin transaction  (0.6ms) SAVEPOINT active_record_1 User Create (2.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-17 16:39:20.997464"], ["updated_at", "2020-01-17 16:39:20.997464"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 11:39:21 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51383/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 500) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:39:21 -0500 Processing by NulogySSO::AuthenticationController#login as HTML Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms | Allocations: 481)  (1.0ms) 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", "2020-01-17 16:39:22.151598"], ["updated_at", "2020-01-17 16:39:22.151598"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-17 11:39:22 -0500 Processing by ApiController#api_endpoint as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.2ms | Allocations: 661)  (0.7ms) 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", "2020-01-17 16:39:23.498168"], ["updated_at", "2020-01-17 16:39:23.498168"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-17 11:39:23 -0500 Processing by ApiController#api_endpoint as HTML Redirected to http://10.2.2.127:51383/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 319) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:39:23 -0500 Processing by NulogySSO::AuthenticationController#login as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 313)  (0.8ms) 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", "2020-01-17 16:39:24.500073"], ["updated_at", "2020-01-17 16:39:24.500073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-17 11:39:24 -0500 Processing by ApiController#api_endpoint as HTML Redirected to http://10.2.2.127:51383/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 491) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:39:24 -0500 Processing by NulogySSO::AuthenticationController#login as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms | Allocations: 483)  (0.7ms) rollback transaction  (3.3ms) SELECT sqlite_version(*)  (0.5ms) 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.2ms) 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", "2020-01-17 16:40:16.720550"], ["updated_at", "2020-01-17 16:40:16.720550"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 11:40:23 -0500 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 (Duration: 0.0ms | Allocations: 3) Completed 200 OK in 147ms (Views: 12.6ms | ActiveRecord: 0.4ms | Allocations: 6899)  (0.4ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (1.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-17 16:40:23.923377"], ["updated_at", "2020-01-17 16:40:23.923377"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 11:40:24 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51538/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 345) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:40:24 -0500 Processing by NulogySSO::AuthenticationController#login as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 353)  (0.6ms) 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", "2020-01-17 16:40:25.291119"], ["updated_at", "2020-01-17 16:40:25.291119"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 11:40:25 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51538/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 500) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:40:25 -0500 Processing by NulogySSO::AuthenticationController#login as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 487)  (0.9ms) 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", "2020-01-17 16:40:26.169103"], ["updated_at", "2020-01-17 16:40:26.169103"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-17 11:40:26 -0500 Processing by ApiController#api_endpoint as HTML Redirected to http://10.2.2.127:51538/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 58ms (ActiveRecord: 0.0ms | Allocations: 356) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:40:26 -0500 Processing by NulogySSO::AuthenticationController#login as HTML Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms | Allocations: 310)  (1.2ms) 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", "2020-01-17 16:40:27.098346"], ["updated_at", "2020-01-17 16:40:27.098346"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-17 11:40:27 -0500 Processing by ApiController#api_endpoint as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms | Allocations: 629)  (0.9ms) 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", "2020-01-17 16:40:28.169658"], ["updated_at", "2020-01-17 16:40:28.169658"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-17 11:40:28 -0500 Processing by ApiController#api_endpoint as HTML Redirected to http://10.2.2.127:51538/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 491) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:40:28 -0500 Processing by NulogySSO::AuthenticationController#login as HTML Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms | Allocations: 475)  (0.7ms) 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", "2020-01-17 16:40:29.405928"], ["updated_at", "2020-01-17 16:40:29.405928"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 11:40:29 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51538/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 323) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:40:29 -0500 Processing by NulogySSO::AuthenticationController#login as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 317)  (0.5ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 11:40:30 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51538/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 323) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:40:30 -0500 Processing by NulogySSO::AuthenticationController#login as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 307)  (0.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", "2020-01-17 16:40:31.770225"], ["updated_at", "2020-01-17 16:40:31.770225"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 11:40:31 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51538/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 323) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:40:31 -0500 Processing by NulogySSO::AuthenticationController#login as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 315)  (0.7ms) rollback transaction  (2.0ms) SELECT sqlite_version(*)  (12.2ms) 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  (2.3ms) SELECT sqlite_version(*)  (0.4ms) 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  (2.7ms) SELECT sqlite_version(*)  (0.4ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.5ms) SELECT sqlite_version(*)  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (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.3ms) 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  (2.7ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (4.2ms) begin transaction  (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", "2020-01-17 16:47:11"], ["updated_at", "2020-01-17 16:47:11"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (3.6ms) 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.7ms) 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.2ms) rollback transaction  (0.7ms) begin transaction  (0.1ms) 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", "2020-01-17 16:49:35"], ["updated_at", "2020-01-17 16:49:35"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-17 11:49:35 -0500 Processing by ApiController#api_endpoint as HTML Redirected to http://10.2.2.127:51781/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 10ms (ActiveRecord: 0.0ms | Allocations: 413) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:49:35 -0500 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%253A%252F%252F10.2.2.127%253A51781%252Fapi_endpoint&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 362)  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (1.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-17 16:49:35"], ["updated_at", "2020-01-17 16:49:35"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-17 11:49:35 -0500 Processing by ApiController#api_endpoint as HTML Redirected to http://10.2.2.127:51781/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 308ms (ActiveRecord: 0.0ms | Allocations: 2280) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:49:35 -0500 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%253A%252F%252F10.2.2.127%253A51781%252Fapi_endpoint&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 470)  (0.6ms) 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", "2020-01-17 16:49:35"], ["updated_at", "2020-01-17 16:49:35"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-17 11:49:35 -0500 Processing by ApiController#api_endpoint as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.3ms | Allocations: 835)  (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", "2020-01-17 16:49:35"], ["updated_at", "2020-01-17 16:49:35"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 11:49:35 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51781/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 373) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:49:35 -0500 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%253A%252F%252F10.2.2.127%253A51781%252Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 303)  (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", "2020-01-17 16:49:35"], ["updated_at", "2020-01-17 16:49:35"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 11:49:35 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51781/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 503) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:49:35 -0500 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%253A%252F%252F10.2.2.127%253A51781%252Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 470)  (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", "2020-01-17 16:49:35"], ["updated_at", "2020-01-17 16:49:35"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 11:49:35 -0500 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: 3) Completed 200 OK in 13ms (Views: 9.1ms | ActiveRecord: 0.3ms | Allocations: 1703)  (0.9ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 11:49:35 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51781/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 325) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:49:35 -0500 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%253A%252F%252F10.2.2.127%253A51781%252Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 299) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A51781%2Fhello_world" for 10.2.2.127 at 2020-01-17 11:49:35 -0500 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51781/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 93ms (Views: 1.9ms | ActiveRecord: 0.4ms | Allocations: 3930)  (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", "2020-01-17 16:49:35"], ["updated_at", "2020-01-17 16:49:35"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 11:49:35 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51781/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 325) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:49:35 -0500 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%253A%252F%252F10.2.2.127%253A51781%252Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 307) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A51781%2Fhello_world" for 10.2.2.127 at 2020-01-17 11:49:35 -0500 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51781/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:51781/hello_world Completed 302 Found in 64ms (ActiveRecord: 0.3ms | Allocations: 2726) Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 11:49:35 -0500 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: 726)  (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", "2020-01-17 16:49:35"], ["updated_at", "2020-01-17 16:49:35"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 11:49:35 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:51781/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 325) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 11:49:35 -0500 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%253A%252F%252F10.2.2.127%253A51781%252Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 301) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A51781%2Fhello_world" for 10.2.2.127 at 2020-01-17 11:49:35 -0500 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51781/hello_world"} Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 1) Completed 200 OK in 56ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 2284)  (0.6ms) 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.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) 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  (1.6ms) 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.4ms) 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.0ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) 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) SAVEPOINT active_record_1 User Create (2.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-17 18:29:57.714154"], ["updated_at", "2020-01-17 18:29:57.714154"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 13:29:58 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:52562/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 8ms (ActiveRecord: 0.0ms | Allocations: 473) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 13:29:58 -0500 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%253A%252F%252F10.2.2.127%253A52562%252Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 341) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52562%2Fhello_world" for 10.2.2.127 at 2020-01-17 13:29:59 -0500 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52562/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:52562/hello_world Completed 302 Found in 124ms (ActiveRecord: 0.3ms | Allocations: 6034) Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 13:29:59 -0500 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 11ms (Views: 8.3ms | ActiveRecord: 0.2ms | Allocations: 1808)  (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", "2020-01-17 18:30:00.119668"], ["updated_at", "2020-01-17 18:30:00.119668"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 13:30:00 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:52562/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 323) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 13:30:00 -0500 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%253A%252F%252F10.2.2.127%253A52562%252Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 308) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52562%2Fhello_world" for 10.2.2.127 at 2020-01-17 13:30:00 -0500 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52562/hello_world"} Rendering text template Rendered text template (Duration: 0.0ms | Allocations: 1) Completed 200 OK in 42ms (Views: 0.9ms | ActiveRecord: 0.0ms | Allocations: 2415)  (0.6ms) rollback transaction  (0.2ms) begin transaction Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 13:30:00 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:52562/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 323) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 13:30:00 -0500 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%253A%252F%252F10.2.2.127%253A52562%252Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 302) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52562%2Fhello_world" for 10.2.2.127 at 2020-01-17 13:30:00 -0500 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52562/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.0ms | Allocations: 1) Completed 200 OK in 43ms (Views: 0.5ms | ActiveRecord: 0.2ms | Allocations: 2599)  (0.1ms) rollback transaction  (0.1ms) 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", "2020-01-17 18:30:01.584731"], ["updated_at", "2020-01-17 18:30:01.584731"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 13:30:01 -0500 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.8ms | ActiveRecord: 0.1ms | Allocations: 613)  (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", "2020-01-17 18:30:02.327034"], ["updated_at", "2020-01-17 18:30:02.327034"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 13:30:02 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:52562/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 323) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 13:30:02 -0500 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%253A%252F%252F10.2.2.127%253A52562%252Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 299)  (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", "2020-01-17 18:30:03.144526"], ["updated_at", "2020-01-17 18:30:03.144526"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 10.2.2.127 at 2020-01-17 13:30:03 -0500 Processing by ApplicationController#hello_world as HTML Redirected to http://10.2.2.127:52562/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 500) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 13:30:03 -0500 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%253A%252F%252F10.2.2.127%253A52562%252Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 470)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 User Create (1.0ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-01-17 18:30:04.232003"], ["updated_at", "2020-01-17 18:30:04.232003"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-17 13:30:04 -0500 Processing by ApiController#api_endpoint as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms | Allocations: 644)  (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", "2020-01-17 18:30:05.161097"], ["updated_at", "2020-01-17 18:30:05.161097"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-17 13:30:05 -0500 Processing by ApiController#api_endpoint as HTML Redirected to http://10.2.2.127:52562/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 319) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 13:30:05 -0500 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%253A%252F%252F10.2.2.127%253A52562%252Fapi_endpoint&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 302)  (0.5ms) 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", "2020-01-17 18:30:06.020596"], ["updated_at", "2020-01-17 18:30:06.020596"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 10.2.2.127 at 2020-01-17 13:30:06 -0500 Processing by ApiController#api_endpoint as HTML Redirected to http://10.2.2.127:52562/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 491) Started GET "/nulogy_sso/login" for 10.2.2.127 at 2020-01-17 13:30:06 -0500 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%253A%252F%252F10.2.2.127%253A52562%252Fapi_endpoint&response_type=code&scope=openid+email Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 468)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (3.0ms) SELECT sqlite_version(*)  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.4ms) 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  (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.5ms) 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.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (9.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (3.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-05-06 17:49:47.674966"], ["updated_at", "2020-05-06 17:49:47.674966"]]  (1.0ms) RELEASE SAVEPOINT active_record_1  (1.2ms) 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", "2020-05-06 17:49:47.701208"], ["updated_at", "2020-05-06 17:49:47.701208"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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", "2020-05-06 17:49:47.710135"], ["updated_at", "2020-05-06 17:49:47.710135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.9ms) 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", "2020-05-06 17:49:47.721673"], ["updated_at", "2020-05-06 17:49:47.721673"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.8ms) SAVEPOINT active_record_1 User Create (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-05-06 17:49:47.740387"], ["updated_at", "2020-05-06 17:49:47.740387"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) 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", "2020-05-06 17:49:47.755587"], ["updated_at", "2020-05-06 17:49:47.755587"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (1.1ms) begin transaction  (0.1ms) rollback transaction  (0.4ms) begin transaction  (0.8ms) rollback transaction  (3.4ms) 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.4ms) 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.2ms) rollback transaction  (0.2ms) 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.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) SAVEPOINT active_record_1 User Create (1.0ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-05-06 17:50:59"], ["updated_at", "2020-05-06 17:50:59"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) 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", "2020-05-06 17:50:59"], ["updated_at", "2020-05-06 17:50:59"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) 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", "2020-05-06 17:50:59"], ["updated_at", "2020-05-06 17:50:59"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (5.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-05-06 17:50:59"], ["updated_at", "2020-05-06 17:50:59"]]  (0.8ms) RELEASE SAVEPOINT active_record_1  (0.8ms) 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", "2020-05-06 17:50:59"], ["updated_at", "2020-05-06 17:50:59"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.3ms) 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", "2020-05-06 17:50:59"], ["updated_at", "2020-05-06 17:50:59"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.8ms) 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", "2020-05-06 17:50:59"], ["updated_at", "2020-05-06 17:50:59"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.3ms) 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", "2020-05-06 17:50:59"], ["updated_at", "2020-05-06 17:50:59"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (4.8ms) SELECT sqlite_version(*)  (0.5ms) 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  (1.6ms) 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", "2020-05-06 17:51:45.739132"], ["updated_at", "2020-05-06 17:51:45.739132"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.6ms) 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", "2020-05-06 17:51:47.589335"], ["updated_at", "2020-05-06 17:51:47.589335"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.3ms) begin transaction  (0.6ms) SAVEPOINT active_record_1 User Create (2.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-05-06 17:51:48.359834"], ["updated_at", "2020-05-06 17:51:48.359834"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (1.9ms) 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", "2020-05-06 17:51:48.769807"], ["updated_at", "2020-05-06 17:51:48.769807"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.5ms) 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", "2020-05-06 17:51:49.132484"], ["updated_at", "2020-05-06 17:51:49.132484"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.6ms) rollback transaction  (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", "2020-05-06 17:51:49.627123"], ["updated_at", "2020-05-06 17:51:49.627123"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Create (2.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-05-06 17:51:50.139846"], ["updated_at", "2020-05-06 17:51:50.139846"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) 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", "2020-05-06 17:51:50.453542"], ["updated_at", "2020-05-06 17:51:50.453542"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.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.2ms) begin transaction  (0.1ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.3ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.6ms) 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  (4.7ms) SELECT sqlite_version(*)  (0.5ms) 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.3ms) 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.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.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 User Create (2.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-05-06 17:52:55.395364"], ["updated_at", "2020-05-06 17:52:55.395364"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 192.168.86.27 at 2020-05-06 13:53:04 -0400 Processing by ApiController#api_endpoint as HTML Redirected to http://192.168.86.27:52541/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 126ms (ActiveRecord: 0.0ms | Allocations: 2327) Started GET "/nulogy_sso/login" for 192.168.86.27 at 2020-05-06 13:53: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%253A%252F%252F192.168.86.27%253A52541%252Fapi_endpoint&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 514)  (0.3ms) rollback transaction  (0.2ms) 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", "2020-05-06 17:53:06.677034"], ["updated_at", "2020-05-06 17:53:06.677034"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 192.168.86.27 at 2020-05-06 13:53:07 -0400 Processing by ApiController#api_endpoint as HTML Redirected to http://192.168.86.27:52541/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 300) Started GET "/nulogy_sso/login" for 192.168.86.27 at 2020-05-06 13:53: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%253A%252F%252F192.168.86.27%253A52541%252Fapi_endpoint&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 282)  (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", "2020-05-06 17:53:08.614429"], ["updated_at", "2020-05-06 17:53:08.614429"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 192.168.86.27 at 2020-05-06 13:53:09 -0400 Processing by ApiController#api_endpoint as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.4ms | Allocations: 811)  (0.5ms) rollback transaction  (0.1ms) 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", "2020-05-06 17:53:10.257374"], ["updated_at", "2020-05-06 17:53:10.257374"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.86.27 at 2020-05-06 13:53:10 -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 22ms (Views: 19.4ms | ActiveRecord: 0.2ms | Allocations: 1722)  (0.3ms) 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", "2020-05-06 17:53:11.819909"], ["updated_at", "2020-05-06 17:53:11.819909"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.86.27 at 2020-05-06 13:53:12 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://192.168.86.27:52541/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 5ms (ActiveRecord: 0.0ms | Allocations: 308) Started GET "/nulogy_sso/login" for 192.168.86.27 at 2020-05-06 13:53:12 -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%253A%252F%252F192.168.86.27%253A52541%252Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 287)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (1.1ms) SAVEPOINT active_record_1 User Create (3.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-05-06 17:53:14.866893"], ["updated_at", "2020-05-06 17:53:14.866893"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.86.27 at 2020-05-06 13:53:15 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://192.168.86.27:52541/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 6ms (ActiveRecord: 0.0ms | Allocations: 487) Started GET "/nulogy_sso/login" for 192.168.86.27 at 2020-05-06 13:53:16 -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%253A%252F%252F192.168.86.27%253A52541%252Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 456)  (1.0ms) rollback transaction  (0.4ms) 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", "2020-05-06 17:53:18.111883"], ["updated_at", "2020-05-06 17:53:18.111883"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.86.27 at 2020-05-06 13:53:18 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://192.168.86.27:52541/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 307) Started GET "/nulogy_sso/login" for 192.168.86.27 at 2020-05-06 13:53: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%253A%252F%252F192.168.86.27%253A52541%252Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 280) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.86.27%3A52541%2Fhello_world" for 192.168.86.27 at 2020-05-06 13:53:18 -0400 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.86.27:52541/hello_world"} Rendering text template Rendered text template (Duration: 0.1ms | Allocations: 1) Completed 200 OK in 144ms (Views: 2.0ms | ActiveRecord: 0.0ms | Allocations: 3515)  (0.4ms) 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", "2020-05-06 17:53:19.914221"], ["updated_at", "2020-05-06 17:53:19.914221"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.86.27 at 2020-05-06 13:53:19 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://192.168.86.27:52541/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 8ms (ActiveRecord: 0.0ms | Allocations: 307) Started GET "/nulogy_sso/login" for 192.168.86.27 at 2020-05-06 13:53:20 -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%253A%252F%252F192.168.86.27%253A52541%252Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 280) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.86.27%3A52541%2Fhello_world" for 192.168.86.27 at 2020-05-06 13:53:20 -0400 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.86.27:52541/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.86.27:52541/hello_world Completed 302 Found in 78ms (ActiveRecord: 0.2ms | Allocations: 2640) Started GET "/hello_world" for 192.168.86.27 at 2020-05-06 13:53:20 -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: 690)  (0.5ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 192.168.86.27 at 2020-05-06 13:53:21 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://192.168.86.27:52541/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 309) Started GET "/nulogy_sso/login" for 192.168.86.27 at 2020-05-06 13:53: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%253A%252F%252F192.168.86.27%253A52541%252Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 285) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.86.27%3A52541%2Fhello_world" for 192.168.86.27 at 2020-05-06 13:53:21 -0400 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.86.27:52541/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 43ms (Views: 1.1ms | ActiveRecord: 0.3ms | Allocations: 2528)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (1.7ms) 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.2ms) 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", "2020-05-06 17:53:31.368018"], ["updated_at", "2020-05-06 17:53:31.368018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 192.168.86.27 at 2020-05-06 13:53:33 -0400 Processing by ApiController#api_endpoint as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]] Completed 200 OK in 71ms (Views: 0.7ms | ActiveRecord: 0.3ms | Allocations: 2671)  (0.6ms) rollback transaction  (0.3ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 User Create (3.9ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-05-06 17:53:34.887594"], ["updated_at", "2020-05-06 17:53:34.887594"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 192.168.86.27 at 2020-05-06 13:53:35 -0400 Processing by ApiController#api_endpoint as HTML Redirected to http://192.168.86.27:52672/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 500) Started GET "/nulogy_sso/login" for 192.168.86.27 at 2020-05-06 13:53: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%3Dhttp%253A%252F%252F192.168.86.27%253A52672%252Fapi_endpoint&response_type=code&scope=openid+email Completed 302 Found in 4ms (ActiveRecord: 0.0ms | Allocations: 514)  (0.4ms) rollback transaction  (0.2ms) 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", "2020-05-06 17:53:37.484387"], ["updated_at", "2020-05-06 17:53:37.484387"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/api_endpoint" for 192.168.86.27 at 2020-05-06 13:53:38 -0400 Processing by ApiController#api_endpoint as HTML Redirected to http://192.168.86.27:52672/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 300) Started GET "/nulogy_sso/login" for 192.168.86.27 at 2020-05-06 13:53:38 -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%253A%252F%252F192.168.86.27%253A52672%252Fapi_endpoint&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 281)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 User Create (1.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-05-06 17:53:39.888196"], ["updated_at", "2020-05-06 17:53:39.888196"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.86.27 at 2020-05-06 13:53:40 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://192.168.86.27:52672/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 535) Started GET "/nulogy_sso/login" for 192.168.86.27 at 2020-05-06 13:53:40 -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%253A%252F%252F192.168.86.27%253A52672%252Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 454)  (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", "2020-05-06 17:53:41.958061"], ["updated_at", "2020-05-06 17:53:41.958061"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.86.27 at 2020-05-06 13:53:42 -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.2ms | Allocations: 3) Completed 200 OK in 12ms (Views: 9.4ms | ActiveRecord: 0.3ms | Allocations: 1675)  (0.4ms) rollback transaction  (0.3ms) begin transaction  (0.6ms) SAVEPOINT active_record_1 User Create (0.8ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "test@nulogy.com"], ["created_at", "2020-05-06 17:53:43.629994"], ["updated_at", "2020-05-06 17:53:43.629994"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.86.27 at 2020-05-06 13:53:44 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://192.168.86.27:52672/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 307) Started GET "/nulogy_sso/login" for 192.168.86.27 at 2020-05-06 13:53: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%253A%252F%252F192.168.86.27%253A52672%252Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 284)  (0.6ms) rollback transaction  (0.1ms) begin transaction Started GET "/hello_world" for 192.168.86.27 at 2020-05-06 13:53:45 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://192.168.86.27:52672/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 6ms (ActiveRecord: 0.0ms | Allocations: 307) Started GET "/nulogy_sso/login" for 192.168.86.27 at 2020-05-06 13:53: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%3Dhttp%253A%252F%252F192.168.86.27%253A52672%252Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 281) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.86.27%3A52672%2Fhello_world" for 192.168.86.27 at 2020-05-06 13:53:46 -0400 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.86.27:52672/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: 1) Completed 200 OK in 103ms (Views: 1.1ms | ActiveRecord: 0.3ms | Allocations: 3840)  (0.2ms) rollback transaction  (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", "2020-05-06 17:53:48.050236"], ["updated_at", "2020-05-06 17:53:48.050236"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.86.27 at 2020-05-06 13:53:48 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://192.168.86.27:52672/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 307) Started GET "/nulogy_sso/login" for 192.168.86.27 at 2020-05-06 13:53: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%3Dhttp%253A%252F%252F192.168.86.27%253A52672%252Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 281) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.86.27%3A52672%2Fhello_world" for 192.168.86.27 at 2020-05-06 13:53:48 -0400 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.86.27:52672/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.86.27:52672/hello_world Completed 302 Found in 69ms (ActiveRecord: 0.2ms | Allocations: 2639) Started GET "/hello_world" for 192.168.86.27 at 2020-05-06 13:53: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 (Duration: 0.0ms | Allocations: 1) Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.1ms | Allocations: 691)  (0.4ms) 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", "2020-05-06 17:53:49.723213"], ["updated_at", "2020-05-06 17:53:49.723213"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/hello_world" for 192.168.86.27 at 2020-05-06 13:53:49 -0400 Processing by ApplicationController#hello_world as HTML Redirected to http://192.168.86.27:52672/nulogy_sso/login Filter chain halted as :authenticate_sso_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 307) Started GET "/nulogy_sso/login" for 192.168.86.27 at 2020-05-06 13:53:49 -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%253A%252F%252F192.168.86.27%253A52672%252Fhello_world&response_type=code&scope=openid+email Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 280) Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.86.27%3A52672%2Fhello_world" for 192.168.86.27 at 2020-05-06 13:53:49 -0400 Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.86.27:52672/hello_world"} Rendering text template Rendered text template (Duration: 0.1ms | Allocations: 1) Completed 200 OK in 39ms (Views: 1.1ms | ActiveRecord: 0.0ms | Allocations: 2191)  (0.6ms) rollback transaction  (0.5ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.5ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.4ms) 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.4ms) rollback transaction  (0.1ms) begin transaction  (2.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