From 98f35fbf4f0fbb29c8dc2b4189154726a99174a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20B=C3=B6ttcher?= <c.boettcher@fz-juelich.de> Date: Tue, 7 Mar 2023 11:58:53 +0100 Subject: [PATCH] more log stuff --- plugins/unity_integration.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/unity_integration.py b/plugins/unity_integration.py index 725bdb7..3c7f33c 100644 --- a/plugins/unity_integration.py +++ b/plugins/unity_integration.py @@ -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"] -- GitLab