Skip to content

Commit

Permalink
Added logger.info to the request response body
Browse files Browse the repository at this point in the history
  • Loading branch information
mllocs committed Aug 3, 2020
1 parent 4ca90ac commit 187c618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/omniauth/strategies/cas/service_ticket_validator.rb
Expand Up @@ -24,6 +24,7 @@ def initialize(strategy, options, return_to_url, ticket)
# Executes a network request to process the CAS Service Response
def call
@response_body = get_service_response_body
OmniAuth.logger.info @response_body
@success_body = find_authentication_success(@response_body)
self
end
Expand Down

0 comments on commit 187c618

Please sign in to comment.