Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalBackend
Commits
48b6b49d
Commit
48b6b49d
authored
Oct 25, 2018
by
Lukas Burgey
Browse files
Fix small bug in the changes for
#2
parent
effd19d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
feudal/backend/auth/v1/views/webpage.py
View file @
48b6b49d
...
...
@@ -70,7 +70,7 @@ class Auth(View):
LOGGER
.
debug
(
'Auth: redirecting %s to IdP %s'
,
state
,
oidc_config
)
# include query parameters in the redirect to the idp
if
request
.
GET
.
items
()
.
length
>
1
:
if
len
(
list
(
request
.
GET
.
items
()
))
>
1
:
urlparams
=
request
.
GET
.
copy
()
if
'idp'
in
urlparams
:
del
urlparams
[
'idp'
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment