From 2a65c127c4e246f92d74ab27f56d1fcbc3e889e9 Mon Sep 17 00:00:00 2001
From: Julian Rother <julianr@fsmpi.rwth-aachen.de>
Date: Thu, 26 Nov 2020 15:55:16 +0100
Subject: [PATCH] corrected notes on oauth2 userinfo in README

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 45eeac10..e98ef121 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,7 @@ The userinfo endpoint returns json data with the following structure:
   "name": "Test User",
   "nickname": "testuser"
   "email": "testuser@example.com",
+  "ldap_dn": "uid=testuser,ou=users,dc=example,dc=com",
   "groups": [
     "uffd_access",
     "users"
-- 
GitLab