Skip to content

Commit

Permalink
Add loggign
Browse files Browse the repository at this point in the history
  • Loading branch information
Octavian Neguletu committed Jan 16, 2020
1 parent e6054cf commit 7e61fb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/omni_auth/strategies/azure_ad_auth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def user_roles
# query parameters. Azure fails validation because that doesn't match the
# registered callback.
def callback_url
puts "ATTENTION: #{options[:redirect_uri]} OR #{(full_host + script_name + callback_path)}"
options[:redirect_uri] || (full_host + script_name + callback_path)
end
end
Expand Down

0 comments on commit 7e61fb3

Please sign in to comment.