Skip to content
Snippets Groups Projects
Commit 98f35fbf authored by Christian Boettcher's avatar Christian Boettcher
Browse files

more log stuff

parent 9836a576
No related branches found
No related tags found
No related merge requests found
Pipeline #131350 passed
......@@ -42,6 +42,7 @@ class UnityIntegrationView(AppBuilderBaseView):
abort(403)
user = oauth.unity.userinfo(token=token)
# get relevant data from token
log.debug(str(user))
email = user['email']
persistent_identifier = user["sub"]
first_name = user["given_name"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment