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
588b3aa2
Commit
588b3aa2
authored
Jul 03, 2018
by
Lukas Burgey
Browse files
Add a remark
parent
8ade321d
Changes
1
Hide whitespace changes
Inline
Side-by-side
django_backend/backend/auth/v1/views.py
View file @
588b3aa2
...
...
@@ -89,6 +89,13 @@ class AuthCallback(View):
},
)
)
# TODO retry in the future
#pyoidc_userinfo = oidc_client.do_user_info_request(
# state=aresp["state"],
#)
#LOGGER.debug("pyoidc: %s", pyoidc_userinfo)
user
=
authenticate
(
request
,
token
=
ac_token_response
[
'access_token'
],
...
...
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