Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
b0483903
Commit
b0483903
authored
Oct 05, 2020
by
janis.streib
🦉
Committed by
Janis Streib
Oct 05, 2020
Browse files
FIX: no debug output
parent
a46aed7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
middleware/net_suite/modules/login_oic/views.py
View file @
b0483903
...
...
@@ -103,7 +103,6 @@ def debug_oic_responder(t_host=None):
resp
=
oic_client
.
do_access_token_request
(
state
=
aresp
[
'state'
],
request_args
=
args
,
authn_method
=
'client_secret_basic'
)
print
(
resp
)
userinfo
=
oic_client
.
do_user_info_request
(
state
=
aresp
[
"state"
])
new_target
=
'http://'
+
t_host
+
'/api/debug_oic_receiver'
return
render_template
(
'debug_forward.html'
,
**
{
'redir'
:
t_host
,
'new_target'
:
new_target
,
'userinfo'
:
userinfo
})
...
...
Write
Preview
Markdown
is supported
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