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
858875b7
Commit
858875b7
authored
Nov 24, 2021
by
janis.streib
🦉
Browse files
FIX: typo
parent
2bb6d782
Pipeline
#180601
failed with stages
in 6 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
middleware/net_suite/modules/login_oic/views.py
View file @
858875b7
...
...
@@ -75,7 +75,7 @@ def oic_responder(t_host=None):
aresp
=
get_authorization_response
(
oic_client
)
code
=
aresp
[
"code"
]
assert
aresp
[
"state"
]
==
re
u
qest
.
args
[
"state"
]
assert
aresp
[
"state"
]
==
req
u
est
.
args
[
"state"
]
args
=
{
"code"
:
aresp
[
'code'
],
"redirect_uri"
:
app
.
config
.
get
(
'OIC_REDIR'
),
...
...
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