# File lib/omniauth/strategies/cas.rb, line 18
      def request_phase
        [ 
          302,
          {
            'Location' => @configuration.login_url(callback_url),
            'Content-Type' => 'text/plain'
          },
          ["You are being redirected to CAS for sign-in."]
        ]
      end