AzureAD / omniauth-azure-activedirectory

MIT License
50 stars 103 forks source link

Cl2-5942 - Remove query params from callback url #50

Closed guilherme-andrade closed 3 years ago

guilherme-andrade commented 3 years ago

Changed callback_url from the omniauth gem default:

def callback_url
  full_host + script_name + callback_path + query_string
end

to:

def callback_url
  full_host + script_name + callback_path
end
ghost commented 3 years ago

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.

:x: guilherme-andrade sign now
You have signed the CLA already but the status is still pending? Let us recheck it.