Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
syre committed Dec 10, 2020
1 parent cd9891a commit 3a86e5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_saml2_auth/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ def acs(r):
if next_url and next_url != _default_next_url():
frontend_url = next_url

# Reconstruct URL with added parameters.
url_parts = list(_urlparse.urlparse(frontend_url, allow_fragments=False))
query = dict(_urlparse.parse_qsl(url_parts[4]))
query.update(params)
Expand Down

0 comments on commit 3a86e5f

Please sign in to comment.