Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
feudal
feudalBackend
Commits
588b3aa2
Commit
588b3aa2
authored
Jul 03, 2018
by
Lukas Burgey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a remark
parent
8ade321d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
django_backend/backend/auth/v1/views.py
django_backend/backend/auth/v1/views.py
+7
-0
No files found.
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