rails_sso 0.2.1 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +12 -1
- data/app/services/rails_sso/fetch_user.rb +19 -4
- data/config/locales/en.yml +5 -0
- data/lib/generators/rails_sso_generator.rb +13 -0
- data/lib/generators/templates/sso.rb +15 -0
- data/lib/rails_sso/client.rb +50 -0
- data/lib/rails_sso/helpers.rb +28 -5
- data/lib/rails_sso/response_error.rb +11 -0
- data/lib/rails_sso/version.rb +1 -1
- data/lib/rails_sso.rb +3 -1
- data/test/dummy/config/application.rb +12 -2
- data/test/dummy/config/environments/development.rb +2 -2
- data/test/dummy/config/environments/production.rb +1 -1
- data/test/dummy/config/environments/test.rb +1 -1
- data/test/dummy/config/initializers/sso.rb +1 -0
- data/test/dummy/log/development.log +4 -0
- data/test/dummy/log/test.log +1395 -0
- data/test/lib/rails_sso/helpers_test.rb +74 -0
- data/test/lib/rails_sso/response_error_test.rb +21 -0
- data/test/services/rails_sso/fetch_user_test.rb +36 -20
- data/test/test_helper.rb +2 -1
- metadata +13 -5
- data/lib/rails_sso/access_token.rb +0 -52
- data/test/dummy/db/test.sqlite3 +0 -0
data/test/dummy/log/test.log
CHANGED
@@ -2533,3 +2533,1398 @@ SsoRoutesTest: test_should_route_/:provider/callback
|
|
2533
2533
|
SsoRoutesTest: test_should_route_/sign_out
|
2534
2534
|
------------------------------------------
|
2535
2535
|
[1m[35m (0.1ms)[0m rollback transaction
|
2536
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2537
|
+
---------------------------------------------------------------------------------------------
|
2538
|
+
RailsSso::FetchUserTest: test_call_should_fetch_user_with_access_token_and_return_parsed_data
|
2539
|
+
---------------------------------------------------------------------------------------------
|
2540
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2541
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2542
|
+
------------------------
|
2543
|
+
RailsSsoTest: test_truth
|
2544
|
+
------------------------
|
2545
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2546
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2547
|
+
------------------------------------------
|
2548
|
+
SsoRoutesTest: test_should_route_/sign_out
|
2549
|
+
------------------------------------------
|
2550
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2551
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2552
|
+
----------------------------------------------------
|
2553
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
2554
|
+
----------------------------------------------------
|
2555
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2556
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2557
|
+
------------------------------------------------------------------------------------------------
|
2558
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
2559
|
+
------------------------------------------------------------------------------------------------
|
2560
|
+
Processing by RailsSso::SessionsController#create as HTML
|
2561
|
+
Parameters: {"provider"=>"developer"}
|
2562
|
+
Redirected to http://test.host/
|
2563
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
2564
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2565
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2566
|
+
-------------------------------------------------------------------------------------------------------
|
2567
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
2568
|
+
-------------------------------------------------------------------------------------------------------
|
2569
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
2570
|
+
Redirected to http://test.host/
|
2571
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
2572
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2573
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2574
|
+
------------------------
|
2575
|
+
RailsSsoTest: test_truth
|
2576
|
+
------------------------
|
2577
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2578
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2579
|
+
---------------------------------------------------------------------------------------------
|
2580
|
+
RailsSso::FetchUserTest: test_call_should_fetch_user_with_access_token_and_return_parsed_data
|
2581
|
+
---------------------------------------------------------------------------------------------
|
2582
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2583
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2584
|
+
-------------------------------------------------------------------------------------------------------
|
2585
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
2586
|
+
-------------------------------------------------------------------------------------------------------
|
2587
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
2588
|
+
Redirected to http://test.host/
|
2589
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
2590
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2591
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2592
|
+
------------------------------------------------------------------------------------------------
|
2593
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
2594
|
+
------------------------------------------------------------------------------------------------
|
2595
|
+
Processing by RailsSso::SessionsController#create as HTML
|
2596
|
+
Parameters: {"provider"=>"developer"}
|
2597
|
+
Redirected to http://test.host/
|
2598
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
2599
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2600
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2601
|
+
----------------------------------------------------
|
2602
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
2603
|
+
----------------------------------------------------
|
2604
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2605
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2606
|
+
------------------------------------------
|
2607
|
+
SsoRoutesTest: test_should_route_/sign_out
|
2608
|
+
------------------------------------------
|
2609
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2610
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2611
|
+
---------------------------------------------------------------------------------------------
|
2612
|
+
RailsSso::FetchUserTest: test_call_should_fetch_user_with_access_token_and_return_parsed_data
|
2613
|
+
---------------------------------------------------------------------------------------------
|
2614
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2615
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2616
|
+
------------------------
|
2617
|
+
RailsSsoTest: test_truth
|
2618
|
+
------------------------
|
2619
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2620
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2621
|
+
------------------------------------------------------------------------------------------------
|
2622
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
2623
|
+
------------------------------------------------------------------------------------------------
|
2624
|
+
Processing by RailsSso::SessionsController#create as HTML
|
2625
|
+
Parameters: {"provider"=>"developer"}
|
2626
|
+
Redirected to http://test.host/
|
2627
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
2628
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2629
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2630
|
+
-------------------------------------------------------------------------------------------------------
|
2631
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
2632
|
+
-------------------------------------------------------------------------------------------------------
|
2633
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
2634
|
+
Redirected to http://test.host/
|
2635
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
2636
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2637
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2638
|
+
----------------------------------------------------
|
2639
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
2640
|
+
----------------------------------------------------
|
2641
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2642
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2643
|
+
------------------------------------------
|
2644
|
+
SsoRoutesTest: test_should_route_/sign_out
|
2645
|
+
------------------------------------------
|
2646
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2647
|
+
[1m[36m (25.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
2648
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
2649
|
+
[1m[36m (16.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
2650
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
2651
|
+
[1m[36m (24.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
2652
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
2653
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2654
|
+
------------------------
|
2655
|
+
RailsSsoTest: test_truth
|
2656
|
+
------------------------
|
2657
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
2658
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2659
|
+
----------------------------------------------------
|
2660
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
2661
|
+
----------------------------------------------------
|
2662
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
2663
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2664
|
+
------------------------------------------
|
2665
|
+
SsoRoutesTest: test_should_route_/sign_out
|
2666
|
+
------------------------------------------
|
2667
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
2668
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2669
|
+
------------------------------------------------------------------------------------------------
|
2670
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
2671
|
+
------------------------------------------------------------------------------------------------
|
2672
|
+
Processing by RailsSso::SessionsController#create as HTML
|
2673
|
+
Parameters: {"provider"=>"developer"}
|
2674
|
+
Redirected to http://test.host/
|
2675
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
2676
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
2677
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2678
|
+
-------------------------------------------------------------------------------------------------------
|
2679
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
2680
|
+
-------------------------------------------------------------------------------------------------------
|
2681
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
2682
|
+
Redirected to http://test.host/
|
2683
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
2684
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
2685
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2686
|
+
---------------------------------------------------------------------------------------------
|
2687
|
+
RailsSso::FetchUserTest: test_call_should_fetch_user_with_access_token_and_return_parsed_data
|
2688
|
+
---------------------------------------------------------------------------------------------
|
2689
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
2690
|
+
----------------------------------------------------
|
2691
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
2692
|
+
----------------------------------------------------
|
2693
|
+
------------------------------------------
|
2694
|
+
SsoRoutesTest: test_should_route_/sign_out
|
2695
|
+
------------------------------------------
|
2696
|
+
------------------------------------------------------------------------------------------------
|
2697
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
2698
|
+
------------------------------------------------------------------------------------------------
|
2699
|
+
Processing by RailsSso::SessionsController#create as HTML
|
2700
|
+
Parameters: {"provider"=>"developer"}
|
2701
|
+
Redirected to http://test.host/
|
2702
|
+
Completed 302 Found in 1ms
|
2703
|
+
-------------------------------------------------------------------------------------------------------
|
2704
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
2705
|
+
-------------------------------------------------------------------------------------------------------
|
2706
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
2707
|
+
Redirected to http://test.host/
|
2708
|
+
Completed 302 Found in 0ms
|
2709
|
+
------------------------
|
2710
|
+
RailsSsoTest: test_truth
|
2711
|
+
------------------------
|
2712
|
+
---------------------------------------------------------------------------------------------
|
2713
|
+
RailsSso::FetchUserTest: test_call_should_fetch_user_with_access_token_and_return_parsed_data
|
2714
|
+
---------------------------------------------------------------------------------------------
|
2715
|
+
------------------------
|
2716
|
+
RailsSsoTest: test_truth
|
2717
|
+
------------------------
|
2718
|
+
------------------------------------------------------------------------------------------------
|
2719
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
2720
|
+
------------------------------------------------------------------------------------------------
|
2721
|
+
Processing by RailsSso::SessionsController#create as HTML
|
2722
|
+
Parameters: {"provider"=>"developer"}
|
2723
|
+
Redirected to http://test.host/
|
2724
|
+
Completed 302 Found in 0ms
|
2725
|
+
-------------------------------------------------------------------------------------------------------
|
2726
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
2727
|
+
-------------------------------------------------------------------------------------------------------
|
2728
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
2729
|
+
Redirected to http://test.host/
|
2730
|
+
Completed 302 Found in 0ms
|
2731
|
+
---------------------------------------------------------------------------------------------
|
2732
|
+
RailsSso::FetchUserTest: test_call_should_fetch_user_with_access_token_and_return_parsed_data
|
2733
|
+
---------------------------------------------------------------------------------------------
|
2734
|
+
----------------------------------------------------
|
2735
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
2736
|
+
----------------------------------------------------
|
2737
|
+
------------------------------------------
|
2738
|
+
SsoRoutesTest: test_should_route_/sign_out
|
2739
|
+
------------------------------------------
|
2740
|
+
------------------------------------------------------------------------------------------------
|
2741
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
2742
|
+
------------------------------------------------------------------------------------------------
|
2743
|
+
Processing by RailsSso::SessionsController#create as HTML
|
2744
|
+
Parameters: {"provider"=>"developer"}
|
2745
|
+
Redirected to http://test.host/
|
2746
|
+
Completed 302 Found in 0ms
|
2747
|
+
-------------------------------------------------------------------------------------------------------
|
2748
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
2749
|
+
-------------------------------------------------------------------------------------------------------
|
2750
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
2751
|
+
Redirected to http://test.host/
|
2752
|
+
Completed 302 Found in 0ms
|
2753
|
+
------------------------------------------
|
2754
|
+
SsoRoutesTest: test_should_route_/sign_out
|
2755
|
+
------------------------------------------
|
2756
|
+
----------------------------------------------------
|
2757
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
2758
|
+
----------------------------------------------------
|
2759
|
+
------------------------
|
2760
|
+
RailsSsoTest: test_truth
|
2761
|
+
------------------------
|
2762
|
+
---------------------------------------------------------------------------------------------
|
2763
|
+
RailsSso::FetchUserTest: test_call_should_fetch_user_with_access_token_and_return_parsed_data
|
2764
|
+
---------------------------------------------------------------------------------------------
|
2765
|
+
------------------------------------------------------------------------------------------------
|
2766
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
2767
|
+
------------------------------------------------------------------------------------------------
|
2768
|
+
Processing by RailsSso::SessionsController#create as HTML
|
2769
|
+
Parameters: {"provider"=>"developer"}
|
2770
|
+
Redirected to http://test.host/
|
2771
|
+
Completed 302 Found in 0ms
|
2772
|
+
-------------------------------------------------------------------------------------------------------
|
2773
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
2774
|
+
-------------------------------------------------------------------------------------------------------
|
2775
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
2776
|
+
Redirected to http://test.host/
|
2777
|
+
Completed 302 Found in 0ms
|
2778
|
+
----------------------------------------------------
|
2779
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
2780
|
+
----------------------------------------------------
|
2781
|
+
------------------------------------------
|
2782
|
+
SsoRoutesTest: test_should_route_/sign_out
|
2783
|
+
------------------------------------------
|
2784
|
+
---------------------------------------------------------------------
|
2785
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
2786
|
+
---------------------------------------------------------------------
|
2787
|
+
-----------------------------------------------------------------------------------------------------
|
2788
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
2789
|
+
-----------------------------------------------------------------------------------------------------
|
2790
|
+
------------------------
|
2791
|
+
RailsSsoTest: test_truth
|
2792
|
+
------------------------
|
2793
|
+
----------------------------------------------------
|
2794
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
2795
|
+
----------------------------------------------------
|
2796
|
+
------------------------------------------
|
2797
|
+
SsoRoutesTest: test_should_route_/sign_out
|
2798
|
+
------------------------------------------
|
2799
|
+
------------------------------------------------------------------------------------------------
|
2800
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
2801
|
+
------------------------------------------------------------------------------------------------
|
2802
|
+
Processing by RailsSso::SessionsController#create as HTML
|
2803
|
+
Parameters: {"provider"=>"developer"}
|
2804
|
+
Redirected to http://test.host/
|
2805
|
+
Completed 302 Found in 0ms
|
2806
|
+
-------------------------------------------------------------------------------------------------------
|
2807
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
2808
|
+
-------------------------------------------------------------------------------------------------------
|
2809
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
2810
|
+
Redirected to http://test.host/
|
2811
|
+
Completed 302 Found in 0ms
|
2812
|
+
-----------------------------------------------------------------------------------------------------
|
2813
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
2814
|
+
-----------------------------------------------------------------------------------------------------
|
2815
|
+
---------------------------------------------------------------------
|
2816
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
2817
|
+
---------------------------------------------------------------------
|
2818
|
+
------------------------
|
2819
|
+
RailsSsoTest: test_truth
|
2820
|
+
------------------------
|
2821
|
+
------------------------------------------------------------------------------------------------
|
2822
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
2823
|
+
------------------------------------------------------------------------------------------------
|
2824
|
+
Processing by RailsSso::SessionsController#create as HTML
|
2825
|
+
Parameters: {"provider"=>"developer"}
|
2826
|
+
Redirected to http://test.host/
|
2827
|
+
Completed 302 Found in 0ms
|
2828
|
+
-------------------------------------------------------------------------------------------------------
|
2829
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
2830
|
+
-------------------------------------------------------------------------------------------------------
|
2831
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
2832
|
+
Redirected to http://test.host/
|
2833
|
+
Completed 302 Found in 0ms
|
2834
|
+
------------------------
|
2835
|
+
RailsSsoTest: test_truth
|
2836
|
+
------------------------
|
2837
|
+
-----------------------------------------------------------------------------------------------------
|
2838
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
2839
|
+
-----------------------------------------------------------------------------------------------------
|
2840
|
+
---------------------------------------------------------------------
|
2841
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
2842
|
+
---------------------------------------------------------------------
|
2843
|
+
------------------------------------------
|
2844
|
+
SsoRoutesTest: test_should_route_/sign_out
|
2845
|
+
------------------------------------------
|
2846
|
+
----------------------------------------------------
|
2847
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
2848
|
+
----------------------------------------------------
|
2849
|
+
------------------------
|
2850
|
+
RailsSsoTest: test_truth
|
2851
|
+
------------------------
|
2852
|
+
-----------------------------------------------------------------------------------------------------
|
2853
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
2854
|
+
-----------------------------------------------------------------------------------------------------
|
2855
|
+
---------------------------------------------------------------------
|
2856
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
2857
|
+
---------------------------------------------------------------------
|
2858
|
+
------------------------------------------------------------------------------------------------
|
2859
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
2860
|
+
------------------------------------------------------------------------------------------------
|
2861
|
+
Processing by RailsSso::SessionsController#create as HTML
|
2862
|
+
Parameters: {"provider"=>"developer"}
|
2863
|
+
Redirected to http://test.host/
|
2864
|
+
Completed 302 Found in 0ms
|
2865
|
+
-------------------------------------------------------------------------------------------------------
|
2866
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
2867
|
+
-------------------------------------------------------------------------------------------------------
|
2868
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
2869
|
+
Redirected to http://test.host/
|
2870
|
+
Completed 302 Found in 0ms
|
2871
|
+
----------------------------------------------------
|
2872
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
2873
|
+
----------------------------------------------------
|
2874
|
+
------------------------------------------
|
2875
|
+
SsoRoutesTest: test_should_route_/sign_out
|
2876
|
+
------------------------------------------
|
2877
|
+
-------------------------------------------------------------------------------------------------------
|
2878
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
2879
|
+
-------------------------------------------------------------------------------------------------------
|
2880
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
2881
|
+
Redirected to http://test.host/
|
2882
|
+
Completed 302 Found in 0ms
|
2883
|
+
------------------------------------------------------------------------------------------------
|
2884
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
2885
|
+
------------------------------------------------------------------------------------------------
|
2886
|
+
Processing by RailsSso::SessionsController#create as HTML
|
2887
|
+
Parameters: {"provider"=>"developer"}
|
2888
|
+
Redirected to http://test.host/
|
2889
|
+
Completed 302 Found in 0ms
|
2890
|
+
-----------------------------------------------------------------------------------------------------
|
2891
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
2892
|
+
-----------------------------------------------------------------------------------------------------
|
2893
|
+
---------------------------------------------------------------------
|
2894
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
2895
|
+
---------------------------------------------------------------------
|
2896
|
+
----------------------------------------------------
|
2897
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
2898
|
+
----------------------------------------------------
|
2899
|
+
------------------------------------------
|
2900
|
+
SsoRoutesTest: test_should_route_/sign_out
|
2901
|
+
------------------------------------------
|
2902
|
+
------------------------
|
2903
|
+
RailsSsoTest: test_truth
|
2904
|
+
------------------------
|
2905
|
+
------------------------
|
2906
|
+
RailsSsoTest: test_truth
|
2907
|
+
------------------------
|
2908
|
+
-------------------------------------------------------------
|
2909
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
2910
|
+
-------------------------------------------------------------
|
2911
|
+
---------------------------------------------------------------------
|
2912
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
2913
|
+
---------------------------------------------------------------------
|
2914
|
+
-----------------------------------------------------------------------------------------------------
|
2915
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
2916
|
+
-----------------------------------------------------------------------------------------------------
|
2917
|
+
------------------------------------------------------------------------------------------------
|
2918
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
2919
|
+
------------------------------------------------------------------------------------------------
|
2920
|
+
Processing by RailsSso::SessionsController#create as HTML
|
2921
|
+
Parameters: {"provider"=>"developer"}
|
2922
|
+
Redirected to http://test.host/
|
2923
|
+
Completed 302 Found in 0ms
|
2924
|
+
-------------------------------------------------------------------------------------------------------
|
2925
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
2926
|
+
-------------------------------------------------------------------------------------------------------
|
2927
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
2928
|
+
Redirected to http://test.host/
|
2929
|
+
Completed 302 Found in 0ms
|
2930
|
+
----------------------------------------------------
|
2931
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
2932
|
+
----------------------------------------------------
|
2933
|
+
------------------------------------------
|
2934
|
+
SsoRoutesTest: test_should_route_/sign_out
|
2935
|
+
------------------------------------------
|
2936
|
+
----------------------------------------------------
|
2937
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
2938
|
+
----------------------------------------------------
|
2939
|
+
------------------------------------------
|
2940
|
+
SsoRoutesTest: test_should_route_/sign_out
|
2941
|
+
------------------------------------------
|
2942
|
+
------------------------------------------------------------------------------------------------
|
2943
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
2944
|
+
------------------------------------------------------------------------------------------------
|
2945
|
+
Processing by RailsSso::SessionsController#create as HTML
|
2946
|
+
Parameters: {"provider"=>"developer"}
|
2947
|
+
Redirected to http://test.host/
|
2948
|
+
Completed 302 Found in 0ms
|
2949
|
+
-------------------------------------------------------------------------------------------------------
|
2950
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
2951
|
+
-------------------------------------------------------------------------------------------------------
|
2952
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
2953
|
+
Redirected to http://test.host/
|
2954
|
+
Completed 302 Found in 0ms
|
2955
|
+
------------------------
|
2956
|
+
RailsSsoTest: test_truth
|
2957
|
+
------------------------
|
2958
|
+
---------------------------------------------------------------------
|
2959
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
2960
|
+
---------------------------------------------------------------------
|
2961
|
+
-------------------------------------------------------------
|
2962
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
2963
|
+
-------------------------------------------------------------
|
2964
|
+
-----------------------------------------------------------------------------------------------------
|
2965
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
2966
|
+
-----------------------------------------------------------------------------------------------------
|
2967
|
+
------------------------------------------------------------------------------------------------
|
2968
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
2969
|
+
------------------------------------------------------------------------------------------------
|
2970
|
+
Processing by RailsSso::SessionsController#create as HTML
|
2971
|
+
Parameters: {"provider"=>"developer"}
|
2972
|
+
Redirected to http://test.host/
|
2973
|
+
Completed 302 Found in 0ms
|
2974
|
+
-------------------------------------------------------------------------------------------------------
|
2975
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
2976
|
+
-------------------------------------------------------------------------------------------------------
|
2977
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
2978
|
+
Redirected to http://test.host/
|
2979
|
+
Completed 302 Found in 0ms
|
2980
|
+
-----------------------------------------------------------------------------------------------------
|
2981
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
2982
|
+
-----------------------------------------------------------------------------------------------------
|
2983
|
+
---------------------------------------------------------------------
|
2984
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
2985
|
+
---------------------------------------------------------------------
|
2986
|
+
-------------------------------------------------------------
|
2987
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
2988
|
+
-------------------------------------------------------------
|
2989
|
+
------------------------
|
2990
|
+
RailsSsoTest: test_truth
|
2991
|
+
------------------------
|
2992
|
+
----------------------------------------------------
|
2993
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
2994
|
+
----------------------------------------------------
|
2995
|
+
------------------------------------------
|
2996
|
+
SsoRoutesTest: test_should_route_/sign_out
|
2997
|
+
------------------------------------------
|
2998
|
+
------------------------
|
2999
|
+
RailsSsoTest: test_truth
|
3000
|
+
------------------------
|
3001
|
+
----------------------------------------------------
|
3002
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
3003
|
+
----------------------------------------------------
|
3004
|
+
------------------------------------------
|
3005
|
+
SsoRoutesTest: test_should_route_/sign_out
|
3006
|
+
------------------------------------------
|
3007
|
+
-------------------------------------------------------------
|
3008
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
3009
|
+
-------------------------------------------------------------
|
3010
|
+
---------------------------------------------------------------------
|
3011
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
3012
|
+
---------------------------------------------------------------------
|
3013
|
+
-----------------------------------------------------------------------------------------------------
|
3014
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
3015
|
+
-----------------------------------------------------------------------------------------------------
|
3016
|
+
------------------------------------------------------------------------------------------------
|
3017
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
3018
|
+
------------------------------------------------------------------------------------------------
|
3019
|
+
Processing by RailsSso::SessionsController#create as HTML
|
3020
|
+
Parameters: {"provider"=>"developer"}
|
3021
|
+
Redirected to http://test.host/
|
3022
|
+
Completed 302 Found in 0ms
|
3023
|
+
-------------------------------------------------------------------------------------------------------
|
3024
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
3025
|
+
-------------------------------------------------------------------------------------------------------
|
3026
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
3027
|
+
Redirected to http://test.host/
|
3028
|
+
Completed 302 Found in 0ms
|
3029
|
+
------------------------------------------
|
3030
|
+
SsoRoutesTest: test_should_route_/sign_out
|
3031
|
+
------------------------------------------
|
3032
|
+
----------------------------------------------------
|
3033
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
3034
|
+
----------------------------------------------------
|
3035
|
+
------------------------
|
3036
|
+
RailsSsoTest: test_truth
|
3037
|
+
------------------------
|
3038
|
+
-------------------------------------------------------------------------------------------------------
|
3039
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
3040
|
+
-------------------------------------------------------------------------------------------------------
|
3041
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
3042
|
+
Redirected to http://test.host/
|
3043
|
+
Completed 302 Found in 0ms
|
3044
|
+
------------------------------------------------------------------------------------------------
|
3045
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
3046
|
+
------------------------------------------------------------------------------------------------
|
3047
|
+
Processing by RailsSso::SessionsController#create as HTML
|
3048
|
+
Parameters: {"provider"=>"developer"}
|
3049
|
+
Redirected to http://test.host/
|
3050
|
+
Completed 302 Found in 0ms
|
3051
|
+
-----------------------------------------------------------------------------------------------------
|
3052
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
3053
|
+
-----------------------------------------------------------------------------------------------------
|
3054
|
+
-------------------------------------------------------------
|
3055
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
3056
|
+
-------------------------------------------------------------
|
3057
|
+
---------------------------------------------------------------------
|
3058
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
3059
|
+
---------------------------------------------------------------------
|
3060
|
+
------------------------------------------------------------------------------------------------
|
3061
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
3062
|
+
------------------------------------------------------------------------------------------------
|
3063
|
+
Processing by RailsSso::SessionsController#create as HTML
|
3064
|
+
Parameters: {"provider"=>"developer"}
|
3065
|
+
Redirected to http://test.host/
|
3066
|
+
Completed 302 Found in 0ms
|
3067
|
+
-------------------------------------------------------------------------------------------------------
|
3068
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
3069
|
+
-------------------------------------------------------------------------------------------------------
|
3070
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
3071
|
+
Redirected to http://test.host/
|
3072
|
+
Completed 302 Found in 0ms
|
3073
|
+
------------------------------------------
|
3074
|
+
SsoRoutesTest: test_should_route_/sign_out
|
3075
|
+
------------------------------------------
|
3076
|
+
----------------------------------------------------
|
3077
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
3078
|
+
----------------------------------------------------
|
3079
|
+
---------------------------------------------------------------------
|
3080
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
3081
|
+
---------------------------------------------------------------------
|
3082
|
+
-----------------------------------------------------------------------------------------------------
|
3083
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
3084
|
+
-----------------------------------------------------------------------------------------------------
|
3085
|
+
-------------------------------------------------------------
|
3086
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
3087
|
+
-------------------------------------------------------------
|
3088
|
+
------------------------
|
3089
|
+
RailsSsoTest: test_truth
|
3090
|
+
------------------------
|
3091
|
+
-------------------------------------------------------------
|
3092
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
3093
|
+
-------------------------------------------------------------
|
3094
|
+
---------------------------------------------------------------------
|
3095
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
3096
|
+
---------------------------------------------------------------------
|
3097
|
+
-----------------------------------------------------------------------------------------------------
|
3098
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
3099
|
+
-----------------------------------------------------------------------------------------------------
|
3100
|
+
----------------------------------------------------
|
3101
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
3102
|
+
----------------------------------------------------
|
3103
|
+
------------------------------------------
|
3104
|
+
SsoRoutesTest: test_should_route_/sign_out
|
3105
|
+
------------------------------------------
|
3106
|
+
------------------------
|
3107
|
+
RailsSsoTest: test_truth
|
3108
|
+
------------------------
|
3109
|
+
------------------------------------------------------------------------------------------------
|
3110
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
3111
|
+
------------------------------------------------------------------------------------------------
|
3112
|
+
Processing by RailsSso::SessionsController#create as HTML
|
3113
|
+
Parameters: {"provider"=>"developer"}
|
3114
|
+
Redirected to http://test.host/
|
3115
|
+
Completed 302 Found in 0ms
|
3116
|
+
-------------------------------------------------------------------------------------------------------
|
3117
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
3118
|
+
-------------------------------------------------------------------------------------------------------
|
3119
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
3120
|
+
Redirected to http://test.host/
|
3121
|
+
Completed 302 Found in 0ms
|
3122
|
+
----------------------------------------------------
|
3123
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
3124
|
+
----------------------------------------------------
|
3125
|
+
------------------------------------------
|
3126
|
+
SsoRoutesTest: test_should_route_/sign_out
|
3127
|
+
------------------------------------------
|
3128
|
+
-----------------------------------------------------------------------------------------------------
|
3129
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
3130
|
+
-----------------------------------------------------------------------------------------------------
|
3131
|
+
---------------------------------------------------------------------
|
3132
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
3133
|
+
---------------------------------------------------------------------
|
3134
|
+
-------------------------------------------------------------
|
3135
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
3136
|
+
-------------------------------------------------------------
|
3137
|
+
------------------------
|
3138
|
+
RailsSsoTest: test_truth
|
3139
|
+
------------------------
|
3140
|
+
------------------------------------------------------------------------------------------------
|
3141
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
3142
|
+
------------------------------------------------------------------------------------------------
|
3143
|
+
Processing by RailsSso::SessionsController#create as HTML
|
3144
|
+
Parameters: {"provider"=>"developer"}
|
3145
|
+
Redirected to http://test.host/
|
3146
|
+
Completed 302 Found in 0ms
|
3147
|
+
-------------------------------------------------------------------------------------------------------
|
3148
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
3149
|
+
-------------------------------------------------------------------------------------------------------
|
3150
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
3151
|
+
Redirected to http://test.host/
|
3152
|
+
Completed 302 Found in 0ms
|
3153
|
+
------------------------------------------------------------------------------------------------
|
3154
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
3155
|
+
------------------------------------------------------------------------------------------------
|
3156
|
+
Processing by RailsSso::SessionsController#create as HTML
|
3157
|
+
Parameters: {"provider"=>"developer"}
|
3158
|
+
Redirected to http://test.host/
|
3159
|
+
Completed 302 Found in 0ms
|
3160
|
+
-------------------------------------------------------------------------------------------------------
|
3161
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
3162
|
+
-------------------------------------------------------------------------------------------------------
|
3163
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
3164
|
+
Redirected to http://test.host/
|
3165
|
+
Completed 302 Found in 0ms
|
3166
|
+
-----------------------------------------------------------------------------------------------------
|
3167
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
3168
|
+
-----------------------------------------------------------------------------------------------------
|
3169
|
+
---------------------------------------------------------------------
|
3170
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
3171
|
+
---------------------------------------------------------------------
|
3172
|
+
-------------------------------------------------------------
|
3173
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
3174
|
+
-------------------------------------------------------------
|
3175
|
+
------------------------
|
3176
|
+
RailsSsoTest: test_truth
|
3177
|
+
------------------------
|
3178
|
+
----------------------------------------------------
|
3179
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
3180
|
+
----------------------------------------------------
|
3181
|
+
------------------------------------------
|
3182
|
+
SsoRoutesTest: test_should_route_/sign_out
|
3183
|
+
------------------------------------------
|
3184
|
+
-------------------------------------------
|
3185
|
+
RailsSso::ResponseErrorTest: test_something
|
3186
|
+
-------------------------------------------
|
3187
|
+
-------------------------------------------------------------
|
3188
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
3189
|
+
-------------------------------------------------------------
|
3190
|
+
---------------------------------------------------------------------
|
3191
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
3192
|
+
---------------------------------------------------------------------
|
3193
|
+
-----------------------------------------------------------------------------------------------------
|
3194
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
3195
|
+
-----------------------------------------------------------------------------------------------------
|
3196
|
+
------------------------
|
3197
|
+
RailsSsoTest: test_truth
|
3198
|
+
------------------------
|
3199
|
+
-------------------------------------------
|
3200
|
+
RailsSso::ResponseErrorTest: test_something
|
3201
|
+
-------------------------------------------
|
3202
|
+
------------------------------------------
|
3203
|
+
SsoRoutesTest: test_should_route_/sign_out
|
3204
|
+
------------------------------------------
|
3205
|
+
----------------------------------------------------
|
3206
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
3207
|
+
----------------------------------------------------
|
3208
|
+
------------------------------------------------------------------------------------------------
|
3209
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
3210
|
+
------------------------------------------------------------------------------------------------
|
3211
|
+
Processing by RailsSso::SessionsController#create as HTML
|
3212
|
+
Parameters: {"provider"=>"developer"}
|
3213
|
+
Redirected to http://test.host/
|
3214
|
+
Completed 302 Found in 0ms
|
3215
|
+
-------------------------------------------------------------------------------------------------------
|
3216
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
3217
|
+
-------------------------------------------------------------------------------------------------------
|
3218
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
3219
|
+
Redirected to http://test.host/
|
3220
|
+
Completed 302 Found in 0ms
|
3221
|
+
------------------------
|
3222
|
+
RailsSsoTest: test_truth
|
3223
|
+
------------------------
|
3224
|
+
-------------------------------------------------------------
|
3225
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
3226
|
+
-------------------------------------------------------------
|
3227
|
+
---------------------------------------------------------------------
|
3228
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
3229
|
+
---------------------------------------------------------------------
|
3230
|
+
-----------------------------------------------------------------------------------------------------
|
3231
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
3232
|
+
-----------------------------------------------------------------------------------------------------
|
3233
|
+
----------------------------------------------------
|
3234
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
3235
|
+
----------------------------------------------------
|
3236
|
+
--------------------------------------------------------------------
|
3237
|
+
RailsSso::ResponseErrorTest: test_assigns_error_message_from_locales
|
3238
|
+
--------------------------------------------------------------------
|
3239
|
+
----------------------------------------------------
|
3240
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
3241
|
+
----------------------------------------------------
|
3242
|
+
------------------------------------------
|
3243
|
+
SsoRoutesTest: test_should_route_/sign_out
|
3244
|
+
------------------------------------------
|
3245
|
+
-------------------------------------------------------------------------------------------------------
|
3246
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
3247
|
+
-------------------------------------------------------------------------------------------------------
|
3248
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
3249
|
+
Redirected to http://test.host/
|
3250
|
+
Completed 302 Found in 0ms
|
3251
|
+
------------------------------------------------------------------------------------------------
|
3252
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
3253
|
+
------------------------------------------------------------------------------------------------
|
3254
|
+
Processing by RailsSso::SessionsController#create as HTML
|
3255
|
+
Parameters: {"provider"=>"developer"}
|
3256
|
+
Redirected to http://test.host/
|
3257
|
+
Completed 302 Found in 0ms
|
3258
|
+
----------------------------------------------------
|
3259
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
3260
|
+
----------------------------------------------------
|
3261
|
+
------------------------------------------
|
3262
|
+
SsoRoutesTest: test_should_route_/sign_out
|
3263
|
+
------------------------------------------
|
3264
|
+
---------------------------------------------------------------------
|
3265
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
3266
|
+
---------------------------------------------------------------------
|
3267
|
+
-------------------------------------------------------------
|
3268
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
3269
|
+
-------------------------------------------------------------
|
3270
|
+
-----------------------------------------------------------------------------------------------------
|
3271
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
3272
|
+
-----------------------------------------------------------------------------------------------------
|
3273
|
+
----------------------------------------------------------------------------
|
3274
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
3275
|
+
----------------------------------------------------------------------------
|
3276
|
+
------------------------------------------------------------------------------------
|
3277
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
3278
|
+
------------------------------------------------------------------------------------
|
3279
|
+
----------------------------------------------------
|
3280
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
3281
|
+
----------------------------------------------------
|
3282
|
+
------------------------
|
3283
|
+
RailsSsoTest: test_truth
|
3284
|
+
------------------------
|
3285
|
+
------------------------------------------------------------------------------------------------
|
3286
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
3287
|
+
------------------------------------------------------------------------------------------------
|
3288
|
+
Processing by RailsSso::SessionsController#create as HTML
|
3289
|
+
Parameters: {"provider"=>"developer"}
|
3290
|
+
Redirected to http://test.host/
|
3291
|
+
Completed 302 Found in 0ms
|
3292
|
+
-------------------------------------------------------------------------------------------------------
|
3293
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
3294
|
+
-------------------------------------------------------------------------------------------------------
|
3295
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
3296
|
+
Redirected to http://test.host/
|
3297
|
+
Completed 302 Found in 0ms
|
3298
|
+
------------------------
|
3299
|
+
RailsSsoTest: test_truth
|
3300
|
+
------------------------
|
3301
|
+
----------------------------------------------------
|
3302
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
3303
|
+
----------------------------------------------------
|
3304
|
+
------------------------------------------
|
3305
|
+
SsoRoutesTest: test_should_route_/sign_out
|
3306
|
+
------------------------------------------
|
3307
|
+
------------------------------------------------------------------------------------------------
|
3308
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
3309
|
+
------------------------------------------------------------------------------------------------
|
3310
|
+
Processing by RailsSso::SessionsController#create as HTML
|
3311
|
+
Parameters: {"provider"=>"developer"}
|
3312
|
+
Redirected to http://test.host/
|
3313
|
+
Completed 302 Found in 0ms
|
3314
|
+
-------------------------------------------------------------------------------------------------------
|
3315
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
3316
|
+
-------------------------------------------------------------------------------------------------------
|
3317
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
3318
|
+
Redirected to http://test.host/
|
3319
|
+
Completed 302 Found in 0ms
|
3320
|
+
----------------------------------------------------------------------------
|
3321
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
3322
|
+
----------------------------------------------------------------------------
|
3323
|
+
------------------------------------------------------------------------------------
|
3324
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
3325
|
+
------------------------------------------------------------------------------------
|
3326
|
+
----------------------------------------------------
|
3327
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
3328
|
+
----------------------------------------------------
|
3329
|
+
-------------------------------------------------------------
|
3330
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
3331
|
+
-------------------------------------------------------------
|
3332
|
+
---------------------------------------------------------------------
|
3333
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
3334
|
+
---------------------------------------------------------------------
|
3335
|
+
-----------------------------------------------------------------------------------------------------
|
3336
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
3337
|
+
-----------------------------------------------------------------------------------------------------
|
3338
|
+
------------------------
|
3339
|
+
RailsSsoTest: test_truth
|
3340
|
+
------------------------
|
3341
|
+
----------------------------------------------------
|
3342
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
3343
|
+
----------------------------------------------------
|
3344
|
+
------------------------------------------
|
3345
|
+
SsoRoutesTest: test_should_route_/sign_out
|
3346
|
+
------------------------------------------
|
3347
|
+
----------------------------------------------------------------------------
|
3348
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
3349
|
+
----------------------------------------------------------------------------
|
3350
|
+
------------------------------------------------------------------------------------
|
3351
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
3352
|
+
------------------------------------------------------------------------------------
|
3353
|
+
----------------------------------------------------
|
3354
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
3355
|
+
----------------------------------------------------
|
3356
|
+
--------------------------------------------------------------------------------------------
|
3357
|
+
RailsSso::HelpersTest: test_save_access_token!_will_copy_access_and_refresh_token_to_session
|
3358
|
+
--------------------------------------------------------------------------------------------
|
3359
|
+
-----------------------------------------------------------------------------------------------------
|
3360
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
3361
|
+
-----------------------------------------------------------------------------------------------------
|
3362
|
+
---------------------------------------------------------------------
|
3363
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
3364
|
+
---------------------------------------------------------------------
|
3365
|
+
-------------------------------------------------------------
|
3366
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
3367
|
+
-------------------------------------------------------------
|
3368
|
+
------------------------------------------------------------------------------------------------
|
3369
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
3370
|
+
------------------------------------------------------------------------------------------------
|
3371
|
+
Processing by RailsSso::SessionsController#create as HTML
|
3372
|
+
Parameters: {"provider"=>"developer"}
|
3373
|
+
Redirected to http://test.host/
|
3374
|
+
Completed 302 Found in 0ms
|
3375
|
+
-------------------------------------------------------------------------------------------------------
|
3376
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
3377
|
+
-------------------------------------------------------------------------------------------------------
|
3378
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
3379
|
+
Redirected to http://test.host/
|
3380
|
+
Completed 302 Found in 0ms
|
3381
|
+
------------------------
|
3382
|
+
RailsSsoTest: test_truth
|
3383
|
+
------------------------
|
3384
|
+
--------------------------------------------------------------------------------------------
|
3385
|
+
RailsSso::HelpersTest: test_save_access_token!_will_copy_access_and_refresh_token_to_session
|
3386
|
+
--------------------------------------------------------------------------------------------
|
3387
|
+
------------------------------------------------------------------------------------------------
|
3388
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
3389
|
+
------------------------------------------------------------------------------------------------
|
3390
|
+
Processing by RailsSso::SessionsController#create as HTML
|
3391
|
+
Parameters: {"provider"=>"developer"}
|
3392
|
+
Redirected to http://test.host/
|
3393
|
+
Completed 302 Found in 0ms
|
3394
|
+
-------------------------------------------------------------------------------------------------------
|
3395
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
3396
|
+
-------------------------------------------------------------------------------------------------------
|
3397
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
3398
|
+
Redirected to http://test.host/
|
3399
|
+
Completed 302 Found in 0ms
|
3400
|
+
----------------------------------------------------
|
3401
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
3402
|
+
----------------------------------------------------
|
3403
|
+
------------------------------------------
|
3404
|
+
SsoRoutesTest: test_should_route_/sign_out
|
3405
|
+
------------------------------------------
|
3406
|
+
----------------------------------------------------
|
3407
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
3408
|
+
----------------------------------------------------
|
3409
|
+
----------------------------------------------------------------------------
|
3410
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
3411
|
+
----------------------------------------------------------------------------
|
3412
|
+
------------------------------------------------------------------------------------
|
3413
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
3414
|
+
------------------------------------------------------------------------------------
|
3415
|
+
---------------------------------------------------------------------
|
3416
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
3417
|
+
---------------------------------------------------------------------
|
3418
|
+
-----------------------------------------------------------------------------------------------------
|
3419
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
3420
|
+
-----------------------------------------------------------------------------------------------------
|
3421
|
+
-------------------------------------------------------------
|
3422
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
3423
|
+
-------------------------------------------------------------
|
3424
|
+
-------------------------------------------------------------
|
3425
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
3426
|
+
-------------------------------------------------------------
|
3427
|
+
---------------------------------------------------------------------
|
3428
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
3429
|
+
---------------------------------------------------------------------
|
3430
|
+
-----------------------------------------------------------------------------------------------------
|
3431
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
3432
|
+
-----------------------------------------------------------------------------------------------------
|
3433
|
+
----------------------------------------------------------------------------------
|
3434
|
+
RailsSso::HelpersTest: test_current_user_data_will_return_nil_if_not_authenticated
|
3435
|
+
----------------------------------------------------------------------------------
|
3436
|
+
--------------------------------------------------------------------------------------------
|
3437
|
+
RailsSso::HelpersTest: test_save_access_token!_will_copy_access_and_refresh_token_to_session
|
3438
|
+
--------------------------------------------------------------------------------------------
|
3439
|
+
----------------------------------------------------------------------------
|
3440
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
3441
|
+
----------------------------------------------------------------------------
|
3442
|
+
------------------------------------------------------------------------------------
|
3443
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
3444
|
+
------------------------------------------------------------------------------------
|
3445
|
+
----------------------------------------------------
|
3446
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
3447
|
+
----------------------------------------------------
|
3448
|
+
------------------------------------------
|
3449
|
+
SsoRoutesTest: test_should_route_/sign_out
|
3450
|
+
------------------------------------------
|
3451
|
+
----------------------------------------------------
|
3452
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
3453
|
+
----------------------------------------------------
|
3454
|
+
------------------------
|
3455
|
+
RailsSsoTest: test_truth
|
3456
|
+
------------------------
|
3457
|
+
-------------------------------------------------------------------------------------------------------
|
3458
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
3459
|
+
-------------------------------------------------------------------------------------------------------
|
3460
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
3461
|
+
Redirected to http://test.host/
|
3462
|
+
Completed 302 Found in 0ms
|
3463
|
+
------------------------------------------------------------------------------------------------
|
3464
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
3465
|
+
------------------------------------------------------------------------------------------------
|
3466
|
+
Processing by RailsSso::SessionsController#create as HTML
|
3467
|
+
Parameters: {"provider"=>"developer"}
|
3468
|
+
Redirected to http://test.host/
|
3469
|
+
Completed 302 Found in 0ms
|
3470
|
+
------------------------------------------
|
3471
|
+
SsoRoutesTest: test_should_route_/sign_out
|
3472
|
+
------------------------------------------
|
3473
|
+
----------------------------------------------------
|
3474
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
3475
|
+
----------------------------------------------------
|
3476
|
+
----------------------------------------------------------------------------
|
3477
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
3478
|
+
----------------------------------------------------------------------------
|
3479
|
+
------------------------------------------------------------------------------------
|
3480
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
3481
|
+
------------------------------------------------------------------------------------
|
3482
|
+
----------------------------------------------------
|
3483
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
3484
|
+
----------------------------------------------------
|
3485
|
+
---------------------------------------------------------------------
|
3486
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
3487
|
+
---------------------------------------------------------------------
|
3488
|
+
-----------------------------------------------------------------------------------------------------
|
3489
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
3490
|
+
-----------------------------------------------------------------------------------------------------
|
3491
|
+
-------------------------------------------------------------
|
3492
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
3493
|
+
-------------------------------------------------------------
|
3494
|
+
-------------------------------------------------------------------------------------------------------
|
3495
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
3496
|
+
-------------------------------------------------------------------------------------------------------
|
3497
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
3498
|
+
Redirected to http://test.host/
|
3499
|
+
Completed 302 Found in 0ms
|
3500
|
+
------------------------------------------------------------------------------------------------
|
3501
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
3502
|
+
------------------------------------------------------------------------------------------------
|
3503
|
+
Processing by RailsSso::SessionsController#create as HTML
|
3504
|
+
Parameters: {"provider"=>"developer"}
|
3505
|
+
Redirected to http://test.host/
|
3506
|
+
Completed 302 Found in 0ms
|
3507
|
+
------------------------
|
3508
|
+
RailsSsoTest: test_truth
|
3509
|
+
------------------------
|
3510
|
+
----------------------------------------------------------------------------------
|
3511
|
+
RailsSso::HelpersTest: test_current_user_data_will_return_nil_if_not_authenticated
|
3512
|
+
----------------------------------------------------------------------------------
|
3513
|
+
------------------------------------------------------------------------------------
|
3514
|
+
RailsSso::HelpersTest: test_current_user_data_will_return_user_data_if_authenticated
|
3515
|
+
------------------------------------------------------------------------------------
|
3516
|
+
--------------------------------------------------------------------------------------------
|
3517
|
+
RailsSso::HelpersTest: test_save_access_token!_will_copy_access_and_refresh_token_to_session
|
3518
|
+
--------------------------------------------------------------------------------------------
|
3519
|
+
-------------------------------------------------------------------------
|
3520
|
+
RailsSso::HelpersTest: test_user_signed_in?_returns_true_if_authenticated
|
3521
|
+
-------------------------------------------------------------------------
|
3522
|
+
------------------------------------------------------------------------------
|
3523
|
+
RailsSso::HelpersTest: test_user_signed_in?_returns_false_if_not_authenticated
|
3524
|
+
------------------------------------------------------------------------------
|
3525
|
+
------------------------
|
3526
|
+
RailsSsoTest: test_truth
|
3527
|
+
------------------------
|
3528
|
+
------------------------------------------------------------------------------------------------
|
3529
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
3530
|
+
------------------------------------------------------------------------------------------------
|
3531
|
+
Processing by RailsSso::SessionsController#create as HTML
|
3532
|
+
Parameters: {"provider"=>"developer"}
|
3533
|
+
Redirected to http://test.host/
|
3534
|
+
Completed 302 Found in 0ms
|
3535
|
+
-------------------------------------------------------------------------------------------------------
|
3536
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
3537
|
+
-------------------------------------------------------------------------------------------------------
|
3538
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
3539
|
+
Redirected to http://test.host/
|
3540
|
+
Completed 302 Found in 0ms
|
3541
|
+
-------------------------------------------------------------------------------
|
3542
|
+
RailsSso::HelpersTest: test_#user_signed_in?_returns_false_if_not_authenticated
|
3543
|
+
-------------------------------------------------------------------------------
|
3544
|
+
-------------------------------------------------------------------------------------
|
3545
|
+
RailsSso::HelpersTest: test_#current_user_data_will_return_user_data_if_authenticated
|
3546
|
+
-------------------------------------------------------------------------------------
|
3547
|
+
----------------------------------------------------------------------------------
|
3548
|
+
RailsSso::HelpersTest: test_#access_token_returns_a_new_OAuth2::AccessToken_object
|
3549
|
+
----------------------------------------------------------------------------------
|
3550
|
+
-----------------------------------------------------------------------------------
|
3551
|
+
RailsSso::HelpersTest: test_#current_user_data_will_return_nil_if_not_authenticated
|
3552
|
+
-----------------------------------------------------------------------------------
|
3553
|
+
--------------------------------------------------------------------------------------------
|
3554
|
+
RailsSso::HelpersTest: test_save_access_token!_will_copy_access_and_refresh_token_to_session
|
3555
|
+
--------------------------------------------------------------------------------------------
|
3556
|
+
--------------------------------------------------------------------------
|
3557
|
+
RailsSso::HelpersTest: test_#user_signed_in?_returns_true_if_authenticated
|
3558
|
+
--------------------------------------------------------------------------
|
3559
|
+
---------------------------------------------------------------------
|
3560
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
3561
|
+
---------------------------------------------------------------------
|
3562
|
+
-----------------------------------------------------------------------------------------------------
|
3563
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
3564
|
+
-----------------------------------------------------------------------------------------------------
|
3565
|
+
-------------------------------------------------------------
|
3566
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
3567
|
+
-------------------------------------------------------------
|
3568
|
+
----------------------------------------------------
|
3569
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
3570
|
+
----------------------------------------------------
|
3571
|
+
------------------------------------------------------------------------------------
|
3572
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
3573
|
+
------------------------------------------------------------------------------------
|
3574
|
+
----------------------------------------------------------------------------
|
3575
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
3576
|
+
----------------------------------------------------------------------------
|
3577
|
+
------------------------------------------
|
3578
|
+
SsoRoutesTest: test_should_route_/sign_out
|
3579
|
+
------------------------------------------
|
3580
|
+
----------------------------------------------------
|
3581
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
3582
|
+
----------------------------------------------------
|
3583
|
+
------------------------
|
3584
|
+
RailsSsoTest: test_truth
|
3585
|
+
------------------------
|
3586
|
+
----------------------------------------------------
|
3587
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
3588
|
+
----------------------------------------------------
|
3589
|
+
------------------------------------------------------------------------------------
|
3590
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
3591
|
+
------------------------------------------------------------------------------------
|
3592
|
+
----------------------------------------------------------------------------
|
3593
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
3594
|
+
----------------------------------------------------------------------------
|
3595
|
+
----------------------------------------------------
|
3596
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
3597
|
+
----------------------------------------------------
|
3598
|
+
------------------------------------------
|
3599
|
+
SsoRoutesTest: test_should_route_/sign_out
|
3600
|
+
------------------------------------------
|
3601
|
+
-----------------------------------------------------------------------------------------------------
|
3602
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
3603
|
+
-----------------------------------------------------------------------------------------------------
|
3604
|
+
---------------------------------------------------------------------
|
3605
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
3606
|
+
---------------------------------------------------------------------
|
3607
|
+
-------------------------------------------------------------
|
3608
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
3609
|
+
-------------------------------------------------------------
|
3610
|
+
------------------------------------------------------------------------------------------------
|
3611
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
3612
|
+
------------------------------------------------------------------------------------------------
|
3613
|
+
Processing by RailsSso::SessionsController#create as HTML
|
3614
|
+
Parameters: {"provider"=>"developer"}
|
3615
|
+
Redirected to http://test.host/
|
3616
|
+
Completed 302 Found in 0ms
|
3617
|
+
-------------------------------------------------------------------------------------------------------
|
3618
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
3619
|
+
-------------------------------------------------------------------------------------------------------
|
3620
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
3621
|
+
Redirected to http://test.host/
|
3622
|
+
Completed 302 Found in 0ms
|
3623
|
+
-------------------------------------------------------------------------------
|
3624
|
+
RailsSso::HelpersTest: test_#user_signed_in?_returns_false_if_not_authenticated
|
3625
|
+
-------------------------------------------------------------------------------
|
3626
|
+
-------------------------------------------------------------------------------------
|
3627
|
+
RailsSso::HelpersTest: test_#current_user_data_will_return_user_data_if_authenticated
|
3628
|
+
-------------------------------------------------------------------------------------
|
3629
|
+
----------------------------------------------------------------------------------
|
3630
|
+
RailsSso::HelpersTest: test_#access_token_returns_a_new_OAuth2::AccessToken_object
|
3631
|
+
----------------------------------------------------------------------------------
|
3632
|
+
--------------------------------------------------------------------------
|
3633
|
+
RailsSso::HelpersTest: test_#user_signed_in?_returns_true_if_authenticated
|
3634
|
+
--------------------------------------------------------------------------
|
3635
|
+
-----------------------------------------------------------------------------------
|
3636
|
+
RailsSso::HelpersTest: test_#current_user_data_will_return_nil_if_not_authenticated
|
3637
|
+
-----------------------------------------------------------------------------------
|
3638
|
+
--------------------------------------------------------------------------------------------
|
3639
|
+
RailsSso::HelpersTest: test_save_access_token!_will_copy_access_and_refresh_token_to_session
|
3640
|
+
--------------------------------------------------------------------------------------------
|
3641
|
+
----------------------------------------------------------------------------------
|
3642
|
+
RailsSso::HelpersTest: test_#access_token_returns_a_new_OAuth2::AccessToken_object
|
3643
|
+
----------------------------------------------------------------------------------
|
3644
|
+
--------------------------------------------------------------------------------------------
|
3645
|
+
RailsSso::HelpersTest: test_save_access_token!_will_copy_access_and_refresh_token_to_session
|
3646
|
+
--------------------------------------------------------------------------------------------
|
3647
|
+
-------------------------------------------------------------------------------------
|
3648
|
+
RailsSso::HelpersTest: test_#current_user_data_will_return_user_data_if_authenticated
|
3649
|
+
-------------------------------------------------------------------------------------
|
3650
|
+
-------------------------------------------------------------------------------
|
3651
|
+
RailsSso::HelpersTest: test_#user_signed_in?_returns_false_if_not_authenticated
|
3652
|
+
-------------------------------------------------------------------------------
|
3653
|
+
--------------------------------------------------------------------------
|
3654
|
+
RailsSso::HelpersTest: test_#user_signed_in?_returns_true_if_authenticated
|
3655
|
+
--------------------------------------------------------------------------
|
3656
|
+
-----------------------------------------------------------------------------------
|
3657
|
+
RailsSso::HelpersTest: test_#current_user_data_will_return_nil_if_not_authenticated
|
3658
|
+
-----------------------------------------------------------------------------------
|
3659
|
+
-------------------------------------------------------------
|
3660
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
3661
|
+
-------------------------------------------------------------
|
3662
|
+
-----------------------------------------------------------------------------------------------------
|
3663
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
3664
|
+
-----------------------------------------------------------------------------------------------------
|
3665
|
+
---------------------------------------------------------------------
|
3666
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
3667
|
+
---------------------------------------------------------------------
|
3668
|
+
------------------------------------------------------------------------------------
|
3669
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
3670
|
+
------------------------------------------------------------------------------------
|
3671
|
+
----------------------------------------------------
|
3672
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
3673
|
+
----------------------------------------------------
|
3674
|
+
----------------------------------------------------------------------------
|
3675
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
3676
|
+
----------------------------------------------------------------------------
|
3677
|
+
------------------------------------------------------------------------------------------------
|
3678
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
3679
|
+
------------------------------------------------------------------------------------------------
|
3680
|
+
Processing by RailsSso::SessionsController#create as HTML
|
3681
|
+
Parameters: {"provider"=>"developer"}
|
3682
|
+
Redirected to http://test.host/
|
3683
|
+
Completed 302 Found in 0ms
|
3684
|
+
-------------------------------------------------------------------------------------------------------
|
3685
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
3686
|
+
-------------------------------------------------------------------------------------------------------
|
3687
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
3688
|
+
Redirected to http://test.host/
|
3689
|
+
Completed 302 Found in 0ms
|
3690
|
+
------------------------
|
3691
|
+
RailsSsoTest: test_truth
|
3692
|
+
------------------------
|
3693
|
+
----------------------------------------------------
|
3694
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
3695
|
+
----------------------------------------------------
|
3696
|
+
------------------------------------------
|
3697
|
+
SsoRoutesTest: test_should_route_/sign_out
|
3698
|
+
------------------------------------------
|
3699
|
+
------------------------
|
3700
|
+
RailsSsoTest: test_truth
|
3701
|
+
------------------------
|
3702
|
+
----------------------------------------------------------------------------
|
3703
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
3704
|
+
----------------------------------------------------------------------------
|
3705
|
+
------------------------------------------------------------------------------------
|
3706
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
3707
|
+
------------------------------------------------------------------------------------
|
3708
|
+
----------------------------------------------------
|
3709
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
3710
|
+
----------------------------------------------------
|
3711
|
+
----------------------------------------------------
|
3712
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
3713
|
+
----------------------------------------------------
|
3714
|
+
------------------------------------------
|
3715
|
+
SsoRoutesTest: test_should_route_/sign_out
|
3716
|
+
------------------------------------------
|
3717
|
+
-----------------------------------------------------------------------------------------------------
|
3718
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
3719
|
+
-----------------------------------------------------------------------------------------------------
|
3720
|
+
---------------------------------------------------------------------
|
3721
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
3722
|
+
---------------------------------------------------------------------
|
3723
|
+
-------------------------------------------------------------
|
3724
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
3725
|
+
-------------------------------------------------------------
|
3726
|
+
----------------------------------------------------------------------------------
|
3727
|
+
RailsSso::HelpersTest: test_#access_token_returns_a_new_OAuth2::AccessToken_object
|
3728
|
+
----------------------------------------------------------------------------------
|
3729
|
+
--------------------------------------------------------------------------
|
3730
|
+
RailsSso::HelpersTest: test_#user_signed_in?_returns_true_if_authenticated
|
3731
|
+
--------------------------------------------------------------------------
|
3732
|
+
-------------------------------------------------------------------------------
|
3733
|
+
RailsSso::HelpersTest: test_#user_signed_in?_returns_false_if_not_authenticated
|
3734
|
+
-------------------------------------------------------------------------------
|
3735
|
+
--------------------------------------------------------------------------------------------
|
3736
|
+
RailsSso::HelpersTest: test_save_access_token!_will_copy_access_and_refresh_token_to_session
|
3737
|
+
--------------------------------------------------------------------------------------------
|
3738
|
+
-----------------------------------------------------------------------------------
|
3739
|
+
RailsSso::HelpersTest: test_#current_user_data_will_return_nil_if_not_authenticated
|
3740
|
+
-----------------------------------------------------------------------------------
|
3741
|
+
-------------------------------------------------------------------------------------
|
3742
|
+
RailsSso::HelpersTest: test_#current_user_data_will_return_user_data_if_authenticated
|
3743
|
+
-------------------------------------------------------------------------------------
|
3744
|
+
------------------------------------------------------------------------------------------------
|
3745
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
3746
|
+
------------------------------------------------------------------------------------------------
|
3747
|
+
Processing by RailsSso::SessionsController#create as HTML
|
3748
|
+
Parameters: {"provider"=>"developer"}
|
3749
|
+
Redirected to http://test.host/
|
3750
|
+
Completed 302 Found in 0ms
|
3751
|
+
-------------------------------------------------------------------------------------------------------
|
3752
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
3753
|
+
-------------------------------------------------------------------------------------------------------
|
3754
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
3755
|
+
Redirected to http://test.host/
|
3756
|
+
Completed 302 Found in 0ms
|
3757
|
+
-------------------------------------------------------------------------------------------------------
|
3758
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
3759
|
+
-------------------------------------------------------------------------------------------------------
|
3760
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
3761
|
+
Redirected to http://test.host/
|
3762
|
+
Completed 302 Found in 0ms
|
3763
|
+
------------------------------------------------------------------------------------------------
|
3764
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
3765
|
+
------------------------------------------------------------------------------------------------
|
3766
|
+
Processing by RailsSso::SessionsController#create as HTML
|
3767
|
+
Parameters: {"provider"=>"developer"}
|
3768
|
+
Redirected to http://test.host/
|
3769
|
+
Completed 302 Found in 0ms
|
3770
|
+
----------------------------------------------------------------------------------
|
3771
|
+
RailsSso::HelpersTest: test_#access_token_returns_a_new_OAuth2::AccessToken_object
|
3772
|
+
----------------------------------------------------------------------------------
|
3773
|
+
-----------------------------------------------------------------------------------
|
3774
|
+
RailsSso::HelpersTest: test_#current_user_data_will_return_nil_if_not_authenticated
|
3775
|
+
-----------------------------------------------------------------------------------
|
3776
|
+
--------------------------------------------------------------------------
|
3777
|
+
RailsSso::HelpersTest: test_#user_signed_in?_returns_true_if_authenticated
|
3778
|
+
--------------------------------------------------------------------------
|
3779
|
+
-------------------------------------------------------------------------------
|
3780
|
+
RailsSso::HelpersTest: test_#user_signed_in?_returns_false_if_not_authenticated
|
3781
|
+
-------------------------------------------------------------------------------
|
3782
|
+
--------------------------------------------------------------------------------------------
|
3783
|
+
RailsSso::HelpersTest: test_save_access_token!_will_copy_access_and_refresh_token_to_session
|
3784
|
+
--------------------------------------------------------------------------------------------
|
3785
|
+
-------------------------------------------------------------------------------------
|
3786
|
+
RailsSso::HelpersTest: test_#current_user_data_will_return_user_data_if_authenticated
|
3787
|
+
-------------------------------------------------------------------------------------
|
3788
|
+
----------------------------------------------------
|
3789
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
3790
|
+
----------------------------------------------------
|
3791
|
+
----------------------------------------------------------------------------
|
3792
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
3793
|
+
----------------------------------------------------------------------------
|
3794
|
+
------------------------------------------------------------------------------------
|
3795
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
3796
|
+
------------------------------------------------------------------------------------
|
3797
|
+
----------------------------------------------------
|
3798
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
3799
|
+
----------------------------------------------------
|
3800
|
+
------------------------------------------
|
3801
|
+
SsoRoutesTest: test_should_route_/sign_out
|
3802
|
+
------------------------------------------
|
3803
|
+
-----------------------------------------------------------------------------------------------------
|
3804
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
3805
|
+
-----------------------------------------------------------------------------------------------------
|
3806
|
+
---------------------------------------------------------------------
|
3807
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
3808
|
+
---------------------------------------------------------------------
|
3809
|
+
-------------------------------------------------------------
|
3810
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
3811
|
+
-------------------------------------------------------------
|
3812
|
+
------------------------
|
3813
|
+
RailsSsoTest: test_truth
|
3814
|
+
------------------------
|
3815
|
+
--------------------------------------------------------------------------------------------
|
3816
|
+
RailsSso::HelpersTest: test_save_access_token!_will_copy_access_and_refresh_token_to_session
|
3817
|
+
--------------------------------------------------------------------------------------------
|
3818
|
+
-----------------------------------------------------------------------------------
|
3819
|
+
RailsSso::HelpersTest: test_#current_user_data_will_return_nil_if_not_authenticated
|
3820
|
+
-----------------------------------------------------------------------------------
|
3821
|
+
-------------------------------------------------------------------------------------
|
3822
|
+
RailsSso::HelpersTest: test_#current_user_data_will_return_user_data_if_authenticated
|
3823
|
+
-------------------------------------------------------------------------------------
|
3824
|
+
----------------------------------------------------------------------------------
|
3825
|
+
RailsSso::HelpersTest: test_#access_token_returns_a_new_OAuth2::AccessToken_object
|
3826
|
+
----------------------------------------------------------------------------------
|
3827
|
+
-------------------------------------------------------------------------------
|
3828
|
+
RailsSso::HelpersTest: test_#user_signed_in?_returns_false_if_not_authenticated
|
3829
|
+
-------------------------------------------------------------------------------
|
3830
|
+
--------------------------------------------------------------------------
|
3831
|
+
RailsSso::HelpersTest: test_#user_signed_in?_returns_true_if_authenticated
|
3832
|
+
--------------------------------------------------------------------------
|
3833
|
+
----------------------------------------------------
|
3834
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
3835
|
+
----------------------------------------------------
|
3836
|
+
------------------------------------------
|
3837
|
+
SsoRoutesTest: test_should_route_/sign_out
|
3838
|
+
------------------------------------------
|
3839
|
+
------------------------
|
3840
|
+
RailsSsoTest: test_truth
|
3841
|
+
------------------------
|
3842
|
+
-----------------------------------------------------------------------------------------------------
|
3843
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
3844
|
+
-----------------------------------------------------------------------------------------------------
|
3845
|
+
---------------------------------------------------------------------
|
3846
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
3847
|
+
---------------------------------------------------------------------
|
3848
|
+
-------------------------------------------------------------
|
3849
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
3850
|
+
-------------------------------------------------------------
|
3851
|
+
----------------------------------------------------
|
3852
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
3853
|
+
----------------------------------------------------
|
3854
|
+
----------------------------------------------------------------------------
|
3855
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
3856
|
+
----------------------------------------------------------------------------
|
3857
|
+
------------------------------------------------------------------------------------
|
3858
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
3859
|
+
------------------------------------------------------------------------------------
|
3860
|
+
------------------------------------------------------------------------------------------------
|
3861
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
3862
|
+
------------------------------------------------------------------------------------------------
|
3863
|
+
Processing by RailsSso::SessionsController#create as HTML
|
3864
|
+
Parameters: {"provider"=>"developer"}
|
3865
|
+
Redirected to http://test.host/
|
3866
|
+
Completed 302 Found in 0ms
|
3867
|
+
-------------------------------------------------------------------------------------------------------
|
3868
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
3869
|
+
-------------------------------------------------------------------------------------------------------
|
3870
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
3871
|
+
Redirected to http://test.host/
|
3872
|
+
Completed 302 Found in 0ms
|
3873
|
+
---------------------------------------------------------------------
|
3874
|
+
RailsSso::FetchUserTest: test_unauthenticated_call_should_raise_error
|
3875
|
+
---------------------------------------------------------------------
|
3876
|
+
-----------------------------------------------------------------------------------------------------
|
3877
|
+
RailsSso::FetchUserTest: test_success_call_should_fetch_user_with_access_token_and_return_parsed_data
|
3878
|
+
-----------------------------------------------------------------------------------------------------
|
3879
|
+
-------------------------------------------------------------
|
3880
|
+
RailsSso::FetchUserTest: test_unknown_call_should_raise_error
|
3881
|
+
-------------------------------------------------------------
|
3882
|
+
-------------------------------------------------------------------------------------------------------
|
3883
|
+
RailsSso::SessionsControllerTest: test_destroy_should_invalidate_access_token_and_redirect_to_root_path
|
3884
|
+
-------------------------------------------------------------------------------------------------------
|
3885
|
+
Processing by RailsSso::SessionsController#destroy as HTML
|
3886
|
+
Redirected to http://test.host/
|
3887
|
+
Completed 302 Found in 0ms
|
3888
|
+
------------------------------------------------------------------------------------------------
|
3889
|
+
RailsSso::SessionsControllerTest: test_create_should_save_access_token_and_redirect_to_root_path
|
3890
|
+
------------------------------------------------------------------------------------------------
|
3891
|
+
Processing by RailsSso::SessionsController#create as HTML
|
3892
|
+
Parameters: {"provider"=>"developer"}
|
3893
|
+
Redirected to http://test.host/
|
3894
|
+
Completed 302 Found in 0ms
|
3895
|
+
--------------------------------------------------------------------------
|
3896
|
+
RailsSso::HelpersTest: test_#user_signed_in?_returns_true_if_authenticated
|
3897
|
+
--------------------------------------------------------------------------
|
3898
|
+
-------------------------------------------------------------------------------------
|
3899
|
+
RailsSso::HelpersTest: test_#current_user_data_will_return_user_data_if_authenticated
|
3900
|
+
-------------------------------------------------------------------------------------
|
3901
|
+
-----------------------------------------------------------------------------------
|
3902
|
+
RailsSso::HelpersTest: test_#current_user_data_will_return_nil_if_not_authenticated
|
3903
|
+
-----------------------------------------------------------------------------------
|
3904
|
+
--------------------------------------------------------------------------------------------
|
3905
|
+
RailsSso::HelpersTest: test_save_access_token!_will_copy_access_and_refresh_token_to_session
|
3906
|
+
--------------------------------------------------------------------------------------------
|
3907
|
+
-------------------------------------------------------------------------------
|
3908
|
+
RailsSso::HelpersTest: test_#user_signed_in?_returns_false_if_not_authenticated
|
3909
|
+
-------------------------------------------------------------------------------
|
3910
|
+
----------------------------------------------------------------------------------
|
3911
|
+
RailsSso::HelpersTest: test_#access_token_returns_a_new_OAuth2::AccessToken_object
|
3912
|
+
----------------------------------------------------------------------------------
|
3913
|
+
------------------------------------------------------------------------------------
|
3914
|
+
RailsSso::ResponseErrorTest: test_assigns_unauthenticated_error_message_from_locales
|
3915
|
+
------------------------------------------------------------------------------------
|
3916
|
+
----------------------------------------------------------------------------
|
3917
|
+
RailsSso::ResponseErrorTest: test_assigns_unknown_error_message_from_locales
|
3918
|
+
----------------------------------------------------------------------------
|
3919
|
+
----------------------------------------------------
|
3920
|
+
RailsSso::ResponseErrorTest: test_assigns_error_code
|
3921
|
+
----------------------------------------------------
|
3922
|
+
------------------------
|
3923
|
+
RailsSsoTest: test_truth
|
3924
|
+
------------------------
|
3925
|
+
----------------------------------------------------
|
3926
|
+
SsoRoutesTest: test_should_route_/:provider/callback
|
3927
|
+
----------------------------------------------------
|
3928
|
+
------------------------------------------
|
3929
|
+
SsoRoutesTest: test_should_route_/sign_out
|
3930
|
+
------------------------------------------
|