nulogy_sso 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (171) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +90 -0
  3. data/Rakefile +22 -0
  4. data/app/assets/images/nulogy_sso/favicon.png +0 -0
  5. data/app/assets/stylesheets/nulogy_sso/sso_error.css +214 -0
  6. data/app/controllers/nulogy_sso/auth_controller.rb +100 -0
  7. data/app/services/nulogy_sso/authenticator.rb +61 -0
  8. data/app/views/sso_error.html.erb +45 -0
  9. data/config/initializers/inflections.rb +7 -0
  10. data/config/routes.rb +5 -0
  11. data/lib/nulogy_sso/controller_helper.rb +32 -0
  12. data/lib/nulogy_sso/engine.rb +29 -0
  13. data/lib/nulogy_sso/test_utilities/auth_mock.rb +94 -0
  14. data/lib/nulogy_sso/test_utilities/cert.der +0 -0
  15. data/lib/nulogy_sso/test_utilities/key.pem +52 -0
  16. data/lib/nulogy_sso/test_utilities/test_helper.rb +55 -0
  17. data/lib/nulogy_sso/version.rb +3 -0
  18. data/lib/nulogy_sso.rb +39 -0
  19. data/spec/dummy/Rakefile +6 -0
  20. data/spec/dummy/app/assets/config/manifest.js +3 -0
  21. data/spec/dummy/app/assets/javascripts/application.js +15 -0
  22. data/spec/dummy/app/assets/stylesheets/application.css +15 -0
  23. data/spec/dummy/app/channels/application_cable/channel.rb +4 -0
  24. data/spec/dummy/app/channels/application_cable/connection.rb +4 -0
  25. data/spec/dummy/app/controllers/application_controller.rb +12 -0
  26. data/spec/dummy/app/helpers/application_helper.rb +2 -0
  27. data/spec/dummy/app/jobs/application_job.rb +2 -0
  28. data/spec/dummy/app/models/application_record.rb +3 -0
  29. data/spec/dummy/app/models/user.rb +5 -0
  30. data/spec/dummy/app/views/layouts/application.html.erb +14 -0
  31. data/spec/dummy/bin/bundle +3 -0
  32. data/spec/dummy/bin/rails +4 -0
  33. data/spec/dummy/bin/rake +4 -0
  34. data/spec/dummy/bin/setup +36 -0
  35. data/spec/dummy/bin/update +31 -0
  36. data/spec/dummy/bin/yarn +11 -0
  37. data/spec/dummy/config/application.rb +41 -0
  38. data/spec/dummy/config/auth_sso.yml +20 -0
  39. data/spec/dummy/config/boot.rb +5 -0
  40. data/spec/dummy/config/cable.yml +10 -0
  41. data/spec/dummy/config/database.yml +25 -0
  42. data/spec/dummy/config/environment.rb +5 -0
  43. data/spec/dummy/config/environments/development.rb +49 -0
  44. data/spec/dummy/config/environments/production.rb +79 -0
  45. data/spec/dummy/config/environments/test.rb +39 -0
  46. data/spec/dummy/config/initializers/application_controller_renderer.rb +8 -0
  47. data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
  48. data/spec/dummy/config/initializers/content_security_policy.rb +25 -0
  49. data/spec/dummy/config/initializers/cookies_serializer.rb +5 -0
  50. data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  51. data/spec/dummy/config/initializers/inflections.rb +16 -0
  52. data/spec/dummy/config/initializers/mime_types.rb +4 -0
  53. data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
  54. data/spec/dummy/config/locales/en.yml +33 -0
  55. data/spec/dummy/config/puma.rb +34 -0
  56. data/spec/dummy/config/routes.rb +6 -0
  57. data/spec/dummy/config/spring.rb +6 -0
  58. data/spec/dummy/config/storage.yml +34 -0
  59. data/spec/dummy/config.ru +5 -0
  60. data/spec/dummy/db/migrate/20190912211120_create_users.rb +12 -0
  61. data/spec/dummy/db/schema.rb +22 -0
  62. data/spec/dummy/db/test.sqlite3 +0 -0
  63. data/spec/dummy/log/test.log +837 -0
  64. data/spec/dummy/package.json +5 -0
  65. data/spec/dummy/public/404.html +67 -0
  66. data/spec/dummy/public/422.html +67 -0
  67. data/spec/dummy/public/500.html +66 -0
  68. data/spec/dummy/public/apple-touch-icon-precomposed.png +0 -0
  69. data/spec/dummy/public/apple-touch-icon.png +0 -0
  70. data/spec/dummy/public/favicon.ico +0 -0
  71. data/spec/dummy/public/robots.txt +5 -0
  72. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/-I/-IQzWZBVpyNJ9dwZO5AyzvfeT_L1FhLt_VKtEYstioM.cache +3 -0
  73. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/-w/-wQxmZSFnAYuueO3wv-SMcI6GpkF0zb93Bk-K1nh6-I.cache +0 -0
  74. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/03/03X-YlLKeQbKg9UgFMNeO-pNRjTrufgGcONruMJMhus.cache +1 -0
  75. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/0v/0vQlHhWsvfiQYmfJVne6KDdCTrM9Ct1ZBUv1wI12fXc.cache +1 -0
  76. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/1c/1cSa1S_Ik-wQeXi-Pb1sJX4_CC_Gu6CJ6THxM2ZxOTQ.cache +1 -0
  77. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/3A/3ACRNidm75IdG2lgWCRExd2yOtmLtKsdRrgsvML8gc4.cache +0 -0
  78. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/3o/3ogX5PjkplRXrsO2QZTSkbohBKS3xuy3yHXRf30Vsho.cache +0 -0
  79. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/4J/4J2ZSEfqkzjpNHLlEPvd-5laPYz8eA0Tm6lt04YfVc4.cache +2 -0
  80. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/4y/4ySQY2DeEDqx7mPwZF2m9dK9u5dtKOZj6PfLlWnRyEQ.cache +1 -0
  81. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/5J/5JVr1JuiYXAwKzD64wxtFHroGbE9K2aMWb6f67tfVDQ.cache +1 -0
  82. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/5u/5uuIL6SiWAHDNxQ63Bb-mEptuzUArLXyoTBDHJ5RTM4.cache +5 -0
  83. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/6b/6bIKFgIunI8QwnhOiCTyQOSHwPOCUNQbSzAVYhaqq8E.cache +1 -0
  84. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/8Q/8QavKcHzS_5D2q2DLfuAtFkJXKtNBAASd3oLAhmCNQs.cache +0 -0
  85. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/8a/8avIYxo88yDqslmUypali4ILLE-OVrryLchYsJuc9uE.cache +1 -0
  86. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/8i/8izW0a4Zw0ZIpyJ2h1olnHKpWoSj6Yu39_6iziqxvzc.cache +1 -0
  87. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/9J/9J6tFdjgXdjYE9Oc9ar9ti5spP_tdq-1_PiYhlD9t6I.cache +2 -0
  88. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/9q/9qxBVp_Ackolv-Ir9TIGtC3Jg4cbqj6mxxLcoimAilw.cache +0 -0
  89. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Ac/AccyOixh8iQFR7XBSzGVVKalgdg64T1yeAp7NBwDtTg.cache +3 -0
  90. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/An/An4y7wYtShMDQHwnRlEj4qcTQOlebrjVIrH-ZjRXlTw.cache +0 -0
  91. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/D2/D2kPITeQ0WkknzjDQuPSbkXklgS6LtKcdtgyC3pu50k.cache +1 -0
  92. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/DO/DOjY5JRYb7u9e6jD6doIfYt5nrvUEjacjyhiTjXal2M.cache +1 -0
  93. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/DU/DUMR4O60Nd02Z9uDvlfLbFUhubOiMbJnYrbJR_AKo4k.cache +1 -0
  94. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Dt/Dt8q0fkQgUXw6I6nWfcPb4ZYGY-_UebKwhNObSrdkT8.cache +0 -0
  95. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Ez/EzXtHEm-xBGVH72qLdvc7siqWebRocOJzp2iPwJm1TM.cache +0 -0
  96. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/FP/FPL9y7t_40uxIV9w2IGRZJnEh_5N6NmXaOWLgvn2wmI.cache +1 -0
  97. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/I-/I-aV6d9rIPlPNI2uOoWp7Il9fdzqpAmpJXcnd08TMxI.cache +0 -0
  98. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/J0/J030bfDTH7OJpzAVdkIlvcx8n0gY-en4t63QpRh83Yo.cache +2 -0
  99. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/KL/KLHTElxq3T60mK7oURgiZow2JiCXYvKCYEUdhhctZKM.cache +1 -0
  100. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/L2/L2uA8R_LKv75JnGXHF4Z-0J1AGG5VObLLPSObFUwov0.cache +0 -0
  101. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/M7/M7sD_tg1aMFHF-gHYiCM_ml6S44geHzvefKgdasAhz8.cache +1 -0
  102. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/M7/m7xag7aON7xLeWIpCQBJ70HcdFqJ1ZUZUg46oU89Zfw.cache +1 -0
  103. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/MA/MAsN3JftLnlWpSVqP84N8tvQ0c5DQ2AJBjL8nWVUINI.cache +0 -0
  104. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Mo/Mo6cKTdohqOXUaEUYOXwkpUewtRun6oC_arZQltPGZg.cache +0 -0
  105. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/OI/OIl8YRbsB6--l_CKIzlqpMNk31xMfPSe8IEGgNnNSQA.cache +2 -0
  106. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/OJ/OJjACgGreSmoal4FQO9QFdjAyRFG8y8Q6urqK9jarR0.cache +1 -0
  107. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/OS/OSjUgSyEOb3ZvdTPFeGkLQQzpdqEaIc_WDb9eOTANH8.cache +0 -0
  108. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/PJ/PJg5JJZQpAq56ZK4RlLkLk3EO_C_PfhhcQcgX155Q3Y.cache +3 -0
  109. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/QO/QO59HgQ2MIHck98-gaQqUM3ia4uzM138LlZsO5TsjLI.cache +1 -0
  110. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Qb/QblQL05XuRs4iHdx96hOHN5mI_37pNeik6NWB99iuxY.cache +0 -0
  111. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/R6/R678edDsoAWc6Bijbe0DN2gc--95iwiQo75-zILHS2Y.cache +0 -0
  112. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Rv/RvFFKTRBnfZgEO-gWwKl_MUeogSPgvYvqivJkjtHF1c.cache +1 -0
  113. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/St/StXiB3ZVbOvvg1eN7OMHH9g_uCljMP209iDbVkqVPaQ.cache +0 -0
  114. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Uj/UjohEpOjNl1G6DoHx_DiqYWORyFy_SIY-Z_3iTgvaNY.cache +2 -0
  115. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/W7/W7lea8dViN-zKiB0YDymngohwzY780_bafIrifdvdEU.cache +1 -0
  116. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Wv/Wv5smlMR8HZlVpUVszeSJC2Z3y9tNVOCXkBcRXb3PK0.cache +1 -0
  117. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/XZ/XZcPRDhkBL2jpJUwZciwFizBlxNz2CsMDBvM71F7Y6M.cache +1 -0
  118. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Y4/Y4XV3TFQk_FtIsIDm735D9Gxqs2n-nVssI7ItEbHlT4.cache +4 -0
  119. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/YU/YUZTikjrtYByH5K9PQpw9o9incNNYKhsjekDQLhPniE.cache +1 -0
  120. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Yp/YpMKz0G1Yf2acXo2K2vXpxKyND46cz69bF5q1zn5dWY.cache +1 -0
  121. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Zk/Zk5OwH10pLNWcgDncIB2KDdKjiMNtG7tzFnAiL4tITw.cache +2 -0
  122. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Zs/ZsxGMLE5q7daf8xX9wxiISEfgaSSkWQG13xtjs5oGvU.cache +1 -0
  123. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/_c/_c0OX2xSAUonHyl--ScIJdqu4dOIv5eWSiRCpsNIat4.cache +0 -0
  124. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/_v/_vB_dHVUtju7m6FGk-MvQutohQFkt58fsmuf3Y1EFgU.cache +1 -0
  125. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/aT/aTPoDhk5o9HqzSqn8VjurVSrWbYTbh3dAJmXhgLEZyc.cache +1 -0
  126. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/aZ/aZgVZIZURvHb9-rOh2SivDHU-aBn-Jn1nKOPuI7lF0U.cache +0 -0
  127. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/bB/bBrouo-AbmaOmmI5w0EatyvJIj6Zel6BDOqpXUub-YM.cache +2 -0
  128. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/bC/bCGetG10_IPS-4Lea1FrjonfYd1QJf5j7J23dBSgxMI.cache +3 -0
  129. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/bd/bde0sI4pua76cCQiJr5-4YPdoGOq7zUcE5JUFy10wEQ.cache +1 -0
  130. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/c3/c3MkD92XKFFo7SIHfkh3Zf3b7TTV7PPhLy04Ak1iOuY.cache +0 -0
  131. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/cI/cIXdHUyJ1umwlEmauLUx-whf_06eJvzlxEoPVPlG-4s.cache +1 -0
  132. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/ck/ckZOTlrjGXnk3bJ7dEgh6ld9VFFg1rV7MGXqEv1Fb9I.cache +3 -0
  133. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/dC/dCxhpA2j6Pi1XDXa12EUmvdpLN_MJ3GPOZBqgg7GcVw.cache +0 -0
  134. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/ej/ejwFH71RbcAzfpFyRxO8czavHqoOs9SzC10c-PwS60Y.cache +4 -0
  135. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/fl/flex8byqqPRlAhCuyDZsaMg2gOeDj3NHAIzid-OS2Hg.cache +0 -0
  136. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/gu/guEVVxdrH6uyyJ_m1VYsBVD566zTNeSBDgppqYGy-sk.cache +2 -0
  137. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/hV/hVXlJWvvr6NsDbr1qABWR3CFv36YU7970jmxU_L2NuY.cache +1 -0
  138. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/ju/juWsFPPdDAbfJ4X3-dknffITj4HcW0Fu5U9UiaPn4b4.cache +1 -0
  139. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/kG/kG0KlJGmHu0kwLwZDKon08APGF3Z3GpbRt6BuyKJUf4.cache +0 -0
  140. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/kG/kGyYNYLbPlxoTk3K-8slRw-fuDznBFYnl-0y2jK6_cI.cache +0 -0
  141. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/lS/lStvx9Beg2l4s8L-QdTSKuc5_qQPQAZPnIcRI7JkpPE.cache +4 -1
  142. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/m9/m9S3GxTAovnGptmIbSxuSLVFWJCND5v6jetYN2IsHMQ.cache +1 -0
  143. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/mJ/mJ-X19ke9W8_XFBJqqn9Hd4LZNsntZzZjcGZUyStW3s.cache +1 -0
  144. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/n_/n_xYqQYhwEMQknb3jFQnjlxxBE9TzMNHCdJ-bEyZFIw.cache +0 -0
  145. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/nx/nxTv3sKVUQZADJyM3dPaVmUA78MIsMLD_K279yN_GsI.cache +0 -0
  146. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/pM/pM_tvcMleZAXoskYgAVEJ8IPTDCzNUrpHakxVWTZPNQ.cache +2 -0
  147. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/pt/ptleYqvprORReM2iFj-HW9O98Nhoy5qCF4iUWwtyve0.cache +0 -0
  148. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/q6/q6VE6KTZtyGRe8Cuj9izRDMuieCcGKOKzBUH2niWYpc.cache +2 -0
  149. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/q_/q_IgK4QolU1_5AK7pudGtHR2hiob-XkEZIMUgZY_iFM.cache +1 -0
  150. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/qj/qjq5Ug3S2i5pydfGSIfUa7Y0s8s0FwqXzt0kkFijToI.cache +2 -0
  151. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/rd/rd8rR4dvQJUvFyyzVHdNbHilCTfHWlGn6kEU65JL2Fw.cache +1 -0
  152. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/rx/rxqqFB2TXY1MQjq34u1hkkJgqenfyj2ZbYVtb2wEDvc.cache +1 -0
  153. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/sa/sab7V2jcUIn2nRakbXijIbvYmHyOOf6ShENXDRtYP1w.cache +1 -0
  154. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/sr/sr3hnK_P9HaS68zSw0GLhpPzpgEs9shxEe6J7ktfbcw.cache +1 -0
  155. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/u_/u_y6q_eS56FrB6fbIcFt49Tw9exxHbWGGb9puLTTcnk.cache +3 -0
  156. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/ub/ubraBOWW9z9uvIXTsIrgJ3kzPboMmsZcyeNsv7sMCnU.cache +1 -0
  157. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/wi/win_v0ZNu-l7AoRx8w3ls1xcy0mUExLBVMCSr5oaJFc.cache +0 -0
  158. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/xH/xHr1kqSt7XnOPWH1LDZY1-0rIpwoT4OM4g68Ts3A9a4.cache +1 -0
  159. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/yM/yMJd-lz8flnlwt-j5DOGjhykEGnynSCv4I2YKpPfr0Y.cache +1 -0
  160. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/ys/ysn-zAA7CKGovpmCCejFwdSLV3RlH13Nc4cwac7BwL4.cache +0 -0
  161. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/zT/zTQBjN2k1ltsiVOSJb4mqUhl4FvLQDM6cFRUtQLQ6Qw.cache +1 -0
  162. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/zq/zqVwwFUvXqTxyX57DFJh5CY88HR0PEznhr-rLP6A5BQ.cache +2 -0
  163. data/spec/dummy/tmp/development_secret.txt +1 -0
  164. data/spec/examples.txt +19 -0
  165. data/spec/feature_spec_helper.rb +44 -0
  166. data/spec/features/nulogy_sso/sso_login_spec.rb +112 -0
  167. data/spec/integration/services/nulogy_sso/authenticator_spec.rb +95 -0
  168. data/spec/rails_helper.rb +28 -0
  169. data/spec/spec_helper.rb +43 -0
  170. data/spec/support/mock_auth0_verifier.rb +27 -0
  171. metadata +517 -0
@@ -0,0 +1,837 @@
1
+  (0.4ms) DROP TABLE IF EXISTS "users"
2
+  (0.4ms) SELECT sqlite_version(*)
3
+  (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)
4
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
5
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
6
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
7
+  (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)
8
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
9
+  (0.0ms) begin transaction
10
+ 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"]]
11
+  (1.2ms) commit transaction
12
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
13
+  (0.1ms) begin transaction
14
+  (0.0ms) commit transaction
15
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
16
+  (0.1ms) begin transaction
17
+  (0.1ms) rollback transaction
18
+  (0.1ms) begin transaction
19
+  (0.1ms) rollback transaction
20
+  (0.1ms) begin transaction
21
+  (0.1ms) rollback transaction
22
+  (0.1ms) begin transaction
23
+  (0.1ms) rollback transaction
24
+  (0.1ms) begin transaction
25
+  (0.2ms) rollback transaction
26
+  (0.1ms) begin transaction
27
+  (0.1ms) rollback transaction
28
+  (0.4ms) begin transaction
29
+  (0.1ms) rollback transaction
30
+  (0.1ms) begin transaction
31
+  (0.1ms) rollback transaction
32
+  (0.0ms) begin transaction
33
+  (0.1ms) rollback transaction
34
+  (0.1ms) begin transaction
35
+  (0.1ms) SAVEPOINT active_record_1
36
+ 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"]]
37
+  (0.1ms) RELEASE SAVEPOINT active_record_1
38
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 09:49:54 -0400
39
+ Processing by ApplicationController#hello_world as HTML
40
+ Redirected to http://172.16.13.67:49815/nulogy_sso/login
41
+ Filter chain halted as :authenticate_sso_user rendered or redirected
42
+ Completed 302 Found in 28ms (ActiveRecord: 0.0ms)
43
+ Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 09:49:54 -0400
44
+ Processing by NulogySSO::AuthController#login as HTML
45
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
46
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
47
+ 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
48
+ Processing by NulogySSO::AuthController#code as HTML
49
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:49815"}
50
+ Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb
51
+ Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (499.2ms)
52
+ Completed 403 Forbidden in 693ms (Views: 553.6ms | ActiveRecord: 0.0ms)
53
+ Started GET "/assets/nulogy_sso/sso_error-b77a6f675e88ae073ce5c25d246cc5c69b05984cade88b04b15847258d97421e.css" for 172.16.13.67 at 2019-09-18 09:49:55 -0400
54
+ Started GET "/assets/nulogy_sso/favicon-2b72479521db218ab5a48cd6a598556281f47efd89ccf3653e99189eea15f8e1.png" for 172.16.13.67 at 2019-09-18 09:49:56 -0400
55
+  (0.5ms) rollback transaction
56
+  (0.1ms) begin transaction
57
+  (0.1ms) SAVEPOINT active_record_1
58
+ 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"]]
59
+  (0.1ms) RELEASE SAVEPOINT active_record_1
60
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 09:49:56 -0400
61
+ Processing by ApplicationController#hello_world as HTML
62
+ Redirected to http://172.16.13.67:49815/nulogy_sso/login
63
+ Filter chain halted as :authenticate_sso_user rendered or redirected
64
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
65
+ Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 09:49:56 -0400
66
+ Processing by NulogySSO::AuthController#login as HTML
67
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
68
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
69
+ 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
70
+ Processing by NulogySSO::AuthController#code as HTML
71
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:49815/hello_world"}
72
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
73
+ Redirected to http://172.16.13.67:49815/hello_world
74
+ Completed 302 Found in 151ms (ActiveRecord: 0.2ms)
75
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 09:49:57 -0400
76
+ Processing by ApplicationController#hello_world as HTML
77
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
78
+ Rendering text template
79
+ Rendered text template (0.0ms)
80
+ Completed 200 OK in 6ms (Views: 3.9ms | ActiveRecord: 0.2ms)
81
+  (0.7ms) rollback transaction
82
+  (0.1ms) begin transaction
83
+  (0.1ms) SAVEPOINT active_record_1
84
+ 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"]]
85
+  (0.1ms) RELEASE SAVEPOINT active_record_1
86
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 09:49:57 -0400
87
+ Processing by ApplicationController#hello_world as HTML
88
+ Redirected to http://172.16.13.67:49815/nulogy_sso/login
89
+ Filter chain halted as :authenticate_sso_user rendered or redirected
90
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
91
+ Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 09:49:57 -0400
92
+ Processing by NulogySSO::AuthController#login as HTML
93
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
94
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
95
+ 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
96
+ Processing by NulogySSO::AuthController#code as HTML
97
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:49815"}
98
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
99
+ Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb
100
+ Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (3.1ms)
101
+ Completed 403 Forbidden in 58ms (Views: 4.0ms | ActiveRecord: 0.2ms)
102
+  (0.6ms) rollback transaction
103
+  (0.1ms) begin transaction
104
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 09:49:58 -0400
105
+ Processing by ApplicationController#hello_world as HTML
106
+ Redirected to http://172.16.13.67:49815/nulogy_sso/login
107
+ Filter chain halted as :authenticate_sso_user rendered or redirected
108
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
109
+ Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 09:49:58 -0400
110
+ Processing by NulogySSO::AuthController#login as HTML
111
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
112
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
113
+ 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
114
+ Processing by NulogySSO::AuthController#code as HTML
115
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:49815"}
116
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
117
+ Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb
118
+ Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (2.0ms)
119
+ Completed 403 Forbidden in 84ms (Views: 2.9ms | ActiveRecord: 0.3ms)
120
+  (0.1ms) rollback transaction
121
+  (0.1ms) begin transaction
122
+  (0.1ms) SAVEPOINT active_record_1
123
+ 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"]]
124
+  (0.1ms) RELEASE SAVEPOINT active_record_1
125
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 09:49:59 -0400
126
+ Processing by ApplicationController#hello_world as HTML
127
+ Redirected to http://172.16.13.67:49815/nulogy_sso/login
128
+ Filter chain halted as :authenticate_sso_user rendered or redirected
129
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
130
+ Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 09:49:59 -0400
131
+ Processing by NulogySSO::AuthController#login as HTML
132
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
133
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
134
+  (0.5ms) rollback transaction
135
+  (0.1ms) begin transaction
136
+  (0.0ms) SAVEPOINT active_record_1
137
+ 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"]]
138
+  (0.1ms) RELEASE SAVEPOINT active_record_1
139
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 09:50:00 -0400
140
+ Processing by ApplicationController#hello_world as HTML
141
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
142
+ Rendering text template
143
+ Rendered text template (0.0ms)
144
+ Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)
145
+  (0.2ms) SAVEPOINT active_record_1
146
+ 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]]
147
+  (0.1ms) RELEASE SAVEPOINT active_record_1
148
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 09:50:01 -0400
149
+ Processing by ApplicationController#hello_world as HTML
150
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
151
+ Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb within layouts/application
152
+ Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb within layouts/application (2.5ms)
153
+ Filter chain halted as :authenticate_sso_user rendered or redirected
154
+ Completed 403 Forbidden in 16ms (Views: 13.6ms | ActiveRecord: 0.1ms)
155
+ Started GET "/assets/application-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css" for 172.16.13.67 at 2019-09-18 09:50:01 -0400
156
+  (0.5ms) rollback transaction
157
+  (0.2ms) begin transaction
158
+  (0.3ms) SAVEPOINT active_record_1
159
+ 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"]]
160
+  (0.2ms) RELEASE SAVEPOINT active_record_1
161
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 09:50:02 -0400
162
+ Processing by ApplicationController#hello_world as HTML
163
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
164
+ Rendering text template
165
+ Rendered text template (0.0ms)
166
+ Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.1ms)
167
+  (0.7ms) rollback transaction
168
+  (0.1ms) begin transaction
169
+  (0.1ms) SAVEPOINT active_record_1
170
+ 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"]]
171
+  (0.2ms) RELEASE SAVEPOINT active_record_1
172
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 09:50:02 -0400
173
+ Processing by ApplicationController#hello_world as HTML
174
+ Redirected to http://172.16.13.67:49815/nulogy_sso/login
175
+ Filter chain halted as :authenticate_sso_user rendered or redirected
176
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
177
+ Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 09:50:02 -0400
178
+ Processing by NulogySSO::AuthController#login as HTML
179
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
180
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
181
+  (0.5ms) rollback transaction
182
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
183
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
184
+  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
185
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
186
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
187
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
188
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
189
+  (0.1ms) DROP TABLE IF EXISTS "users"
190
+  (0.1ms) SELECT sqlite_version(*)
191
+  (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)
192
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
193
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
194
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
195
+  (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)
196
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
197
+  (0.0ms) begin transaction
198
+ 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"]]
199
+  (0.9ms) commit transaction
200
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
201
+  (0.1ms) begin transaction
202
+  (0.0ms) commit transaction
203
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
204
+  (0.2ms) begin transaction
205
+  (0.1ms) rollback transaction
206
+  (0.1ms) begin transaction
207
+  (0.0ms) rollback transaction
208
+  (0.0ms) begin transaction
209
+  (0.0ms) rollback transaction
210
+  (0.0ms) begin transaction
211
+  (0.0ms) rollback transaction
212
+  (0.0ms) begin transaction
213
+  (0.0ms) rollback transaction
214
+  (0.1ms) begin transaction
215
+  (0.1ms) rollback transaction
216
+  (0.1ms) begin transaction
217
+  (0.1ms) rollback transaction
218
+  (0.1ms) begin transaction
219
+  (0.2ms) rollback transaction
220
+  (0.1ms) begin transaction
221
+  (0.0ms) rollback transaction
222
+  (0.0ms) begin transaction
223
+  (0.0ms) rollback transaction
224
+  (0.0ms) begin transaction
225
+  (0.0ms) rollback transaction
226
+  (0.0ms) begin transaction
227
+  (0.0ms) rollback transaction
228
+  (0.0ms) begin transaction
229
+  (0.0ms) rollback transaction
230
+  (0.0ms) begin transaction
231
+  (0.1ms) SAVEPOINT active_record_1
232
+ 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"]]
233
+  (0.1ms) RELEASE SAVEPOINT active_record_1
234
+  (0.5ms) rollback transaction
235
+  (0.0ms) begin transaction
236
+  (0.1ms) SAVEPOINT active_record_1
237
+ 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"]]
238
+  (0.0ms) RELEASE SAVEPOINT active_record_1
239
+  (0.5ms) rollback transaction
240
+  (0.0ms) begin transaction
241
+  (0.0ms) SAVEPOINT active_record_1
242
+ 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"]]
243
+  (0.1ms) RELEASE SAVEPOINT active_record_1
244
+  (0.5ms) rollback transaction
245
+  (0.0ms) begin transaction
246
+  (0.0ms) SAVEPOINT active_record_1
247
+ 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"]]
248
+  (0.1ms) RELEASE SAVEPOINT active_record_1
249
+  (0.7ms) rollback transaction
250
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
251
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
252
+  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
253
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
254
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
255
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
256
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
257
+  (0.1ms) DROP TABLE IF EXISTS "users"
258
+  (0.1ms) SELECT sqlite_version(*)
259
+  (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)
260
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
261
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
262
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
263
+  (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)
264
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
265
+  (0.1ms) begin transaction
266
+ 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"]]
267
+  (0.8ms) commit transaction
268
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
269
+  (0.0ms) begin transaction
270
+  (0.0ms) commit transaction
271
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
272
+  (0.1ms) begin transaction
273
+  (0.1ms) SAVEPOINT active_record_1
274
+ 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"]]
275
+  (0.1ms) RELEASE SAVEPOINT active_record_1
276
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 10:18:59 -0400
277
+ Processing by ApplicationController#hello_world as HTML
278
+ Redirected to http://172.16.13.67:50493/nulogy_sso/login
279
+ Filter chain halted as :authenticate_sso_user rendered or redirected
280
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
281
+ Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 10:18:59 -0400
282
+ Processing by NulogySSO::AuthController#login as HTML
283
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
284
+ Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
285
+ 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
286
+ Processing by NulogySSO::AuthController#code as HTML
287
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:50493"}
288
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
289
+ Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb
290
+ Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (251.9ms)
291
+ Completed 403 Forbidden in 340ms (Views: 257.7ms | ActiveRecord: 0.2ms)
292
+ Started GET "/assets/nulogy_sso/sso_error-b77a6f675e88ae073ce5c25d246cc5c69b05984cade88b04b15847258d97421e.css" for 172.16.13.67 at 2019-09-18 10:18:59 -0400
293
+ Started GET "/assets/nulogy_sso/favicon-2b72479521db218ab5a48cd6a598556281f47efd89ccf3653e99189eea15f8e1.png" for 172.16.13.67 at 2019-09-18 10:19:00 -0400
294
+  (0.4ms) rollback transaction
295
+  (0.1ms) begin transaction
296
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 10:19:00 -0400
297
+ Processing by ApplicationController#hello_world as HTML
298
+ Redirected to http://172.16.13.67:50493/nulogy_sso/login
299
+ Filter chain halted as :authenticate_sso_user rendered or redirected
300
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
301
+ Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 10:19:00 -0400
302
+ Processing by NulogySSO::AuthController#login as HTML
303
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
304
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
305
+ 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
306
+ Processing by NulogySSO::AuthController#code as HTML
307
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:50493"}
308
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
309
+ Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb
310
+ Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (1.6ms)
311
+ Completed 403 Forbidden in 35ms (Views: 2.3ms | ActiveRecord: 0.2ms)
312
+  (0.1ms) rollback transaction
313
+  (0.3ms) begin transaction
314
+  (0.1ms) SAVEPOINT active_record_1
315
+ 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"]]
316
+  (0.1ms) RELEASE SAVEPOINT active_record_1
317
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 10:19:01 -0400
318
+ Processing by ApplicationController#hello_world as HTML
319
+ Redirected to http://172.16.13.67:50493/nulogy_sso/login
320
+ Filter chain halted as :authenticate_sso_user rendered or redirected
321
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
322
+ Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 10:19:01 -0400
323
+ Processing by NulogySSO::AuthController#login as HTML
324
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
325
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
326
+ 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
327
+ Processing by NulogySSO::AuthController#code as HTML
328
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:50493/hello_world"}
329
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
330
+ Redirected to http://172.16.13.67:50493/hello_world
331
+ Completed 302 Found in 37ms (ActiveRecord: 0.2ms)
332
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 10:19:01 -0400
333
+ Processing by ApplicationController#hello_world as HTML
334
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
335
+ Rendering text template
336
+ Rendered text template (0.0ms)
337
+ Completed 200 OK in 7ms (Views: 2.2ms | ActiveRecord: 0.3ms)
338
+  (0.4ms) rollback transaction
339
+  (0.1ms) begin transaction
340
+  (0.1ms) SAVEPOINT active_record_1
341
+ 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"]]
342
+  (0.1ms) RELEASE SAVEPOINT active_record_1
343
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 10:19:02 -0400
344
+ Processing by ApplicationController#hello_world as HTML
345
+ Redirected to http://172.16.13.67:50493/nulogy_sso/login
346
+ Filter chain halted as :authenticate_sso_user rendered or redirected
347
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
348
+ Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 10:19:02 -0400
349
+ Processing by NulogySSO::AuthController#login as HTML
350
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
351
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
352
+ 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
353
+ Processing by NulogySSO::AuthController#code as HTML
354
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:50493"}
355
+ Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb
356
+ Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (1.7ms)
357
+ Completed 403 Forbidden in 39ms (Views: 2.5ms | ActiveRecord: 0.0ms)
358
+  (0.5ms) rollback transaction
359
+  (0.1ms) begin transaction
360
+  (0.0ms) SAVEPOINT active_record_1
361
+ 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"]]
362
+  (0.0ms) RELEASE SAVEPOINT active_record_1
363
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 10:19:03 -0400
364
+ Processing by ApplicationController#hello_world as HTML
365
+ Redirected to http://172.16.13.67:50493/nulogy_sso/login
366
+ Filter chain halted as :authenticate_sso_user rendered or redirected
367
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
368
+ Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 10:19:03 -0400
369
+ Processing by NulogySSO::AuthController#login as HTML
370
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
371
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
372
+  (0.6ms) rollback transaction
373
+  (0.1ms) begin transaction
374
+  (0.1ms) SAVEPOINT active_record_1
375
+ 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"]]
376
+  (0.0ms) RELEASE SAVEPOINT active_record_1
377
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 10:19:04 -0400
378
+ Processing by ApplicationController#hello_world as HTML
379
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
380
+ Rendering text template
381
+ Rendered text template (0.0ms)
382
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)
383
+  (0.8ms) rollback transaction
384
+  (0.1ms) begin transaction
385
+  (0.0ms) SAVEPOINT active_record_1
386
+ 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"]]
387
+  (0.1ms) RELEASE SAVEPOINT active_record_1
388
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 10:19:05 -0400
389
+ Processing by ApplicationController#hello_world as HTML
390
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
391
+ Rendering text template
392
+ Rendered text template (0.0ms)
393
+ Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)
394
+  (0.1ms) SAVEPOINT active_record_1
395
+ 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]]
396
+  (0.2ms) RELEASE SAVEPOINT active_record_1
397
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 10:19:05 -0400
398
+ Processing by ApplicationController#hello_world as HTML
399
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
400
+ Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb within layouts/application
401
+ Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb within layouts/application (3.1ms)
402
+ Filter chain halted as :authenticate_sso_user rendered or redirected
403
+ Completed 403 Forbidden in 20ms (Views: 17.4ms | ActiveRecord: 0.1ms)
404
+ Started GET "/assets/application-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css" for 172.16.13.67 at 2019-09-18 10:19:05 -0400
405
+  (0.5ms) rollback transaction
406
+  (0.1ms) begin transaction
407
+  (0.0ms) SAVEPOINT active_record_1
408
+ 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"]]
409
+  (0.0ms) RELEASE SAVEPOINT active_record_1
410
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 10:19:06 -0400
411
+ Processing by ApplicationController#hello_world as HTML
412
+ Redirected to http://172.16.13.67:50493/nulogy_sso/login
413
+ Filter chain halted as :authenticate_sso_user rendered or redirected
414
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
415
+ Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 10:19:06 -0400
416
+ Processing by NulogySSO::AuthController#login as HTML
417
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
418
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
419
+  (0.5ms) rollback transaction
420
+  (0.1ms) begin transaction
421
+  (0.1ms) rollback transaction
422
+  (0.0ms) begin transaction
423
+  (0.0ms) rollback transaction
424
+  (0.1ms) begin transaction
425
+  (0.1ms) rollback transaction
426
+  (0.1ms) begin transaction
427
+  (0.1ms) rollback transaction
428
+  (0.1ms) begin transaction
429
+  (0.1ms) rollback transaction
430
+  (0.1ms) begin transaction
431
+  (0.1ms) rollback transaction
432
+  (0.0ms) begin transaction
433
+  (0.1ms) rollback transaction
434
+  (0.0ms) begin transaction
435
+  (0.1ms) rollback transaction
436
+  (0.2ms) begin transaction
437
+  (0.1ms) rollback transaction
438
+  (0.0ms) begin transaction
439
+  (0.1ms) SAVEPOINT active_record_1
440
+ 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"]]
441
+  (0.1ms) RELEASE SAVEPOINT active_record_1
442
+  (0.8ms) rollback transaction
443
+  (0.1ms) begin transaction
444
+  (0.1ms) SAVEPOINT active_record_1
445
+ 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"]]
446
+  (0.1ms) RELEASE SAVEPOINT active_record_1
447
+  (0.4ms) rollback transaction
448
+  (0.0ms) begin transaction
449
+  (0.1ms) SAVEPOINT active_record_1
450
+ 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"]]
451
+  (0.0ms) RELEASE SAVEPOINT active_record_1
452
+  (0.4ms) rollback transaction
453
+  (0.0ms) begin transaction
454
+  (0.0ms) SAVEPOINT active_record_1
455
+ 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"]]
456
+  (0.0ms) RELEASE SAVEPOINT active_record_1
457
+  (0.4ms) rollback transaction
458
+  (0.1ms) begin transaction
459
+  (0.0ms) rollback transaction
460
+  (0.0ms) begin transaction
461
+  (0.1ms) rollback transaction
462
+  (0.0ms) begin transaction
463
+  (0.0ms) rollback transaction
464
+  (0.0ms) begin transaction
465
+  (0.0ms) rollback transaction
466
+  (0.0ms) begin transaction
467
+  (0.1ms) rollback transaction
468
+  (0.0ms) begin transaction
469
+  (0.1ms) rollback transaction
470
+  (0.0ms) begin transaction
471
+  (0.1ms) rollback transaction
472
+  (0.1ms) begin transaction
473
+  (0.1ms) rollback transaction
474
+  (0.1ms) begin transaction
475
+  (0.1ms) rollback transaction
476
+  (0.1ms) begin transaction
477
+  (0.1ms) rollback transaction
478
+  (0.1ms) begin transaction
479
+  (0.1ms) rollback transaction
480
+  (0.1ms) begin transaction
481
+  (0.1ms) rollback transaction
482
+  (0.0ms) begin transaction
483
+  (0.1ms) rollback transaction
484
+  (0.0ms) begin transaction
485
+  (0.1ms) SAVEPOINT active_record_1
486
+ 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"]]
487
+  (0.1ms) RELEASE SAVEPOINT active_record_1
488
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:24:45 -0400
489
+ Processing by ApplicationController#hello_world as HTML
490
+ Redirected to http://172.16.13.67:53283/nulogy_auth/login
491
+ Filter chain halted as :authenticate_sso_user rendered or redirected
492
+ Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
493
+ Started GET "/nulogy_auth/login" for 172.16.13.67 at 2019-09-18 12:24:45 -0400
494
+ Processing by NulogyAuth::AuthController#login as HTML
495
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
496
+ Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
497
+ 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
498
+ Processing by NulogyAuth::AuthController#code as HTML
499
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:53283"}
500
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
501
+ Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb
502
+ Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (557.4ms)
503
+ Completed 403 Forbidden in 650ms (Views: 569.2ms | ActiveRecord: 0.2ms)
504
+ Started GET "/assets/nulogy_auth/sso_error-b77a6f675e88ae073ce5c25d246cc5c69b05984cade88b04b15847258d97421e.css" for 172.16.13.67 at 2019-09-18 12:24:46 -0400
505
+ Started GET "/assets/nulogy_auth/favicon-2b72479521db218ab5a48cd6a598556281f47efd89ccf3653e99189eea15f8e1.png" for 172.16.13.67 at 2019-09-18 12:24:46 -0400
506
+  (0.6ms) rollback transaction
507
+  (0.5ms) begin transaction
508
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:24:47 -0400
509
+ Processing by ApplicationController#hello_world as HTML
510
+ Redirected to http://172.16.13.67:53283/nulogy_auth/login
511
+ Filter chain halted as :authenticate_sso_user rendered or redirected
512
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
513
+ Started GET "/nulogy_auth/login" for 172.16.13.67 at 2019-09-18 12:24:47 -0400
514
+ Processing by NulogyAuth::AuthController#login as HTML
515
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
516
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
517
+ 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
518
+ Processing by NulogyAuth::AuthController#code as HTML
519
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:53283"}
520
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
521
+ Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb
522
+ Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (1.4ms)
523
+ Completed 403 Forbidden in 29ms (Views: 2.0ms | ActiveRecord: 0.4ms)
524
+  (0.1ms) rollback transaction
525
+  (0.3ms) begin transaction
526
+  (0.1ms) SAVEPOINT active_record_1
527
+ 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"]]
528
+  (0.1ms) RELEASE SAVEPOINT active_record_1
529
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:24:47 -0400
530
+ Processing by ApplicationController#hello_world as HTML
531
+ Redirected to http://172.16.13.67:53283/nulogy_auth/login
532
+ Filter chain halted as :authenticate_sso_user rendered or redirected
533
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
534
+ Started GET "/nulogy_auth/login" for 172.16.13.67 at 2019-09-18 12:24:47 -0400
535
+ Processing by NulogyAuth::AuthController#login as HTML
536
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
537
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
538
+ 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
539
+ Processing by NulogyAuth::AuthController#code as HTML
540
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:53283/hello_world"}
541
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
542
+ Redirected to http://172.16.13.67:53283/hello_world
543
+ Completed 302 Found in 40ms (ActiveRecord: 0.1ms)
544
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:24:48 -0400
545
+ Processing by ApplicationController#hello_world as HTML
546
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
547
+ Rendering text template
548
+ Rendered text template (0.0ms)
549
+ Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.1ms)
550
+  (0.6ms) rollback transaction
551
+  (0.1ms) begin transaction
552
+  (0.1ms) SAVEPOINT active_record_1
553
+ 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"]]
554
+  (0.1ms) RELEASE SAVEPOINT active_record_1
555
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:24:48 -0400
556
+ Processing by ApplicationController#hello_world as HTML
557
+ Redirected to http://172.16.13.67:53283/nulogy_auth/login
558
+ Filter chain halted as :authenticate_sso_user rendered or redirected
559
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
560
+ Started GET "/nulogy_auth/login" for 172.16.13.67 at 2019-09-18 12:24:48 -0400
561
+ Processing by NulogyAuth::AuthController#login as HTML
562
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
563
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
564
+ 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
565
+ Processing by NulogyAuth::AuthController#code as HTML
566
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:53283"}
567
+ Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb
568
+ Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (2.4ms)
569
+ Completed 403 Forbidden in 56ms (Views: 3.2ms | ActiveRecord: 0.0ms)
570
+  (0.6ms) rollback transaction
571
+  (0.1ms) begin transaction
572
+  (0.1ms) SAVEPOINT active_record_1
573
+ 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"]]
574
+  (0.1ms) RELEASE SAVEPOINT active_record_1
575
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:24:49 -0400
576
+ Processing by ApplicationController#hello_world as HTML
577
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
578
+ Rendering text template
579
+ Rendered text template (0.0ms)
580
+ Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.1ms)
581
+  (0.7ms) rollback transaction
582
+  (0.1ms) begin transaction
583
+  (0.1ms) SAVEPOINT active_record_1
584
+ 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"]]
585
+  (0.1ms) RELEASE SAVEPOINT active_record_1
586
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:24:50 -0400
587
+ Processing by ApplicationController#hello_world as HTML
588
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
589
+ Rendering text template
590
+ Rendered text template (0.0ms)
591
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)
592
+  (0.1ms) SAVEPOINT active_record_1
593
+ 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]]
594
+  (0.1ms) RELEASE SAVEPOINT active_record_1
595
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:24:50 -0400
596
+ Processing by ApplicationController#hello_world as HTML
597
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
598
+ Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb within layouts/application
599
+ Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb within layouts/application (2.2ms)
600
+ Filter chain halted as :authenticate_sso_user rendered or redirected
601
+ Completed 403 Forbidden in 18ms (Views: 15.4ms | ActiveRecord: 0.1ms)
602
+ Started GET "/assets/application-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css" for 172.16.13.67 at 2019-09-18 12:24:50 -0400
603
+  (0.5ms) rollback transaction
604
+  (0.2ms) begin transaction
605
+  (0.2ms) SAVEPOINT active_record_1
606
+ 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"]]
607
+  (0.2ms) RELEASE SAVEPOINT active_record_1
608
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:24:51 -0400
609
+ Processing by ApplicationController#hello_world as HTML
610
+ Redirected to http://172.16.13.67:53283/nulogy_auth/login
611
+ Filter chain halted as :authenticate_sso_user rendered or redirected
612
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
613
+ Started GET "/nulogy_auth/login" for 172.16.13.67 at 2019-09-18 12:24:51 -0400
614
+ Processing by NulogyAuth::AuthController#login as HTML
615
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
616
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
617
+  (0.6ms) rollback transaction
618
+  (0.2ms) begin transaction
619
+  (0.2ms) SAVEPOINT active_record_1
620
+ 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"]]
621
+  (0.2ms) RELEASE SAVEPOINT active_record_1
622
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:24:51 -0400
623
+ Processing by ApplicationController#hello_world as HTML
624
+ Redirected to http://172.16.13.67:53283/nulogy_auth/login
625
+ Filter chain halted as :authenticate_sso_user rendered or redirected
626
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
627
+ Started GET "/nulogy_auth/login" for 172.16.13.67 at 2019-09-18 12:24:51 -0400
628
+ Processing by NulogyAuth::AuthController#login as HTML
629
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
630
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
631
+  (0.6ms) rollback transaction
632
+  (0.2ms) begin transaction
633
+  (0.1ms) rollback transaction
634
+  (0.0ms) begin transaction
635
+  (0.1ms) rollback transaction
636
+  (0.0ms) begin transaction
637
+  (0.1ms) rollback transaction
638
+  (0.0ms) begin transaction
639
+  (0.1ms) rollback transaction
640
+  (0.1ms) begin transaction
641
+  (0.1ms) rollback transaction
642
+  (0.1ms) begin transaction
643
+  (0.0ms) rollback transaction
644
+  (0.1ms) begin transaction
645
+  (0.1ms) rollback transaction
646
+  (0.0ms) begin transaction
647
+  (0.1ms) rollback transaction
648
+  (0.0ms) begin transaction
649
+  (0.0ms) rollback transaction
650
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
651
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
652
+  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
653
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
654
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
655
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
656
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
657
+  (0.1ms) DROP TABLE IF EXISTS "users"
658
+  (0.1ms) SELECT sqlite_version(*)
659
+  (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)
660
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
661
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
662
+  (1.5ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
663
+  (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)
664
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
665
+  (0.1ms) begin transaction
666
+ 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"]]
667
+  (0.9ms) commit transaction
668
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
669
+  (0.1ms) begin transaction
670
+  (0.0ms) commit transaction
671
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
672
+  (0.1ms) begin transaction
673
+  (0.1ms) rollback transaction
674
+  (0.0ms) begin transaction
675
+  (0.1ms) rollback transaction
676
+  (0.1ms) begin transaction
677
+  (0.1ms) rollback transaction
678
+  (0.0ms) begin transaction
679
+  (0.1ms) rollback transaction
680
+  (0.0ms) begin transaction
681
+  (0.1ms) rollback transaction
682
+  (0.1ms) begin transaction
683
+  (0.1ms) rollback transaction
684
+  (0.0ms) begin transaction
685
+  (0.1ms) rollback transaction
686
+  (0.1ms) begin transaction
687
+  (0.3ms) rollback transaction
688
+  (0.1ms) begin transaction
689
+  (0.0ms) rollback transaction
690
+  (0.0ms) begin transaction
691
+  (0.1ms) SAVEPOINT active_record_1
692
+ 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"]]
693
+  (0.1ms) RELEASE SAVEPOINT active_record_1
694
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:40:55 -0400
695
+ Processing by ApplicationController#hello_world as HTML
696
+ Redirected to http://172.16.13.67:53772/nulogy_sso/login
697
+ Filter chain halted as :authenticate_sso_user rendered or redirected
698
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
699
+ Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 12:40:55 -0400
700
+ Processing by NulogySSO::AuthController#login as HTML
701
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
702
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
703
+  (0.5ms) rollback transaction
704
+  (0.1ms) begin transaction
705
+  (0.1ms) SAVEPOINT active_record_1
706
+ 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"]]
707
+  (0.2ms) RELEASE SAVEPOINT active_record_1
708
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:40:56 -0400
709
+ Processing by ApplicationController#hello_world as HTML
710
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
711
+ Rendering text template
712
+ Rendered text template (0.0ms)
713
+ Completed 200 OK in 65ms (Views: 5.7ms | ActiveRecord: 0.4ms)
714
+  (0.1ms) SAVEPOINT active_record_1
715
+ 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]]
716
+  (0.0ms) RELEASE SAVEPOINT active_record_1
717
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:40:56 -0400
718
+ Processing by ApplicationController#hello_world as HTML
719
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
720
+ Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb within layouts/application
721
+ Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb within layouts/application (329.2ms)
722
+ Filter chain halted as :authenticate_sso_user rendered or redirected
723
+ Completed 403 Forbidden in 341ms (Views: 339.6ms | ActiveRecord: 0.1ms)
724
+ Started GET "/assets/application-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css" for 172.16.13.67 at 2019-09-18 12:40:57 -0400
725
+ Started GET "/assets/nulogy_sso/sso_error-b77a6f675e88ae073ce5c25d246cc5c69b05984cade88b04b15847258d97421e.css" for 172.16.13.67 at 2019-09-18 12:40:57 -0400
726
+  (0.6ms) rollback transaction
727
+  (0.1ms) begin transaction
728
+  (0.1ms) SAVEPOINT active_record_1
729
+ 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"]]
730
+  (0.2ms) RELEASE SAVEPOINT active_record_1
731
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:40:57 -0400
732
+ Processing by ApplicationController#hello_world as HTML
733
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
734
+ Rendering text template
735
+ Rendered text template (0.0ms)
736
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.1ms)
737
+  (0.5ms) rollback transaction
738
+  (0.2ms) begin transaction
739
+  (0.3ms) SAVEPOINT active_record_1
740
+ 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"]]
741
+  (0.2ms) RELEASE SAVEPOINT active_record_1
742
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:40:58 -0400
743
+ Processing by ApplicationController#hello_world as HTML
744
+ Redirected to http://172.16.13.67:53772/nulogy_sso/login
745
+ Filter chain halted as :authenticate_sso_user rendered or redirected
746
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
747
+ Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 12:40:58 -0400
748
+ Processing by NulogySSO::AuthController#login as HTML
749
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
750
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
751
+  (0.5ms) rollback transaction
752
+  (0.2ms) begin transaction
753
+  (0.1ms) SAVEPOINT active_record_1
754
+ 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"]]
755
+  (0.1ms) RELEASE SAVEPOINT active_record_1
756
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:40:59 -0400
757
+ Processing by ApplicationController#hello_world as HTML
758
+ Redirected to http://172.16.13.67:53772/nulogy_sso/login
759
+ Filter chain halted as :authenticate_sso_user rendered or redirected
760
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
761
+ Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 12:40:59 -0400
762
+ Processing by NulogySSO::AuthController#login as HTML
763
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
764
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
765
+ 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
766
+ Processing by NulogySSO::AuthController#code as HTML
767
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:53772"}
768
+ Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb
769
+ Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (4.4ms)
770
+ Completed 403 Forbidden in 53ms (Views: 7.1ms | ActiveRecord: 0.0ms)
771
+ Started GET "/assets/nulogy_sso/favicon-2b72479521db218ab5a48cd6a598556281f47efd89ccf3653e99189eea15f8e1.png" for 172.16.13.67 at 2019-09-18 12:40:59 -0400
772
+  (0.6ms) rollback transaction
773
+  (0.2ms) begin transaction
774
+  (0.1ms) SAVEPOINT active_record_1
775
+ 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"]]
776
+  (0.1ms) RELEASE SAVEPOINT active_record_1
777
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:40:59 -0400
778
+ Processing by ApplicationController#hello_world as HTML
779
+ Redirected to http://172.16.13.67:53772/nulogy_sso/login
780
+ Filter chain halted as :authenticate_sso_user rendered or redirected
781
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
782
+ Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 12:40:59 -0400
783
+ Processing by NulogySSO::AuthController#login as HTML
784
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
785
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
786
+ 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
787
+ Processing by NulogySSO::AuthController#code as HTML
788
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:53772/hello_world"}
789
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
790
+ Redirected to http://172.16.13.67:53772/hello_world
791
+ Completed 302 Found in 35ms (ActiveRecord: 0.2ms)
792
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:41:00 -0400
793
+ Processing by ApplicationController#hello_world as HTML
794
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
795
+ Rendering text template
796
+ Rendered text template (0.0ms)
797
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.1ms)
798
+  (0.4ms) rollback transaction
799
+  (0.2ms) begin transaction
800
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:41:00 -0400
801
+ Processing by ApplicationController#hello_world as HTML
802
+ Redirected to http://172.16.13.67:53772/nulogy_sso/login
803
+ Filter chain halted as :authenticate_sso_user rendered or redirected
804
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
805
+ Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 12:41:00 -0400
806
+ Processing by NulogySSO::AuthController#login as HTML
807
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
808
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
809
+ 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
810
+ Processing by NulogySSO::AuthController#code as HTML
811
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:53772"}
812
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
813
+ Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb
814
+ Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (1.3ms)
815
+ Completed 403 Forbidden in 47ms (Views: 2.0ms | ActiveRecord: 0.2ms)
816
+  (0.1ms) rollback transaction
817
+  (0.2ms) begin transaction
818
+  (0.1ms) SAVEPOINT active_record_1
819
+ 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"]]
820
+  (0.1ms) RELEASE SAVEPOINT active_record_1
821
+ Started GET "/hello_world" for 172.16.13.67 at 2019-09-18 12:41:01 -0400
822
+ Processing by ApplicationController#hello_world as HTML
823
+ Redirected to http://172.16.13.67:53772/nulogy_sso/login
824
+ Filter chain halted as :authenticate_sso_user rendered or redirected
825
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
826
+ Started GET "/nulogy_sso/login" for 172.16.13.67 at 2019-09-18 12:41:01 -0400
827
+ Processing by NulogySSO::AuthController#login as HTML
828
+ Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
829
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
830
+ 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
831
+ Processing by NulogySSO::AuthController#code as HTML
832
+ Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://172.16.13.67:53772"}
833
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@nulogy.com"], ["LIMIT", 1]]
834
+ Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb
835
+ Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (2.5ms)
836
+ Completed 403 Forbidden in 28ms (Views: 3.3ms | ActiveRecord: 0.3ms)
837
+  (0.6ms) rollback transaction